summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2000-07-30Convert "`%s'" in format strings to "%s", and wrap eachJim Meyering
corresponding argument in a `quote (...)' call.
2000-07-30Convert "`%s'" in format strings to "%s", and wrap eachJim 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-30include quote.h.Jim Meyering
2000-07-30Convert "`%s'" in format strings to "%s", and wrap eachJim Meyering
corresponding argument in a `quote (...)' call.
2000-07-30Convert "`%s'" in format strings to "%s", and wrap eachJim Meyering
corresponding argument in a `quote (...)' call.
2000-07-30Convert "`%s'" in format strings to "%s", and wrap eachJim 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-30tweak diagnosticJim 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-30moved from ../srcJim 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-29fix spelling error in comment: s/squirelled/squirreled/.Jim Meyering
2000-07-29*** empty log message ***Jim Meyering
2000-07-29remove prematurely-added ISSLASH definitionJim 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-29Include <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-29tweak commentsJim 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-29sort'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-25Convert "`%s'" in format strings to "%s", and wrap eachJim Meyering
corresponding argument in a `quote (...)' call. Add more precise diagnostics.
2000-07-25tweak diagnosticJim Meyering
2000-07-25*** empty log message ***Jim Meyering
2000-07-25Convert "`%s'" in format strings to "%s", and wrap eachJim Meyering
corresponding argument in a `quote (...)' call. Add more precise diagnostics.
2000-07-25Convert "`%s'" in format strings to "%s", and wrap eachJim 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
2000-07-24(mbswidth): Add a flags argument.Jim Meyering
(mbsnwidth): New function.
2000-07-24Convert "`%s'" in format strings to "%s", and wrap eachJim Meyering
corresponding argument in a `quote (...)' call. Add more precise diagnostics.