summaryrefslogtreecommitdiff
path: root/ChangeLog
AgeCommit message (Expand)Author
2006-07-24Skip this test on reiserfs, since that file system lacks d_type support.Jim Meyering
2006-07-23Update to reflect recent changes to coreutils.texi.Paul Eggert
2006-07-21* src/su.c (usage): Correct typo in --help output: s/commmand/command/Jim Meyering
2006-07-21*** empty log message ***Jim Meyering
2006-07-21*** empty log message ***Jim Meyering
2006-07-21Fix another bug: ls --indicator-style=file-type would callJim Meyering
2006-07-20* src/df.c (main): Fail and don't print the headers if noJim Meyering
2006-07-20*** empty log message ***Jim Meyering
2006-07-19* src/ls.c (print_dir): Give a better diagnostic for failed opendir.Jim Meyering
2006-07-19*** empty log message ***Jim Meyering
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