Age | Commit message (Expand) | Author |
2009-02-14 | seq: Fix equal width calculation when '.' added to last number | Pádraig Brady |
2009-02-13 | du,chgrp,chmod,chown: use FTS_DEFER_STAT | Jim Meyering |
2009-02-11 | ln: add details to --help text | Eric Blake |
2009-02-10 | ls: clean up after wrapped+colored file names with clear-to-EOL | Jim Meyering |
2009-02-09 | touch: deprecate --file option: equivalent to --reference (-r) | Jim Meyering |
2009-02-05 | avoid spurious parentheses/arith-op-related warnings from newer gcc | Jim Meyering |
2009-02-02 | * src/system.h (emit_bug_reporting_address): Remove periods. | Jim Meyering |
2009-02-02 | update copyright dates from recent changes | Jim Meyering |
2009-01-29 | maint: silence some syntax-check rules | Jim Meyering |
2009-01-29 | cp/mv: add xattr support | Kamil Dudka |
2009-01-28 | system.h: add a comment re autoconf's new AC_PACKAGE_URL | Jim Meyering |
2009-01-28 | dd: Better handle user specified offsets that are too big | Pádraig Brady |
2009-01-27 | doc: emit better bug-reporting info, to help help2man | Jim Meyering |
2009-01-23 | build: resolve conflict with new declaration from version-etc.h | Jim Meyering |
2009-01-22 | shred: change default number of overwrites from 25 to 3 | Pádraig Brady |
2009-01-19 | no longer define *_FILENO constants | Jim Meyering |
2009-01-16 | echo, printf, test: remove unused #include directives | Jim Meyering |
2009-01-16 | pathchk: avoid -Wsign-compare warnings | Pádraig Brady |
2009-01-16 | pr: avoid -Wsign-compare warnings | Pádraig Brady |
2009-01-16 | shred: avoid -Wsign-compare warnings | Pádraig Brady |
2009-01-16 | simplify mgetgroups() and avoid -Wsign-compare warnings | Pádraig Brady |
2009-01-14 | test, echo, printf: don't accept option abbreviation | Eric Blake |
2009-01-14 | cp/mv: add --no-clobber (-n) option to not overwrite target | Kamil Dudka |
2009-01-08 | option handling: make exceptions more consistent | Eric Blake |
2009-01-05 | doc: pathchk description enhancements | Pádraig Brady |
2009-01-03 | src/.gitignore: Ignore getlimits utility | Pádraig Brady |
2009-01-03 | stat: print file-system total inode count (%c) as an unsigned number | Michael Meskes |
2009-01-01 | portability: accommodate gnulib's getaddrinfo change | Jim Meyering |
2009-01-01 | cleanup/modernize: don't test HAVE_MBRTOWC; now gnulib provides it | Jim Meyering |
2008-12-26 | maint: ensure dd's computation of O_FULLBLOCK uses all O_ symbol names | Jim Meyering |
2008-12-26 | dd: add support for opening files in Concurrent I/O (CIO) mode | Matt Harden |
2008-12-23 | build: do enable $(WERROR_CFLAGS) for src/ files. | Jim Meyering |
2008-12-23 | timeout: remove problematic casts | Pádraig Brady |
2008-12-21 | build: add configure-time --enable-gcc-warnings option; avoid warnings | Jim Meyering |
2008-12-21 | build: turn on $(WERROR_CFLAGS) for src/ | Jim Meyering |
2008-12-21 | build: add configure-time --enable-gcc-warnings option; avoid warnings | Jim Meyering |
2008-12-16 | du: -H now does what POSIX requires | Jim Meyering |
2008-12-03 | chmod, chown, chgrp: honor --silent (-f) once again | Ondřej Vašík |
2008-12-02 | wc: read and process --files0-from= input a name at a time, | Jim Meyering |
2008-12-02 | du: read and process --files0-from= input a name at a time, | Jim Meyering |
2008-12-01 | seq: plug a leak | Jim Meyering |
2008-12-01 | avoid warnings about initialization of automatic aggregates | Jim Meyering |
2008-12-01 | * src/hostname.c (sethostname) [!HAVE_SETHOSTNAME]: Remove declaration. | Jim Meyering |
2008-12-01 | cp, mv: remove 3-year-deprecated+warned-about --reply option | Jim Meyering |
2008-12-01 | doc: Improve description of --files0-from option | Pádraig Brady |
2008-11-30 | remove explicit declaration of putenv, ... | Jim Meyering |
2008-11-22 | Revert part of "dd: avoid unnecessary memory copies" | Pádraig Brady |
2008-11-21 | getlimits: A new utility for use in coreutils' tests | Pádraig Brady |
2008-11-21 | dd: avoid unnecessary memory copies | Pádraig Brady |
2008-11-20 | cp: use far less memory in some cases | Jim Meyering |