Age | Commit message (Expand) | Author |
2006-07-17 | Fix typo in previous checkin; some file names were wrong. | Paul Eggert |
2006-07-17 | chmod, install, and mkdir now leave setgid and setuid bits | Paul Eggert |
2006-07-14 | * Makefile.maint (CVS_LIST): Use new file, build-aux/vc-list-files, | Jim Meyering |
2006-07-14 | * Makefile.am (EXTRA_DIST): Add a few more .??* files. | Jim Meyering |
2006-07-11 | Assume <dirent.h> exists, since gnulib assumes this now as well. | Paul Eggert |
2006-07-09 | *** empty log message *** | Jim Meyering |
2006-07-09 | *** empty log message *** | Jim Meyering |
2006-07-09 | Adjust to recent updates from gnulib. | Paul Eggert |
2006-07-08 | New file, test for 2006-07-05 fix in copy.c. | Jim Meyering |
2006-07-08 | * tests/Coreutils.pm: Remove one of two adjacent "then"s in a comment. | Jim Meyering |
2006-07-08 | * Makefile.maint (sc_the_the): New rule. | Jim Meyering |
2006-07-08 | * src/dd.c (skip): Remove one of two adjacent "the"s in a comment. | Jim Meyering |
2006-07-07 | * NEWS: Mention that mv can now remove an empty destination directory, | Jim Meyering |
2006-07-05 | * src/ls.c (usage): Correct the description of -G: it is useful | Jim Meyering |
2006-07-05 | * man/chmod.x: Correct the description of the sticky bit. Reported | Jim Meyering |
2006-07-05 | * src/copy.c (copy_internal): Don't work around old NFS clients like | Jim Meyering |
2006-07-05 | . | Jim Meyering |
2006-07-03 | Plug another unusual leak. | Jim Meyering |
2006-07-03 | The dev/inode of the topmost directory in each hierarchy were not | Jim Meyering |
2006-07-03 | Fix two small leaks. | Jim Meyering |
2006-07-03 | * tests/Makefile.am, tests/*/Makefile.am: (TESTS_ENVIRONMENT): | Jim Meyering |
2006-07-02 | Include <stdint.h> unconditionally, since we | Paul Eggert |
2006-07-01 | With no operand, 'tail -f' now silently ignores the '-f' | Paul Eggert |
2006-07-01 | * src/ln.c (do_link): Use new, shorter URL, for ag-review link. | Jim Meyering |
2006-07-01 | Add ^lib/xstrtold\.c$, so make distcheck passes once again. | Jim Meyering |
2006-07-01 | seq defaults to a minimal fixed point format that does not lose | Paul Eggert |
2006-06-30 | * tests/stty/basic-1: Work around an intermittent test failure | Jim Meyering |
2006-06-28 | Support obsolete usages like "sort +1 -2" even when conforming to | Paul Eggert |
2006-06-28 | * src/system.h (CLOSEDIR): Remove. All uses changed to closedir. | Paul Eggert |
2006-06-28 | * src/c99-to-c89.diff: Regenerate, to remove fuzz. | Jim Meyering |
2006-06-27 | * tests/misc/cat-proc: Try to avoid any spurious numeric | Jim Meyering |
2006-06-26 | Attempt rmdir (actually, unlinkat-with-AT_REMOVEDIR) upon any | Jim Meyering |
2006-06-26 | * NEWS: rm no longer fails to remove an empty, unreadable directory | Jim Meyering |
2006-06-26 | Avoid a segfault for wc --files0=- < /dev/null. | Jim Meyering |
2006-06-25 | * NEWS: wc accepts a new option --files0-from=FILE, where FILE | Jim Meyering |
2006-06-24 | * src/md5sum.c (DIGEST_BUFFER): Remove now-unused definitions. | Jim Meyering |
2006-06-22 | * src/tee.c (tee_files): Rename from tee, to avoid conflict with | Jim Meyering |
2006-06-18 | * Makefile.cfg (local-checks-to-skip): Add changelog-check, | Jim Meyering |
2006-06-18 | *** empty log message *** | Jim Meyering |
2006-06-17 | * tests/rm/inaccessible: Skip this test on systems without openat support. | Jim Meyering |
2006-06-15 | Improve permission checks to handle | Paul Eggert |
2006-06-14 | tests/du/basic: Revamp not to hard-code file system block sizes. | Jim Meyering |
2006-06-12 | tests/du/Makefile.am (TESTS_ENVIRONMENT): Pass $(PERL), for the files0-from t... | Jim Meyering |
2006-06-11 | Makefile.am (EXTRA_DIST): Add .gitignore. | Jim Meyering |
2006-06-11 | *** empty log message *** | Jim Meyering |
2006-06-11 | Setting TIME_STYLE=long-iso in the environment would make the | Jim Meyering |
2006-06-11 | * tests/cp/same-file: Execute 'ls' in the C locale, so that it | Paul Eggert |
2006-06-10 | Mention the AIX-strndup-bug vs. dircolors workaround. | Jim Meyering |
2006-06-10 | *** empty log message *** | Jim Meyering |
2006-06-08 | Ensure that cat works with any of the options, -A -v -e -E -T, | Jim Meyering |