summaryrefslogtreecommitdiff
path: root/ChangeLog
AgeCommit message (Expand)Author
2006-07-17Fix typo in previous checkin; some file names were wrong.Paul Eggert
2006-07-17chmod, install, and mkdir now leave setgid and setuid bitsPaul 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-11Assume <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-09Adjust to recent updates from gnulib.Paul Eggert
2006-07-08New 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 usefulJim Meyering
2006-07-05* man/chmod.x: Correct the description of the sticky bit. ReportedJim Meyering
2006-07-05* src/copy.c (copy_internal): Don't work around old NFS clients likeJim Meyering
2006-07-05.Jim Meyering
2006-07-03Plug another unusual leak.Jim Meyering
2006-07-03The dev/inode of the topmost directory in each hierarchy were notJim Meyering
2006-07-03Fix two small leaks.Jim Meyering
2006-07-03* tests/Makefile.am, tests/*/Makefile.am: (TESTS_ENVIRONMENT):Jim Meyering
2006-07-02Include <stdint.h> unconditionally, since wePaul Eggert
2006-07-01With 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-01Add ^lib/xstrtold\.c$, so make distcheck passes once again.Jim Meyering
2006-07-01seq defaults to a minimal fixed point format that does not losePaul Eggert
2006-06-30* tests/stty/basic-1: Work around an intermittent test failureJim Meyering
2006-06-28Support obsolete usages like "sort +1 -2" even when conforming toPaul 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 numericJim Meyering
2006-06-26Attempt rmdir (actually, unlinkat-with-AT_REMOVEDIR) upon anyJim Meyering
2006-06-26* NEWS: rm no longer fails to remove an empty, unreadable directoryJim Meyering
2006-06-26Avoid a segfault for wc --files0=- < /dev/null.Jim Meyering
2006-06-25* NEWS: wc accepts a new option --files0-from=FILE, where FILEJim 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 withJim 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-15Improve permission checks to handlePaul Eggert
2006-06-14tests/du/basic: Revamp not to hard-code file system block sizes.Jim Meyering
2006-06-12tests/du/Makefile.am (TESTS_ENVIRONMENT): Pass $(PERL), for the files0-from t...Jim Meyering
2006-06-11Makefile.am (EXTRA_DIST): Add .gitignore.Jim Meyering
2006-06-11*** empty log message ***Jim Meyering
2006-06-11Setting TIME_STYLE=long-iso in the environment would make theJim Meyering
2006-06-11* tests/cp/same-file: Execute 'ls' in the C locale, so that itPaul Eggert
2006-06-10Mention the AIX-strndup-bug vs. dircolors workaround.Jim Meyering
2006-06-10*** empty log message ***Jim Meyering
2006-06-08Ensure that cat works with any of the options, -A -v -e -E -T,Jim Meyering