Age | Commit message (Expand) | Author |
2007-06-18 | * README-hacking: Don't mention Gzip 1.2.4, now that 1.3.12 is out. | Jim Meyering |
2007-06-16 | Make chgrp and chown diagnostics consistent. | Jim Meyering |
2007-06-15 | Correct cp's handling of destination symlinks in some cases. | Paul Eggert |
2007-06-15 | Don't include "quote.h" when it is not used. | Jim Meyering |
2007-06-15 | Clarify what "cat" documentation means by "blank" lines. | Paul Eggert |
2007-06-13 | rmdir: give better diagnostics | Jim Meyering |
2007-06-13 | Don'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-11 | README: Also mention README-hacking, | Jim Meyering |
2007-06-10 | bug-fix: cp would fail to write through a dangling symlink | Jim Meyering |
2007-06-04 | doc: -h and --human-readable are equivalent to --block-size=human-readable | Paul Eggert |
2007-05-31 | Pull 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=STR | Jim Meyering |
2007-05-26 | wc: ignore multibyte-character decoding errors | James Youngman |
2007-05-22 | Check for an up-to-date copyright year in coreutils.texi. | Jim Meyering |
2007-05-22 | cut: diagnose a range starting with 0 (-f 0-2) as invalid, and | Jim Meyering |
2007-05-22 | "cut -f 2-0" now fails; before, it was equivalent to "cut -f 2-" | Jim Meyering |
2007-05-22 | stty: fix a harmless syntax nit | Jim Meyering |
2007-05-22 | stty: diagnose an invalid hex value in 35-colon commmand-line argument | Jim Meyering |
2007-05-20 | * TODO: Remove some now-completed or no longer relevant items. | Jim Meyering |
2007-05-19 | Rename uses of futimens -> gl_futimens; glibc now declares the former. | Jim Meyering |
2007-05-18 | * Makefile.maint (my-distcheck): Remove -pedantic from $(CFLAGS) | Jim Meyering |
2007-05-15 | Generate a dozen test-related Makefile.am files at bootstrap-time. | Jim Meyering |
2007-05-15 | * man/chmod.x: Document chmod's behavior with setuid and setgid bits. | Paul Eggert |
2007-05-13 | Remove the generated tests/*/Makefile.am files from version control. | Jim Meyering |
2007-05-13 | Test uniq's new --zero-terminated (-z) option. | Jim Meyering |
2007-05-13 | Add -z option to uniq. Originally proposed by Egmont Koblinger. | James Youngman |
2007-05-07 | * NEWS: Mention that last week's tr bug dates back to 1992. | Jim Meyering |
2007-05-04 | Avoid test failure when run with an unusual umask. | Jim Meyering |
2007-05-04 | Avoid failure of root-only test when run with a restrictive umask. | Jim Meyering |
2007-05-04 | tr -c: don't abort when translating with S2 larger than complement of S1 | Jim Meyering |
2007-05-03 | Avoid test failure when run with a permissive umask. | Jim Meyering |
2007-05-03 | The following commands and options now support the standard size | Paul Eggert |
2007-05-02 | * src/du.c (usage): Tweak description of --dereference-args (-D) again. | Jim Meyering |
2007-05-02 | Invoke rm via 'setuidgid ... env PATH="$PATH" ...', as in fail-eperm. | Jim Meyering |
2007-04-28 | * src/nohup.c (usage): Describe how standard input and output are redirected. | Paul Eggert |
2007-04-25 | * src/du.c (usage): Clarify description of --dereference-args (-D). | Jim Meyering |
2007-04-25 | * bootstrap.conf (gnulib_modules): Add autobuild. | Jim Meyering |
2007-04-25 | * bootstrap.conf (gnulib_modules): Add fseeko and ftello. | Jim Meyering |
2007-04-25 | * bootstrap.conf (gnulib_modules): Add fseeko. | Jim Meyering |
2007-04-24 | * THANKS: Add Andreas Frische. | Jim Meyering |
2007-04-24 | ls --color once again colors dangling symlinks correctly | Eric Blake |
2007-04-16 | cut synopsis: fix coreutils.texi, too. | Jim Meyering |
2007-04-16 | * src/cut.c (usage): Adjust synopsis to show that an OPTION is required. | Jim Meyering |
2007-04-12 | split --line-bytes=N (-C N): don't create an empty file. | Paul Eggert |
2007-04-10 | ls: don't form or compute the length of strings that won't be used. | Jim Meyering |
2007-04-07 | Add a test for, and document, today's fix. | Jim Meyering |
2007-04-07 | Fix a bug in how the LS_COLORS ln=target attribute is handled. | Eric Blake |
2007-04-02 | * src/copy.c (copy_reg): Initialize local "con", before calling | Jim Meyering |