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 | 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. | |||
2000-07-30 | Convert "`%s'" in format strings to "%s", and wrap each | Jim Meyering | |
corresponding argument in a `quote (...)' call. | |||
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 | (do_move): Fix typo. | Jim Meyering | |
2000-07-29 | fix spelling error in comment: s/squirelled/squirreled/. | 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 | (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-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 | 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 | Convert "`%s'" in format strings to "%s", and wrap each | Jim Meyering | |
corresponding argument in a `quote (...)' call. Add more precise diagnostics. | |||
2000-07-23 | Include <sys/param.h> if HAVE_SYS_PARAM_H is defined, | Jim Meyering | |
rather than if _POSIX_VERSION is defined. Remove declarations of getpwuid, getgrgid, and getuid, now that they're in sys2.h. | |||
2000-07-23 | (main): Give a better diagnostic for e.g., | Jim Meyering | |
`dd if=/dev/fd0 seek=100000000000'. Convert "`%s'" in format strings to "%s", and wrap each corresponding argument in a `quote (...)' call. Add many, more precise diagnostics. | |||
2000-07-23 | [!HAVE_DECL_GETPWUID]: Declare getpwuid. | Jim Meyering | |
[!HAVE_DECL_GETGRGID]: Declare getgrgid. [!HAVE_DECL_GETUID]: Declare getuid. | |||
2000-07-23 | Fix cp so that `cp -r DIR1/ DIR2' works once again. | Jim Meyering | |
(ASSIGN_BASENAME_STRDUPA): New macro. (do_copy): Use it here (so we always strip trailing slashes before calling base_name). | |||
2000-07-23 | (ASSIGN_STRDUPA): Remove macro definition. | Jim Meyering | |
2000-07-23 | (ASSIGN_STRDUPA): New macro (moved here from remove.c). | Jim Meyering | |
2000-07-19 | (batch_convert): Free `initial_TZ' only if it was set. | Jim Meyering | |
2000-07-17 | (visible): Don't mark `<undef>' for translation. | Jim Meyering | |
The standard requires that exact string. | |||
2000-07-17 | (usage): Give a little more info. | Jim Meyering | |
Remove FIXME comment. | |||
2000-07-17 | Avoid warnings. | Jim Meyering | |
(struct bin_str): Declare `string' member to be `const'. (put_indicator): Declare local `p' to be `const'. | |||
2000-07-15 | Convert "`%s'" in format strings to "%s", and wrap each | Jim Meyering | |
corresponding argument in a `quote (...)' call. Improve a couple diagnostics. | |||
2000-07-15 | Convert "`%s'" in format strings to "%s", and wrap each | Jim Meyering | |
corresponding argument in a `quote (...)' call -- if there's only one. If there are more than one, then use `quote_n (0, ...), quote_n (1, ...), ...'. | |||
2000-07-15 | Convert "`%s'" in format strings to "%s", and wrap each | Jim Meyering | |
corresponding argument in a `quote (...)' call -- if there's only one. If there are more than one, then use `quote_n (0, ...), quote_n (1, ...), ...'. | |||
2000-07-15 | Convert "`%s'" in format strings to "%s", and wrap each | Jim Meyering | |
corresponding argument in a `quote (...)' call -- if there's only one. If there are more than one, then use `quote_n (0, ...), quote_n (1, ...), ...'. | |||
2000-07-09 | update copyright date | Jim Meyering | |
2000-07-09 | update copyright date | Jim Meyering | |
2000-07-01 | Change type of global, field_1_bufsize, from int to size_t. | Jim Meyering | |
2000-06-29 | (find_bracketed_repeat): Add a cast to suppress a warning. | Jim Meyering | |
2000-06-29 | (enum): Remove comma from end of enumerator list. | Jim Meyering | |
From Gerhard Poul <gpoul@gnu.org | |||
2000-06-27 | (count_entry): Don't set errno before | Jim Meyering | |
invoking savedir, and assume that errno is nonzero if savedir fails. | |||
2000-06-27 | (copy_dir): Don't set errno before | Jim Meyering | |
invoking savedir, and assume that errno is nonzero if savedir fails. | |||
2000-06-27 | (change_dir_mode): Don't set errno before | Jim Meyering | |
invoking savedir, and assume that errno is nonzero if savedir fails. | |||
2000-06-27 | (change_dir_owner): Don't set errno before | Jim Meyering | |
invoking savedir, and assume that errno is nonzero if savedir fails. | |||
2000-06-27 | (change_dir_group): Don't set errno before | Jim Meyering | |
invoking savedir, and assume that errno is nonzero if savedir fails. | |||
2000-06-27 | (show_dev): Round disk usage percentage up, not to nearest value. | Jim Meyering | |
Use integer arithmetic if it's easy. Fix bug when converting twos-complement negative values to floating point. | |||
2000-06-26 | `id -Gn' (invoked by groups) would fail without giving a diagnostic | Jim Meyering | |
on malconfigured systems. (print_user): Give a diagnostic if number->name lookup fails. (print_group): Likewise. |