summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2008-06-30truncate: ignore whitespace in --size parametersPádraig Brady
2008-06-28doc: add "..." to Usage, to indicate there may be multiple OPTIONsJim Meyering
2008-06-28mkfifo: correct misplaced -Z description in --help outputJim Meyering
2008-06-28uniq: remove redundant testJim Meyering
2008-06-27timeout: fix invalid argument testsPádraig Brady
2008-06-27avoid a -Wsign-compare warningJim Meyering
2008-06-27base64: don't rely on feof returning 0/1Jim Meyering
2008-06-27truncate: silence -Wsign-compare warningsPádraig Brady
2008-06-27factor out time_t-to-string conversion idiomJim Meyering
2008-06-27truncate: Fix integer portability issuesPádraig Brady
2008-06-26tests: adjust c99-to-c89 patch as well as the code to generate itJim Meyering
2008-06-26tests: fix make distcheck failure due to TODO changeJim Meyering
2008-06-26* TODO: Add item: remove uses of imaxtostr.Jim Meyering
2008-06-26tests: accommodate difference in an AIX 5.3 diagnosticPeter O'Gorman
2008-06-26shred: also ignore EISDIR upon failed fsync/fdatasync on HP-UXJim Meyering
2008-06-26* HACKING: use shorter "-1" (over HEAD~1) with git format-patchJim Meyering
2008-06-26bootstrap.conf: don't list "open" specificallyJim Meyering
2008-06-26truncate: handle the case in which off_t != intmax_tJim Meyering
2008-06-23basename: List David MacKenzie as the author.Jim Meyering
2008-06-23echo: use AUTHORS from bash's built-in echoOndřej Vašík
2008-06-22use gnulib's "open" moduleJim Meyering
2008-06-22stat: warn that the --context (-Z) option (a no-op) is obsoleteJim Meyering
2008-06-20make "make syntax-check" quieterJim Meyering
2008-06-20sort: Fix bug where --batch-size option shrank SORT_SIZE.Bo Borgerson
2008-06-19tests: avoid test failure when root's primary group-ID is not 0Jim Meyering
2008-06-19tests: avoid root-only test failure when run in a chrootJim Meyering
2008-06-18* tests/check.mk: Fix a typo in a comment.Jim Meyering
2008-06-17doc: fix a syntax errorJim Meyering
2008-06-17sort: accept new option --batch-size=NMERGEBo Borgerson
2008-06-17sort: add new option --files0-from=FBo Borgerson
2008-06-17HACKING: Add section for tips on reducing translator workload.Bo Borgerson
2008-06-17* THANKS: Add name and email for Carl Roth.Jim Meyering
2008-06-17ls, od: avoid redundant constEric Blake
2008-06-17join: improve memory managementBo Borgerson
2008-06-16* doc/coreutils.texi (join invocation): Drop leading blanks.Ralf Wildenhues
2008-06-16remove redundant const directivesJim Meyering
2008-06-16chcon: correct --verbose output to include newlinesJim Meyering
2008-06-15address root cause of compilation failures:Jim Meyering
2008-06-15fix the compilation failure for realJim Meyering
2008-06-15fix a const-related compilation failure in sort.cJim Meyering
2008-06-15update HACKING guidelinesJim Meyering
2008-06-14run gnulib-tests in parallelJim Meyering
2008-06-14* maint.mk (sc_proper_name_utf8_requires_ICONV) Fix typo in diagnostic.Jim Meyering
2008-06-14add "const" attribute, where possibleJim Meyering
2008-06-14revert previous change, "don't use "const" with scalar types"Jim Meyering
2008-06-14don't use "const" with scalar typesJim Meyering
2008-06-13od: improve handling of paddingEric Blake
2008-06-13od: align multiple -t specsEric Blake
2008-06-13od: use gnulib printf replacement as necessaryEric Blake
2008-06-13od: simplify long double supportEric Blake