summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2006-02-27*** empty log message ***Jim Meyering
2006-02-27(wrap_write): Correct declaration syntax: s/size_t * V/size_t *V/.Jim Meyering
2006-02-27Don't include .h files already included by system.h:Jim Meyering
<string.h>, <stdlib.h>, <stdbool.h>, <limits.h>, <errno.h>. Include "system.h" before the other lib/*.h header files. Include <sys/types.h> before "system.h". (wrap_write): Remove declaration of unused local, initial_column.
2006-02-27*** empty log message ***Jim Meyering
2006-02-26(NOT_AN_INODE_NUMBER, D_INO): Define (moved here from pwd.c).Jim Meyering
2006-02-26(NOT_AN_INODE_NUMBER, D_INO): Move definitions to system.hJim Meyering
2006-02-26*** empty log message ***Jim Meyering
2006-02-26In 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-24update from gnulibJim 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-23Update/correct some obsolete entries.Jim Meyering
2006-02-21(AT_FDCWD): Work around a bug in Solaris 9 and 10, wherePaul Eggert
AT_FDCWD exceeds INT_MAX.
2006-02-21Mention `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-20Update 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-20Remove entry for implementing rm -IJim Meyering
2006-02-20New option for rm: --interactive=once (-I).Jim Meyering
Document it, along with change to rm --interactive.
2006-02-20tests for new, -I, optionJim 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 theJim 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 regularJim 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 theJim 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 theJim Meyering
--first-only option string from its description, so help2man formats the derived man page properly.
2006-02-16Sync from gnulib.Paul Eggert
2006-02-16*** empty log message ***Jim Meyering
2006-02-16Include lstat.h, so that uses of lstat are convertedJim 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 theJim Meyering
version string is of the form N.N[.N]*, where N is one or more digits.
2006-02-14Sync from gnulib.Paul Eggert
2006-02-14fix typo in diagnosticJim Meyering
2006-02-14*** empty log message ***Jim Meyering
2006-02-14update from gnulibJim Meyering
2006-02-14update from gnulibJim Meyering
2006-02-13Clarify wording in the light of later comments from the Open GroupPaul Eggert
and from rms.
2006-02-13*** empty log message ***Jim Meyering
2006-02-13(all): Emit diagnostics to stderr, not stdout.Jim Meyering