Age | Commit message (Collapse) | Author | |
---|---|---|---|
2006-02-26 | *** empty log message *** | Jim Meyering | |
2006-02-26 | In ls, avoid calling stat for --inode (-i), when possible. | Jim Meyering | |
(main): Prefer dirent.d_ino to stat when possible. (gobble_file): Add inode argument. (print_dir): Pass inode if available. (usage): Remove inaccuracy. | |||
2006-02-24 | update from gnulib | Jim Meyering | |
2006-02-24 | *** empty log message *** | Jim Meyering | |
2006-02-24 | (gl_MKDIR_PARENTS): Require gl_FUNC_LCHMOD and gl_CHDIR_SAFER. | Jim Meyering | |
2006-02-23 | *** empty log message *** | Jim Meyering | |
2006-02-23 | Update/correct some obsolete entries. | Jim Meyering | |
2006-02-21 | (AT_FDCWD): Work around a bug in Solaris 9 and 10, where | Paul Eggert | |
AT_FDCWD exceeds INT_MAX. | |||
2006-02-21 | Mention `sort -k 1b,1'. | Paul Eggert | |
2006-02-21 | (usage): Mention `sort -k 1b,1'. | Paul Eggert | |
2006-02-21 | (join invocation): Mention `sort -k 1b,1'. | Paul Eggert | |
2006-02-20 | *** empty log message *** | Jim Meyering | |
2006-02-20 | (rm invocation): Fix typo in last patch. | Jim Meyering | |
(paste invocation): Fix whitespace. | |||
2006-02-20 | Update documentation to match previous patch. | Jim Meyering | |
2006-02-20 | *** empty log message *** | Jim Meyering | |
2006-02-20 | (rm invocation): Document new -I option, and new --interactive behavior. | Jim Meyering | |
2006-02-20 | *** empty log message *** | Jim Meyering | |
2006-02-20 | . | Jim Meyering | |
2006-02-20 | . | Jim Meyering | |
2006-02-20 | Remove entry for implementing rm -I | Jim Meyering | |
2006-02-20 | New option for rm: --interactive=once (-I). | Jim Meyering | |
Document it, along with change to rm --interactive. | |||
2006-02-20 | tests for new, -I, option | Jim Meyering | |
2006-02-20 | (TESTS): Add interactive-always and interactive-once. | Jim Meyering | |
2006-02-20 | (INTERACTIVE_OPTION): New enum value. | Jim Meyering | |
(interactive_type): New enum. (long_opts): Let interactive take an optional argument. (interactive_args, interactive_types): New option arguments. (usage): Document -I, --interactive=WHEN. Use program_name instead of a basename. (main): New -I option, new behavior to --interactive. [From Eric Blake] | |||
2006-02-18 | (usage): Use two spaces (not one) to separate the | Jim Meyering | |
--first-only option string from its description, so help2man formats the derived man page properly. | |||
2006-02-18 | *** empty log message *** | Jim Meyering | |
2006-02-18 | (sc_two_space_separator_in_usage): Make the regular | Jim Meyering | |
expression match more of the target lines, e.g., those that start with `-S,' (short option followed by a comma) or that include `=[...]'. Patch by Nicolas François. | |||
2006-02-18 | (usage): Use two spaces (not one) to separate the | Jim Meyering | |
--first-only option string from its description, so help2man formats the derived man page properly. | |||
2006-02-18 | (usage): Use two spaces (not one) to separate the | Jim Meyering | |
--first-only option string from its description, so help2man formats the derived man page properly. | |||
2006-02-16 | Sync from gnulib. | Paul Eggert | |
2006-02-16 | *** empty log message *** | Jim Meyering | |
2006-02-16 | Include lstat.h, so that uses of lstat are converted | Jim Meyering | |
to uses of rpl_lstat, e.g., on Solaris 9. Otherwise, programs like du (which now uses the openat-enabled fts and hence fstatat) would mistakenly fail to dereference a symlink-to-directory specified with a trailing slash. | |||
2006-02-16 | . | Jim Meyering | |
2006-02-16 | . | Jim Meyering | |
2006-02-15 | *** empty log message *** | Jim Meyering | |
2006-02-15 | (alpha beta major): For `make major', ensure that the | Jim Meyering | |
version string is of the form N.N[.N]*, where N is one or more digits. | |||
2006-02-14 | Sync from gnulib. | Paul Eggert | |
2006-02-14 | fix typo in diagnostic | Jim Meyering | |
2006-02-14 | *** empty log message *** | Jim Meyering | |
2006-02-14 | update from gnulib | Jim Meyering | |
2006-02-14 | update from gnulib | Jim Meyering | |
2006-02-13 | Clarify wording in the light of later comments from the Open Group | Paul Eggert | |
and from rms. | |||
2006-02-13 | *** empty log message *** | Jim Meyering | |
2006-02-13 | (all): Emit diagnostics to stderr, not stdout. | Jim Meyering | |
2006-02-12 | *** empty log message *** | Jim Meyering | |
2006-02-12 | (patch-check): New target. | Jim Meyering | |
(local-checks-available): Add to the list. | |||
2006-02-12 | *** empty log message *** | Jim Meyering | |
2006-02-12 | (Character sets): Don't say that an unknown | Jim Meyering | |
backslash-escape causes an error message -- it doesn't. Mention that `\' also removes any special significance, so is useful for [, ], *, -. Prompted by Richard Neill in http://savannah.gnu.org/bugs/index.php?func=detailitem&item_id=14937 | |||
2006-02-12 | (Character sets): Don't say that an unknown | Jim Meyering | |
backslash-escape causes an error message -- it doesn't. | |||
2006-02-12 | fix typo in comment | Jim Meyering | |