summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorLines
2007-07-10New program: archKarel Zak-58/+245
2007-07-10Change "version 2" to "version 3" in all copyright notices.Jim Meyering-495/+499
2007-07-09Compensate for new c99'isms in seq.c.Jim Meyering-25/+53
2007-07-09Fix the automatic number width formatting in seq.P@draigBrady.com-17/+44
2007-07-08Run the coreutils-specific code only if tests/Makefile.am.in exists.Jim Meyering-14/+19
2007-07-08Remove .gdb-history.Jim Meyering-340/+2
2007-07-08Add to .cvsignore and .gitignore files.Jim Meyering-0/+8
2007-07-08Create symlinks for gl/{lib,m4}/*, just as for gnulib/{lib,m4}/*.Jim Meyering-7/+16
2007-07-08THANKS: Add Pádraig Brady.Jim Meyering-0/+5
2007-07-08Adapt to deeper hierarchy in gnulib.Jim Meyering-0/+10
2007-07-08Use <wchar.h>, not "wcwidth.h".Jim Meyering-2/+10
2007-07-07Fix typo in comment.Jim Meyering-1/+1
2007-07-06setuidgid: set all groups, not just the primary one; mgetgroups: new moduleJim Meyering-56/+195
2007-07-05* bootstrap: Merge in changes from gnulib.Jim Meyering-33/+23
2007-07-05* src/id.c: Include "getugroups.h" rather than declaring manually.Jim Meyering-2/+5
2007-07-04Add Paul's ChangeLog for previous patch.Jim Meyering-0/+424
2007-07-04pr -F no longer suppresses the footer or the first two blank header linesPaul Eggert-834/+1633
2007-06-23Prefer "STREQ (a, b)" over "strcmp (a, b) == 0"; similar for != 0.Jim Meyering-4/+24
2007-06-23seq no longer mishandles cases like "seq 0 0.000001 0.000003",Paul Eggert-26/+59
2007-06-22Add test cases for seq off-by-one problem.Pádraig Brady-1/+12
2007-06-22* src/stat.c (long_options): Add a FIXME comment to help ensureJim Meyering-1/+10
2007-06-18A few more symlink-related fixes. Fix a bug triggered by cpPaul Eggert-33/+78
2007-06-18Use mreadlink_with_size (doesn't exit), not xreadlink_with_size.Jim Meyering-19/+27
2007-06-18* README-hacking: Don't mention Gzip 1.2.4, now that 1.3.12 is out.Jim Meyering-3/+4
2007-06-16Make chgrp and chown diagnostics consistent.Jim Meyering-5/+16
2007-06-15Correct cp's handling of destination symlinks in some cases.Paul Eggert-40/+135
2007-06-15Don't include "quote.h" when it is not used.Jim Meyering-7/+25
2007-06-15Clarify what "cat" documentation means by "blank" lines.Paul Eggert-5/+14
2007-06-13rmdir: give better diagnosticsJim Meyering-5/+17
2007-06-13Don't include "quotearg.h" when it is not used.Jim Meyering-1/+16
2007-06-13* README-hacking: List Gperf as a build-requirement, too.Jim Meyering-0/+6
2007-06-11README: Also mention README-hacking,Jim Meyering-1/+12
2007-06-10Add to .cvsignore and .gitignore files.Jim Meyering-8/+10
2007-06-10bug-fix: cp would fail to write through a dangling symlinkJim Meyering-2/+88
2007-06-06* coreutils.texi (rmdir invocation): Fix a tiny typo.Jim Meyering-1/+5
2007-06-04doc: -h and --human-readable are equivalent to --block-size=human-readablePaul Eggert-7/+11
2007-06-03Remove constants.texi from version control.Jim Meyering-1/+7
2007-06-02Add to .cvsignore and .gitignore files.Jim Meyering-0/+17
2007-05-31Pull printf-related code from gnulib, rather than using forked copy.Jim Meyering-1735/+12
2007-05-31* src/dircolors.hin: Add screen-256color.Jim Meyering-1/+7
2007-05-31* TODO: Add an entry for comm --output-delimiter=STRJim Meyering-0/+9
2007-05-26wc: ignore multibyte-character decoding errorsJames Youngman-14/+19
2007-05-26Add to .cvsignore and .gitignore files.Jim Meyering-0/+10
2007-05-22Check for an up-to-date copyright year in coreutils.texi.Jim Meyering-2/+15
2007-05-22cut: diagnose a range starting with 0 (-f 0-2) as invalid, andJim Meyering-6/+32
2007-05-22"cut -f 2-0" now fails; before, it was equivalent to "cut -f 2-"Jim Meyering-13/+42
2007-05-22stty: fix a harmless syntax nitJim Meyering-4/+10
2007-05-22stty: diagnose an invalid hex value in 35-colon commmand-line argumentJim Meyering-31/+132
2007-05-20* TODO: Remove some now-completed or no longer relevant items.Jim Meyering-15/+5
2007-05-19Rename uses of futimens -> gl_futimens; glibc now declares the former.Jim Meyering-3/+9