Age | Commit message (Collapse) | Author | |
---|---|---|---|
2000-07-30 | Convert "`%s'" in format strings to "%s", and wrap each | Jim Meyering | |
corresponding argument in a `quote (...)' call. | |||
2000-07-30 | *** empty log message *** | Jim Meyering | |
2000-07-30 | Convert "`%s'" in format strings to "%s", and wrap each | Jim Meyering | |
corresponding argument in a `quote (...)' call. | |||
2000-07-30 | Convert "`%s'" in format strings to "%s", and wrap each | Jim Meyering | |
corresponding argument in a `quote (...)' call. | |||
2000-07-30 | *** empty log message *** | Jim Meyering | |
2000-07-30 | (make_path): Quote the other instance, too. | Jim Meyering | |
2000-07-30 | include quote.h. | Jim Meyering | |
2000-07-30 | Convert "`%s'" in format strings to "%s", and wrap each | Jim Meyering | |
corresponding argument in a `quote (...)' call. | |||
2000-07-30 | Convert "`%s'" in format strings to "%s", and wrap each | Jim Meyering | |
corresponding argument in a `quote (...)' call. | |||
2000-07-30 | Convert "`%s'" in format strings to "%s", and wrap each | Jim Meyering | |
corresponding argument in a `quote (...)' call. Add more precise diagnostics. | |||
2000-07-30 | (remove_cwd_entries): Quote one more file name. | Jim Meyering | |
2000-07-30 | tweak diagnostic | Jim Meyering | |
2000-07-30 | *** empty log message *** | Jim Meyering | |
2000-07-30 | *** empty log message *** | Jim Meyering | |
2000-07-30 | *** empty log message *** | Jim Meyering | |
2000-07-30 | *** empty log message *** | Jim Meyering | |
2000-07-30 | *** empty log message *** | Jim Meyering | |
2000-07-30 | *** empty log message *** | Jim Meyering | |
2000-07-30 | moved from ../src | Jim Meyering | |
2000-07-30 | (do_move): Fix typo. | Jim Meyering | |
2000-07-29 | (dir_name): Use __MSDOS__ in favor of MSDOS. | Jim Meyering | |
2000-07-29 | *** empty log message *** | Jim Meyering | |
2000-07-29 | (diacrit_diac): Use __MSDOS__ in favor of MSDOS. | Jim Meyering | |
2000-07-29 | (base_name): Use ISSLASH rather than comparing against `/'. | Jim Meyering | |
2000-07-29 | fix spelling error in comment: s/squirelled/squirreled/. | Jim Meyering | |
2000-07-29 | *** empty log message *** | Jim Meyering | |
2000-07-29 | remove prematurely-added ISSLASH definition | Jim Meyering | |
2000-07-29 | (dir_name): Assert that there are no trailing slashes. | Jim Meyering | |
2000-07-29 | *** empty log message *** | Jim Meyering | |
2000-07-29 | (dir_name) [MSDOS]: Declare `lim' to be const. | Jim Meyering | |
2000-07-29 | *** empty log message *** | Jim Meyering | |
2000-07-29 | Include <limits.h>, <stdlib.h>, <wchar.h>, <wctype.h>. | Jim Meyering | |
(quote_name): Use mbrtowc to step through the filename string while replacing nonprintables with question marks. Return the screen width, not the strlen length. Do no output if the out stream is NULL. (length_of_file_name_and_frills): Use the quote_name return value. | |||
2000-07-29 | *** empty log message *** | Jim Meyering | |
2000-07-29 | tweak comments | Jim Meyering | |
2000-07-29 | (mbswidth): Add a flags argument. | Jim Meyering | |
(mbswidth): New declaration. (MBSW_ACCEPT_INVALID, MBSW_ACCEPT_UNPRINTABLE): New macros. | |||
2000-07-29 | . | Jim Meyering | |
2000-07-29 | *** empty log message *** | Jim Meyering | |
2000-07-29 | (temp_dir): Remove. | Jim Meyering | |
(temp_dirs, temp_dir_count, temp_dir_alloc): New vars. (process_id): New var. (usage): Describe new use of -T. (add_temp_dir): New function. (tempname): Use new temp_dirs array. Do not discard information from the process-id or sequence number, unless we have short file names. (sighandle): Use process_id instead of getpid. (main): Initialize process_id. Add support for the new use of -T. | |||
2000-07-29 | sort's -T option can now appear multiple times. | Jim Meyering | |
2000-07-29 | *** empty log message *** | Jim Meyering | |
2000-07-25 | (change_file_owner): Save errno from a possibly failed chown, | Jim Meyering | |
and use that later. Otherwise, errno itself could be clobbered before used. | |||
2000-07-25 | (change_file_mode): Save errno from a possibly failed chown, | Jim Meyering | |
and use that later. Otherwise, errno itself could be clobbered before used. | |||
2000-07-25 | (change_file_group): Save errno from a possibly failed chown, | Jim Meyering | |
and use that later. Otherwise, errno itself could be clobbered before used. | |||
2000-07-25 | Convert "`%s'" in format strings to "%s", and wrap each | Jim Meyering | |
corresponding argument in a `quote (...)' call. Add more precise diagnostics. | |||
2000-07-25 | tweak diagnostic | Jim Meyering | |
2000-07-25 | *** empty log message *** | Jim Meyering | |
2000-07-25 | Convert "`%s'" in format strings to "%s", and wrap each | Jim Meyering | |
corresponding argument in a `quote (...)' call. Add more precise diagnostics. | |||
2000-07-25 | Convert "`%s'" in format strings to "%s", and wrap each | Jim Meyering | |
corresponding argument in a `quote (...)' call. | |||
2000-07-25 | (main): Remove unnecessary "%s" argument. | Jim Meyering | |
2000-07-24 | *** empty log message *** | Jim Meyering | |