Age | Commit message (Expand) | Author |
2007-07-09 | Compensate for new c99'isms in seq.c. | Jim Meyering |
2007-07-09 | Fix the automatic number width formatting in seq. | P@draigBrady.com |
2007-07-08 | Run the coreutils-specific code only if tests/Makefile.am.in exists. | Jim Meyering |
2007-07-08 | Remove .gdb-history. | Jim Meyering |
2007-07-08 | Add to .cvsignore and .gitignore files. | Jim Meyering |
2007-07-08 | Create symlinks for gl/{lib,m4}/*, just as for gnulib/{lib,m4}/*. | Jim Meyering |
2007-07-08 | THANKS: Add Pádraig Brady. | Jim Meyering |
2007-07-08 | Adapt to deeper hierarchy in gnulib. | Jim Meyering |
2007-07-08 | Use <wchar.h>, not "wcwidth.h". | Jim Meyering |
2007-07-07 | Fix typo in comment. | Jim Meyering |
2007-07-06 | setuidgid: set all groups, not just the primary one; mgetgroups: new module | Jim 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-04 | Add Paul's ChangeLog for previous patch. | Jim Meyering |
2007-07-04 | pr -F no longer suppresses the footer or the first two blank header lines | Paul Eggert |
2007-06-23 | Prefer "STREQ (a, b)" over "strcmp (a, b) == 0"; similar for != 0. | Jim Meyering |
2007-06-23 | seq no longer mishandles cases like "seq 0 0.000001 0.000003", | Paul Eggert |
2007-06-22 | Add 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 ensure | Jim Meyering |
2007-06-18 | A few more symlink-related fixes. Fix a bug triggered by cp | Paul Eggert |
2007-06-18 | Use 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-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 | Add to .cvsignore and .gitignore files. | Jim Meyering |
2007-06-10 | bug-fix: cp would fail to write through a dangling symlink | Jim Meyering |
2007-06-06 | * coreutils.texi (rmdir invocation): Fix a tiny typo. | Jim Meyering |
2007-06-04 | doc: -h and --human-readable are equivalent to --block-size=human-readable | Paul Eggert |
2007-06-03 | Remove constants.texi from version control. | Jim Meyering |
2007-06-02 | Add to .cvsignore and .gitignore files. | Jim Meyering |
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-26 | Add to .cvsignore and .gitignore files. | Jim Meyering |
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 |