summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2007-07-31Add a test for du not counting size of inaccessible directories.Jim Meyering
2007-07-29Adjust indentation to reflect today's change.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-24NEWS: Move the other "sort" entry from the 6.9 section into 6.10 "Bug fixes".Jim Meyering
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-15* coreutils.texi: Revise node structure per new fdl.texi.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
2007-07-12Expand default-no-install prog list in ./configure --help output,Jim Meyering
2007-07-12Clean up include-exclude-prog.m4.Jim Meyering
2007-07-11If there's a GPL vN copyright comment, require that N == 3.Jim Meyering
2007-07-10Skip "arch" test if it's not built.Jim Meyering
2007-07-10Add support for enabling/disabling installation of specified programs.Jim Meyering
2007-07-10New program: archKarel Zak
2007-07-10Change "version 2" to "version 3" in all copyright notices.Jim Meyering
2007-07-09Compensate for new c99'isms in seq.c.Jim Meyering
2007-07-09Fix the automatic number width formatting in seq.P@draigBrady.com
2007-07-08Run the coreutils-specific code only if tests/Makefile.am.in exists.Jim Meyering
2007-07-08Remove .gdb-history.Jim Meyering
2007-07-08Add to .cvsignore and .gitignore files.Jim Meyering
2007-07-08Create symlinks for gl/{lib,m4}/*, just as for gnulib/{lib,m4}/*.Jim Meyering
2007-07-08THANKS: Add Pádraig Brady.Jim Meyering
2007-07-08Adapt to deeper hierarchy in gnulib.Jim Meyering
2007-07-08Use <wchar.h>, not "wcwidth.h".Jim Meyering
2007-07-07Fix typo in comment.Jim Meyering
2007-07-06setuidgid: set all groups, not just the primary one; mgetgroups: new moduleJim Meyering
2007-07-05* bootstrap: Merge in changes from gnulib.Jim Meyering
2007-07-05* src/id.c: Include "getugroups.h" rather than declaring manually.Jim Meyering
2007-07-04Add Paul's ChangeLog for previous patch.Jim Meyering
2007-07-04pr -F no longer suppresses the footer or the first two blank header linesPaul Eggert
2007-06-23Prefer "STREQ (a, b)" over "strcmp (a, b) == 0"; similar for != 0.Jim Meyering
2007-06-23seq no longer mishandles cases like "seq 0 0.000001 0.000003",Paul Eggert
2007-06-22Add test cases for seq off-by-one problem.Pádraig Brady
2007-06-22* src/stat.c (long_options): Add a FIXME comment to help ensureJim Meyering