Age | Commit message (Collapse) | Author | |
---|---|---|---|
2005-05-10 | (gl_GETOPT): Check for Solaris 10 bug, not decl, when possible. | Paul Eggert | |
2005-05-10 | . | Jim Meyering | |
2005-05-10 | *** empty log message *** | Jim Meyering | |
2005-05-10 | Add Vietnamese (vi). | Jim Meyering | |
2005-05-10 | version: 5.3.0 | Jim Meyering | |
2005-05-10 | Skip this test if the user running it owns `/' or has write access to it. | Jim Meyering | |
2005-05-10 | *** empty log message *** | Jim Meyering | |
2005-05-10 | *** empty log message *** | Jim Meyering | |
2005-05-10 | Skip the test if the user running it has write access to `/'. | Jim Meyering | |
2005-05-10 | . | Jim Meyering | |
2005-05-10 | (TESTS): Add reply-no. | Jim Meyering | |
2005-05-10 | *** empty log message *** | Jim Meyering | |
2005-05-10 | *** empty log message *** | Jim Meyering | |
2005-05-10 | (abandon_move): Remove erroneous UNWRITABLE check. | Jim Meyering | |
This makes `mv -i --reply=no f1 f2' work as expected (in not performing the move operation). But note that specifying `-i' after `--reply=no' does *not* work. Tiny patch from Vlada Macek. | |||
2005-05-10 | *** empty log message *** | Jim Meyering | |
2005-05-10 | *** empty log message *** | Jim Meyering | |
2005-05-10 | *** empty log message *** | Jim Meyering | |
2005-05-10 | Don't print PATH to stderr. | Jim Meyering | |
2005-05-10 | *** empty log message *** | Jim Meyering | |
2005-05-09 | (fts_sort): Optimize the common case where all pointers smell the same. | Paul Eggert | |
2005-05-09 | * fts_.h, fts.c: More C89 portability fixes. | Paul Eggert | |
2005-05-09 | (__P): Remove. All uses rewritten to assume C89 or better. | Paul Eggert | |
(fts_open): Don't cast a function value in a possibly-unsafe way. (fts_compar): New function. (fts_sort): Use it. | |||
2005-05-09 | (FTS): Use correct type for fts_compar member. | Paul Eggert | |
(FTSENT): New member fts_fts. Remove members fts_ino, fts_dev, fts_nlink; no longer needed now that fts_statp is always there. All uses changed to use fts_statp instead. | |||
2005-05-08 | . | Jim Meyering | |
2005-05-08 | cp, ln, mv, rm no longer discard white space when intepreting responses. | Paul Eggert | |
2005-05-08 | . | Jim Meyering | |
2005-05-08 | * yesno.c: Include getline.h, not ctype.h. | Paul Eggert | |
(yesno): Don't remove leading white space; POSIX doesn't allow it. Use getline to remove arbitrary restriction on response length. | |||
2005-05-06 | remove trailing blanks | Jim Meyering | |
2005-05-06 | dd has new iflag= and oflag= flags "binary" and "text". | Paul Eggert | |
2005-05-06 | * coreutils.texi (dd invocation): New flags "binary" and "text". | Paul Eggert | |
2005-05-06 | (dd invocation): New flags "binary" and "text". | Paul Eggert | |
2005-05-06 | (flags, usage): Add support for "binary" and "text". | Paul Eggert | |
2005-05-06 | dd has new iflag= and oflag= flags "binary" and "text". | Paul Eggert | |
2005-05-06 | * getopt.m4 (gl_GETOPT): Check for Solaris 10 getopt, and avoid | Paul Eggert | |
needless checks. | |||
2005-05-06 | (gl_GETOPT): Check for Solaris 10 getopt, and avoid needless checks. | Paul Eggert | |
2005-05-05 | * makepath.c (make_path): chdir to "//", not "/", if the file name | Paul Eggert | |
starts with exactly two slashes. | |||
2005-05-05 | (make_path): chdir to "//", not "/", if the file name | Paul Eggert | |
starts with exactly two slashes. | |||
2005-05-04 | Regenerate. | Paul Eggert | |
2005-05-04 | (chmod invocation): chmod -w complains if its | Paul Eggert | |
behavior differs from what chmod a-w would do. | |||
2005-05-04 | chmod -w now complains if it differs from chmod a-w. | Paul Eggert | |
2005-05-04 | chmod -w now complains if it differs from chmod a-w. | Paul Eggert | |
2005-05-04 | Initial version. | Paul Eggert | |
2005-05-04 | (TESTS): Add umask-x | Paul Eggert | |
2005-05-04 | Include quotearg.h. | Paul Eggert | |
(diagnose_surprises): New var. (process_file): Diagnose surprises. Simplify the logic a bit, while we're at it. (main): Prepare to diagnose surprises. Remove useless code for '-' option. | |||
2005-05-04 | chmod -w now complains if it differs from chmod a-w. | Paul Eggert | |
2005-05-02 | ls --indicator-style=directory renamed to ls --indicator-style=slash. | Paul Eggert | |
2005-05-02 | (ls invocation): ls --indicator-style=directory | Paul Eggert | |
renamed to ls --indicator-style=slash, to avoid confusion with ls --directory. | |||
2005-05-02 | (usage): ls --indicator-style=directory renamed to ls | Paul Eggert | |
--indicator-style=slash, to avoid confusion with ls --directory. (slash): Renamed from directory_only. All uses changed. | |||
2005-05-02 | ls --indicator-style=directory renamed to ls | Paul Eggert | |
--indicator-style=slash, to avoid confusion with ls --directory. | |||
2005-05-02 | Sync from gnulib. | Paul Eggert | |