Age | Commit message (Expand) | Author |
2009-08-25 | maint: remove Local Variables: indent-tabs-mode: nil from all sources | Jim Meyering |
2009-08-25 | global: convert indentation-TABs to spaces | Jim Meyering |
2009-08-24 | cp: ignore obscure failure to preserve symlink time stamps, | Jim Meyering |
2009-08-20 | install: avoid a portability bug when compiling with non-gcc | Jim Meyering |
2009-08-19 | build: avoid "make dist" failure in man/ | Jim Meyering |
2009-08-18 | nl: deprecate --page-increment in favor of --line-increment | Giuseppe Scrivano |
2009-08-18 | build: perform check-AUTHORS via syntax-check, not via "make check" | Jim Meyering |
2009-08-18 | sort: use more portable initialization syntax | Jim Meyering |
2009-08-14 | cp,mv: fix issues with preserving timestamps of copied symlinks | Pádraig Brady |
2009-08-13 | tail: fix tail -f failure when inotify used | Pádraig Brady |
2009-08-13 | dd: fix a signal handling race | Pádraig Brady |
2009-08-10 | nl, pinky: replace uses of strcat | Jim Meyering |
2009-08-07 | cp: accept the --reflink option | Giuseppe Scrivano |
2009-08-07 | dd: preserve semantics of O_DIRECT even for final block | Jim Meyering |
2009-08-06 | dd: work around buffer length restrictions with oflag=direct (O_DIRECT) | Jim Meyering |
2009-08-04 | dd: remove unnecessary #if HAVE_FTRUNCATE | Jim Meyering |
2009-08-04 | cp -pP (and e.g., -a): preserve time stamps on symlinks, too | Jim Meyering |
2009-07-30 | tail: tweak indentation | Jim Meyering |
2009-07-30 | tail: properly parse fractional seconds when monitoring a pid | Pádraig Brady |
2009-07-30 | tail: exit successfully upon watched process death | Giuseppe Scrivano |
2009-07-29 | cp: support btrfs' copy-on-write file clone operation | Giuseppe Scrivano |
2009-07-29 | maint: update sleep.c's copyright year list | Jim Meyering |
2009-07-28 | tail: use the inotify backend also with --pid=PID | Giuseppe Scrivano |
2009-07-27 | ls -1U dir arg ... now works again | Kamil Dudka |
2009-07-27 | tr: improve --help's description of --complement (-c) | Heikki Orsila |
2009-07-24 | readlink: improve one-line summary: prints canonical file names, too | Jim Meyering |
2009-07-11 | tail: adjust type of a local variable | Jim Meyering |
2009-07-08 | copy.c: remove a duplicate expression | Ondřej Vašík |
2009-07-08 | tail: use size_t for counter and index variables, ... | Jim Meyering |
2009-07-08 | tail: declare "file descriptor" variable to be "int", not size_t | Jim Meyering |
2009-07-03 | sort: allow SI and IEC units on separate human sort fields | Pádraig Brady |
2009-07-03 | tail: avoid an inotify portability problem in kernels prior to 2.6.21 | Giuseppe Scrivano |
2009-06-29 | tail: add comments noting potential inotify-related problems | Jim Meyering |
2009-06-27 | stdbuf: fix to stop -i option causing an assertion | Pádraig Brady |
2009-06-23 | maint: update all Copyright year lists to include 2009 | Jim Meyering |
2009-06-17 | stdbuf: A new program to run a command with modified stdio buffering | Pádraig Brady |
2009-06-15 | tail: use inotify if it is available | Giuseppe Scrivano |
2009-06-13 | diag: say "failed to...", rather than "cannot..." in a few diagnostics | Jim Meyering |
2009-06-13 | sort: Ignore fields where end position is before the start position | Cliff Miller |
2009-06-11 | ls --color: do not colorize files with multiple hard links by default | Kamil Dudka |
2009-06-07 | sort: die immediately upon heap allocation failure | Jim Meyering |
2009-06-04 | dircolors: add screen-256color-bce to TERM list | Mike Frysinger |
2009-06-03 | dircolors: recognize .xz, .txz, .tbz and .tlz suffixes | Jim Meyering |
2009-06-02 | chroot: make --groups= work without --userspec=; be more robust | Jim Meyering |
2009-06-02 | chroot: don't set bogus user-ID or group-ID for --u=U: or --u=:G | Jim Meyering |
2009-06-02 | chroot: set-*-ID failure must provoke nonzero exit before execvp | Jim Meyering |
2009-05-29 | head, tail: make --help less ambiguous | Eric Blake |
2009-05-26 | sort: new --human-numeric-sort option to sort KiB MB etc. | Michael Speer |
2009-05-26 | chroot: accept new options --userspec=U:G and --groups=G1,G2,G3 | Giuseppe Scrivano |
2009-05-18 | doc: clarify the operation of the comm -123 parameters | Pádraig Brady |