Age | Commit message (Expand) | Author |
2010-01-01 | pr --help: add missing space between short and long options usage message | Stéphane Raimbault |
2010-01-01 | pr --help: improve a line-break | Stéphane Raimbault |
2010-01-01 | df: add comments to help translators align column headers | Stéphane Raimbault |
2009-12-31 | doc: update tail's documentation to allow for new -F semantics | Jim Meyering |
2009-12-30 | tail -F: don't stop following the target of a rename | Giuseppe Scrivano |
2009-12-29 | tail: remove `fdspec' from the hash table before changing its key | Giuseppe Scrivano |
2009-12-29 | tail: rename an internal variable | Jim Meyering |
2009-12-29 | tail: avoid read-beyond-end-of-buffer error | Jim Meyering |
2009-12-26 | tac: supply link dependency | Eric Blake |
2009-12-26 | tail: shrink internal struct by 8 bytes | Jim Meyering |
2009-12-25 | maint: tail: avoid in-function #if directives | Jim Meyering |
2009-12-25 | tail: fix --follow to not use inotify on remote files | Pádraig Brady |
2009-12-23 | wc: line-buffer the printed counts | Pádraig Brady |
2009-12-22 | stat: Recognize k-afs, gfs, ocfs2 file system types | Pádraig Brady |
2009-12-22 | stat: add support for more file system types | Pádraig Brady |
2009-12-19 | doc: enhance and reference info about version comparison | Pádraig Brady |
2009-12-19 | rm: fix --one-file-system regression due to fts conversion | Pádraig Brady |
2009-12-14 | base64: use *_OPTION_DESCRIPTION macros instead of hard-coded strings | Thiago Farina |
2009-12-13 | nohup: if fd_repoen fails (redirecting stdin), report it | Jim Meyering |
2009-12-13 | stat: recognize "sockfs" file system type, ... | Jim Meyering |
2009-12-12 | factor: add a missing va_end | Jim Meyering |
2009-12-11 | tail: don't call fstat on an uninitialized FD | Jim Meyering |
2009-12-08 | sort: fix failure if sort's parent has ignored SIGCHLD | Pádraig Brady |
2009-12-08 | timeout: fix failure if timeout's parent has ignored SIGCHLD | Pádraig Brady |
2009-12-04 | id: handle systems without getgroups support | Eric Blake |
2009-12-01 | sort: fix link failure on Solaris | Eric Blake |
2009-11-28 | maint: chown.c: remove a comment | Jim Meyering |
2009-11-24 | build: fix link failure on cygwin | Eric Blake |
2009-11-16 | true, false: perform initialization only when argc == 2 | Jim Meyering |
2009-11-16 | tail -F can fail to track a file after it's been rotated | Jim Meyering |
2009-11-13 | build: update gnulib, for getgroups improvements | Eric Blake |
2009-11-09 | ls: fix capability coloring | Pádraig Brady |
2009-11-07 | build: consistently use freopen-safer | Eric Blake |
2009-11-07 | mktemp: fix bug with -q and closed stdout | Eric Blake |
2009-11-07 | maint: make du's cycle-detection code consistent | Jim Meyering |
2009-11-07 | chcon, chgrp, chmod and chown now diagnose a directory cycle | Jim Meyering |
2009-11-06 | nproc: A new program to count the available processors | Giuseppe Scrivano |
2009-11-05 | mktemp: use more robust means to avoid double-close of stdout | Eric Blake |
2009-11-05 | mktemp: don't try to close stdout twice | Jim Meyering |
2009-11-05 | mktemp: don't use suff_len in place of #-of-`X's variable | Jim Meyering |
2009-11-05 | mktemp: add suffix handling | Eric Blake |
2009-11-05 | build: reflect gnulib changes to tempname | Eric Blake |
2009-11-05 | mktemp: rearrange --help output | Eric Blake |
2009-11-05 | mktemp: don't leave file behind on write failure | Eric Blake |
2009-11-05 | du: cleanup: remove dead-code vestige of already-removed option | Jim Meyering |
2009-11-05 | du now diagnoses cycles, rather than ignoring them | Jim Meyering |
2009-11-05 | maint: factor out cycle warning, now that du will use it, too | Jim Meyering |
2009-11-03 | rm -f: ignore EROFS when it's really ENOENT | Jim Meyering |
2009-10-29 | maint: avoid exiting with magic number | Eric Blake |
2009-10-28 | nice, nohup, su: detect write failure to stderr | Eric Blake |