summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2007-06-18A few more symlink-related fixes. Fix a bug triggered by cpPaul Eggert
2007-06-18Use mreadlink_with_size (doesn't exit), not xreadlink_with_size.Jim Meyering
2007-06-18* README-hacking: Don't mention Gzip 1.2.4, now that 1.3.12 is out.Jim Meyering
2007-06-16Make chgrp and chown diagnostics consistent.Jim Meyering
2007-06-15Correct cp's handling of destination symlinks in some cases.Paul Eggert
2007-06-15Don't include "quote.h" when it is not used.Jim Meyering
2007-06-15Clarify what "cat" documentation means by "blank" lines.Paul Eggert
2007-06-13rmdir: give better diagnosticsJim Meyering
2007-06-13Don't include "quotearg.h" when it is not used.Jim Meyering
2007-06-13* README-hacking: List Gperf as a build-requirement, too.Jim Meyering
2007-06-11README: Also mention README-hacking,Jim Meyering
2007-06-10Add to .cvsignore and .gitignore files.Jim Meyering
2007-06-10bug-fix: cp would fail to write through a dangling symlinkJim Meyering
2007-06-06* coreutils.texi (rmdir invocation): Fix a tiny typo.Jim Meyering
2007-06-04doc: -h and --human-readable are equivalent to --block-size=human-readablePaul Eggert
2007-06-03Remove constants.texi from version control.Jim Meyering
2007-06-02Add to .cvsignore and .gitignore files.Jim Meyering
2007-05-31Pull printf-related code from gnulib, rather than using forked copy.Jim Meyering
2007-05-31* src/dircolors.hin: Add screen-256color.Jim Meyering
2007-05-31* TODO: Add an entry for comm --output-delimiter=STRJim Meyering