| Age | Commit message (Expand) | Author | Lines |
| 2007-08-22 | * src/c99-to-c89.diff: Adjust offsets. | Jim Meyering | -7/+7 |
| 2007-08-22 | Change "rm --verbose -r a//" not to print extra slashes in a///b | Jim Meyering | -0/+4 |
| 2007-08-22 | Don't include "getline.h". | Jim Meyering | -3/+0 |
| 2007-08-22 | * src/copy.c (DEST_INFO_INITIAL_CAPACITY): Correct a comment. | Jim Meyering | -1/+1 |
| 2007-08-21 | By default, do not install hostname anymore. | Jim Meyering | -1/+1 |
| 2007-08-21 | Clarify touch documentation of file arguments. | Bob Proulx | -2/+5 |
| 2007-08-20 | Avoid consuming too much seekable input when yesno is used. | Eric Blake | -6/+7 |
| 2007-08-18 | Use new "idcache.h" header. | Jim Meyering | -3/+1 |
| 2007-08-15 | od --skip (-j) works even on files in /proc, when the kernel lies | Jim Meyering | -3/+5 |
| 2007-08-15 | * src/printf.c (usage): Adjust summary to also mention OPTIONs. | Jim Meyering | -1/+1 |
| 2007-08-14 | od: fix a bug that arises when skipping exact length of file | Jim Meyering | -5/+4 |
| 2007-08-11 | Accommodate more xstrtol changes. | Paul Eggert | -56/+36 |
| 2007-08-05 | Encapsulate a static variable. | Jim Meyering | -3/+11 |
| 2007-08-04 | Adapt to new human and xstrtol API. | Paul Eggert | -40/+85 |
| 2007-07-31 | du: print size (probably incomplete) of each inaccessible directory | Jim Meyering | -6/+1 |
| 2007-07-29 | Adjust indentation to reflect today's change. | Jim Meyering | -151/+151 |
| 2007-07-29 | Attempt to copy a regular file, even if stat says it is empty. | Jim Meyering | -1/+0 |
| 2007-07-24 | sort: avoid unaligned access. | Paul Eggert | -3/+8 |
| 2007-07-23 | Update all copyright notices to use the newer form. | Jim Meyering | -535/+428 |
| 2007-07-23 | Update c99/c89 patch for new, copyright-change-induced offsets. | Jim Meyering | -22/+22 |
| 2007-07-20 | * src/sort.c (main): Don't free a pointer to non-malloc'd memory. | Andreas Schwab | -4/+1 |
| 2007-07-19 | "cp -i --update older newer" no longer prompts; same for mv | Jim Meyering | -24/+24 |
| 2007-07-15 | ls --color: Don't stat symlinks when neither ORPHAN nor MISSING attribute has... | Jim Meyering | -1/+7 |
| 2007-07-14 | Remove long-deprecated options. | Jim Meyering | -44/+3 |
| 2007-07-13 | Warn about non-portable use of unescaped backslash at end of string, | Jim Meyering | -2/+3 |
| 2007-07-10 | Skip "arch" test if it's not built. | Jim Meyering | -0/+4 |
| 2007-07-10 | Add support for enabling/disabling installation of specified programs. | Jim Meyering | -17/+33 |
| 2007-07-10 | New program: arch | Karel Zak | -53/+125 |
| 2007-07-10 | Change "version 2" to "version 3" in all copyright notices. | Jim Meyering | -103/+103 |
| 2007-07-09 | Compensate for new c99'isms in seq.c. | Jim Meyering | -23/+44 |
| 2007-07-09 | Fix the automatic number width formatting in seq. | P@draigBrady.com | -14/+26 |
| 2007-07-08 | Use <wchar.h>, not "wcwidth.h". | Jim Meyering | -2/+3 |
| 2007-07-06 | setuidgid: set all groups, not just the primary one; mgetgroups: new module | Jim Meyering | -55/+30 |
| 2007-07-05 | * src/id.c: Include "getugroups.h" rather than declaring manually. | Jim Meyering | -2/+1 |
| 2007-07-04 | pr -F no longer suppresses the footer or the first two blank header lines | Paul Eggert | -13/+4 |
| 2007-06-23 | Prefer "STREQ (a, b)" over "strcmp (a, b) == 0"; similar for != 0. | Jim Meyering | -4/+4 |
| 2007-06-23 | seq no longer mishandles cases like "seq 0 0.000001 0.000003", | Paul Eggert | -2/+40 |
| 2007-06-22 | * src/stat.c (long_options): Add a FIXME comment to help ensure | Jim Meyering | -1/+4 |
| 2007-06-18 | A few more symlink-related fixes. Fix a bug triggered by cp | Paul Eggert | -31/+41 |
| 2007-06-18 | Use mreadlink_with_size (doesn't exit), not xreadlink_with_size. | Jim Meyering | -11/+11 |
| 2007-06-16 | Make chgrp and chown diagnostics consistent. | Jim Meyering | -5/+5 |
| 2007-06-15 | Correct cp's handling of destination symlinks in some cases. | Paul Eggert | -23/+60 |
| 2007-06-15 | Don't include "quote.h" when it is not used. | Jim Meyering | -7/+4 |
| 2007-06-15 | Clarify what "cat" documentation means by "blank" lines. | Paul Eggert | -2/+2 |
| 2007-06-13 | rmdir: give better diagnostics | Jim Meyering | -5/+9 |
| 2007-06-13 | Don't include "quotearg.h" when it is not used. | Jim Meyering | -1/+0 |
| 2007-06-10 | bug-fix: cp would fail to write through a dangling symlink | Jim Meyering | -2/+18 |
| 2007-05-31 | * src/dircolors.hin: Add screen-256color. | Jim Meyering | -1/+2 |
| 2007-05-26 | wc: ignore multibyte-character decoding errors | James Youngman | -14/+5 |
| 2007-05-22 | cut: diagnose a range starting with 0 (-f 0-2) as invalid, and | Jim Meyering | -0/+2 |