Age | Commit message (Expand) | Author |
2007-08-30 | Use PACKAGE_NAME instead of GNU_PACKAGE. | Eric Blake |
2007-08-29 | Use EXIT_FAILURE, not EXIT_FAIL, now that EXIT_FAILURE is always 1. | Jim Meyering |
2007-08-28 | * src/test.c (usage): Say that [ honors --help and --version, but test does not. | Jim Meyering |
2007-08-28 | By default, do not install hostname anymore; no kidding, this time. | Jim Meyering |
2007-08-28 | Reflect renaming: mreadlink-with-size -> areadlink-with-size. | Jim Meyering |
2007-08-28 | Add file system type names and magic numbers from "man 2 statfs". | Jim Meyering |
2007-08-27 | Add some file system type names and magic numbers from glibc. | Jim Meyering |
2007-08-25 | * src/dircolors.hin: Add .dz and .svgz as archive suffixes. | Jim Meyering |
2007-08-25 | Remove all .cvsignore files from version control. | Jim Meyering |
2007-08-24 | * src/system.h (fseeko, ftello): Remove now-unneeded definitions. | Jim Meyering |
2007-08-24 | * src/od.c (LDBL_DIG): Remove now-unneeded definition. | Jim Meyering |
2007-08-23 | * src/dircolors.hin: Add xterm-16color, xterm-88color and eterm-color. | Jim Meyering |
2007-08-23 | Don't let ln be a party to destroying user data. | Jim Meyering |
2007-08-23 | Move functions from copy.c into new modules, since ln needs them, too. | Jim Meyering |
2007-08-22 | * src/c99-to-c89.diff: Adjust offsets. | Jim Meyering |
2007-08-22 | Change "rm --verbose -r a//" not to print extra slashes in a///b | Jim Meyering |
2007-08-22 | Don't include "getline.h". | Jim Meyering |
2007-08-22 | * src/copy.c (DEST_INFO_INITIAL_CAPACITY): Correct a comment. | Jim Meyering |
2007-08-21 | By default, do not install hostname anymore. | Jim Meyering |
2007-08-21 | Clarify touch documentation of file arguments. | Bob Proulx |
2007-08-20 | Avoid consuming too much seekable input when yesno is used. | Eric Blake |
2007-08-18 | Use new "idcache.h" header. | Jim Meyering |
2007-08-15 | od --skip (-j) works even on files in /proc, when the kernel lies | Jim Meyering |
2007-08-15 | * src/printf.c (usage): Adjust summary to also mention OPTIONs. | Jim Meyering |
2007-08-14 | od: fix a bug that arises when skipping exact length of file | Jim Meyering |
2007-08-11 | Accommodate more xstrtol changes. | Paul Eggert |
2007-08-05 | Encapsulate a static variable. | Jim Meyering |
2007-08-04 | Adapt to new human and xstrtol API. | Paul Eggert |
2007-07-31 | du: print size (probably incomplete) of each inaccessible directory | Jim Meyering |
2007-07-29 | Adjust indentation to reflect today's change. | Jim Meyering |
2007-07-29 | Attempt to copy a regular file, even if stat says it is empty. | Jim Meyering |
2007-07-24 | sort: avoid unaligned access. | Paul Eggert |
2007-07-23 | Update all copyright notices to use the newer form. | Jim Meyering |
2007-07-23 | Update c99/c89 patch for new, copyright-change-induced offsets. | Jim Meyering |
2007-07-20 | * src/sort.c (main): Don't free a pointer to non-malloc'd memory. | Andreas Schwab |
2007-07-19 | "cp -i --update older newer" no longer prompts; same for mv | Jim Meyering |
2007-07-15 | ls --color: Don't stat symlinks when neither ORPHAN nor MISSING attribute has... | Jim Meyering |
2007-07-14 | Remove long-deprecated options. | Jim Meyering |
2007-07-13 | Warn about non-portable use of unescaped backslash at end of string, | Jim Meyering |
2007-07-10 | Skip "arch" test if it's not built. | Jim Meyering |
2007-07-10 | Add support for enabling/disabling installation of specified programs. | Jim Meyering |
2007-07-10 | New program: arch | Karel Zak |
2007-07-10 | Change "version 2" to "version 3" in all copyright notices. | Jim Meyering |
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 | Use <wchar.h>, not "wcwidth.h". | Jim Meyering |
2007-07-06 | setuidgid: set all groups, not just the primary one; mgetgroups: new module | Jim Meyering |
2007-07-05 | * src/id.c: Include "getugroups.h" rather than declaring manually. | 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 |