summaryrefslogtreecommitdiff
path: root/ChangeLog
AgeCommit message (Expand)Author
2007-08-23* src/dircolors.hin: Add xterm-16color, xterm-88color and eterm-color.Jim Meyering
2007-08-23Don't let ln be a party to destroying user data.Jim Meyering
2007-08-23Move functions from copy.c into new modules, since ln needs them, too.Jim Meyering
2007-08-23bootstrap: generate more names and fix a bugJim Meyering
2007-08-23* Makefile.maint (patch-check): Don't remove temporaries upon failure.Jim Meyering
2007-08-22* src/c99-to-c89.diff: Adjust offsets.Jim Meyering
2007-08-22Change "rm --verbose -r a//" not to print extra slashes in a///bJim Meyering
2007-08-22Don't include "getline.h".Jim Meyering
2007-08-22* src/copy.c (DEST_INFO_INITIAL_CAPACITY): Correct a comment.Jim Meyering
2007-08-21By default, do not install hostname anymore.Jim Meyering
2007-08-21Clarify touch documentation of file arguments.Bob Proulx
2007-08-20NEWS: note that a cp -p bug fixed in 6.7 affected releases before 6.0.Paul Eggert
2007-08-20Avoid consuming too much seekable input when yesno is used.Eric Blake
2007-08-18Use new "idcache.h" header.Jim Meyering
2007-08-18Run each Coreutils.pm-based test in its own subdirectory.Jim Meyering
2007-08-16Consolidate od tests.Jim Meyering
2007-08-16* tests/ls/time-1: Include sample-test boilerplate code.Jim Meyering
2007-08-15od --skip (-j) works even on files in /proc, when the kernel liesJim Meyering
2007-08-15* src/printf.c (usage): Adjust summary to also mention OPTIONs.Jim Meyering
2007-08-14Add tests for the just-fixed "od -j N FILE" bug.Jim Meyering
2007-08-14od: fix a bug that arises when skipping exact length of fileJim Meyering
2007-08-11Accommodate more xstrtol changes.Paul Eggert
2007-08-05Encapsulate a static variable.Jim Meyering
2007-08-04Exercise xstrtol's diagnostics via pr's --pages option.Jim Meyering
2007-08-04Adapt to new human and xstrtol API.Paul Eggert
2007-08-02Adjust one more test to accommodate the recent fts change.Jim Meyering
2007-08-02Adjust the other two "no-x" tests and unify all three.Jim Meyering
2007-08-02Adapt du's no-x test not to fail on older Linux systems.Jim Meyering
2007-07-31du: print size (probably incomplete) of each inaccessible directoryJim Meyering
2007-07-31Add a test for du not counting size of inaccessible directories.Jim Meyering
2007-07-29Attempt to copy a regular file, even if stat says it is empty.Jim Meyering
2007-07-26sort: Improve sort --random-sort test.Bob Proulx
2007-07-24sort: add a test to exercise the affected code.Jim Meyering
2007-07-24sort: avoid unaligned access.Paul Eggert
2007-07-23Update all copyright notices to use the newer form.Jim Meyering
2007-07-23* COPYING: Update to Version 3.Jim Meyering
2007-07-23Update c99/c89 patch for new, copyright-change-induced offsets.Jim Meyering
2007-07-22Arrange to rerun configure whenever src/Makefile.am changes.Jim Meyering
2007-07-21* bootstrap (slurp): Work even in environments where "ls" defaultsPaul Eggert
2007-07-20Document and add a test for today's sort bug fix.Jim Meyering
2007-07-20* src/sort.c (main): Don't free a pointer to non-malloc'd memory.Andreas Schwab
2007-07-19Fix a portability bug in the new ls-color test.Jim Meyering
2007-07-19"cp -i --update older newer" no longer prompts; same for mvJim Meyering
2007-07-17ChangeLog: Mention the correct function name in the 2007-07-08 bootstrapJim Meyering
2007-07-15ls --color: Don't stat symlinks when neither ORPHAN nor MISSING attribute has...Jim Meyering
2007-07-14Remove long-deprecated options.Jim Meyering
2007-07-14Change interface: make 2nd param _space_-separated, not comma-separatedJim Meyering
2007-07-14* m4/include-exclude-prog.m4 (gl_REMOVE_PROG): Fix typo: s/$2/$1/.Karel Zak
2007-07-13Warn about non-portable use of unescaped backslash at end of string,Jim Meyering
2007-07-13Use proper backslash-quoting inside backticks.Jim Meyering