Age | Commit message (Expand) | Author |
2011-11-15 | id: tweak comment | Eric Blake |
2011-11-15 | id: handle (uid_t) -1 more portably | Paul Eggert |
2011-11-15 | id: undo previous commit, which was done by mistake | Paul Eggert |
2011-11-15 | doc: update for ISO/IEC 80000-13 | Paul Eggert |
2011-11-14 | id: fail when getuid, getgid, etc. fail, e.g., on GNU/Hurd | Ludovic Courtès |
2011-11-13 | maint: id, groups: use conforming diagnostics | Jim Meyering |
2011-11-12 | ls: plug a per-argument leak | Jim Meyering |
2011-11-11 | * src/system.h (emit_size_note): Reword for clarity. | Paul Eggert |
2011-11-11 | ls: -k no longer affects -l's file sizes | Paul Eggert |
2011-11-02 | stat: avoid compilation failure with gnulib's new alignof | Jim Meyering |
2011-10-27 | date: reinstate the --iso-8601 (-I) option | Jim Meyering |
2011-10-25 | build: do not remove definition of ENODATA, after all | Jim Meyering |
2011-10-24 | rm: update gnulib to get an fts fix for Cygwin+NWFS/NcFsd file systems | Jim Meyering |
2011-10-21 | tail: with -f, use nanosleep (not inotify) on a GPFS file system | Martial Bornet |
2011-10-19 | maint: tac: prefer "failed to" diagnostic over "cannot" | Jim Meyering |
2011-10-19 | tac: do not let failed allocation cause immediate exit | Jim Meyering |
2011-10-19 | tac: use only one temporary file, with multiple nonseekable inputs | Jim Meyering |
2011-10-18 | maint: make tac.c slightly cleaner | Paul Eggert |
2011-10-17 | tac: don't leak a file descriptor for each non-seekable input | Jim Meyering |
2011-10-17 | tac: don't misbehave with multiple non-seekable inputs | Jim Meyering |
2011-10-17 | maint: tac: remove sole use of sprintf in favor of filenamecat | Jim Meyering |
2011-10-09 | rm: do not resort to stat'ing very long names even on deficient systems | Jim Meyering |
2011-10-01 | build: use getgr*_nomembers functions on Interix | Markus Duft |
2011-10-01 | build: accommodate missing setgroups on Interix | Markus Duft |
2011-10-01 | ls: fix output of dangling symlinks colored as target | Pádraig Brady |
2011-09-30 | ls: avoid reading beyond end of color indicator | Jim Meyering |
2011-09-27 | sort: avoid a NaN-induced infloop | Jim Meyering |
2011-09-22 | timeout: handle implicitly created threads | Pádraig Brady |
2011-09-19 | md5sum: clarify what is meant by binary/text flag. | Reuben Thomas |
2011-09-16 | md5sum: handle BSD reversed format checksums | Pádraig Brady |
2011-09-14 | doc: improve description of join's -a option | Eric Blake |
2011-09-08 | stat: avoid compilation failure on AIX 7.x | Jim Meyering |
2011-09-01 | timeout: fixup previous warning fix | Pádraig Brady |
2011-09-01 | timeout: suppress a redundant warning on some systems | Pádraig Brady |
2011-09-01 | stdbuf: fix helper lib identification on some platforms | Pádraig Brady |
2011-09-01 | build: avoid the use of strsignal() in split | Pádraig Brady |
2011-08-25 | timeout: revert signal propagation enhancement | Pádraig Brady |
2011-08-24 | pr: fix so that LAST_PAGE is honored with -T | Pádraig Brady |
2011-08-13 | maint: remove empty statement after jump label | Bernhard Voelker |
2011-08-12 | pathchk: port to hosts where mbstate_t is replaced | Paul Eggert |
2011-08-08 | join: with --check-order print offending file name, line number and data | Jim Meyering |
2011-08-08 | maint: use xcalloc rather than xmalloc+memset (no semantic change) | Jim Meyering |
2011-07-27 | maint: copy: refactor hard link creation | Pádraig Brady |
2011-07-26 | maint: use consistent style in C and test scripts | Jim Meyering |
2011-07-25 | cp: don't mishandle existing dir dest permissions (Bug#9170) | Paul Eggert |
2011-07-25 | cp -up: preserve all hard links | Jim Meyering |
2011-07-25 | timeout: support sub-second timeouts | Pádraig Brady |
2011-07-20 | dircolors: add screen.Eterm terminal type | Mike Frysinger |
2011-07-20 | unexpand: fix misalignment when spaces span a tabstop | Pádraig Brady |
2011-07-16 | timeout: treat seconds counts like 'sleep' does | Paul Eggert |