summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorLines
2013-04-04tests: avoid shared lib tests on unsupported platformsPádraig Brady-4/+17
2013-04-04tail: exit without reading input if would never outputPádraig Brady-0/+9
2013-04-04shuf: exit without reading if would never outputPádraig Brady-2/+10
2013-04-04doc: add details on ln --relative symlink resolutionPádraig Brady-1/+28
2013-04-04ln: --relative: fix updating of existing symlinksRémy Lefevre-6/+17
2013-03-25shuf: use reservoir-sampling for large or unknown sized inputsAssaf Gordon-7/+244
2013-03-24stat,tail: improve support for efivarfs, exofs, f2fs and ubifsPádraig Brady-0/+15
2013-03-24maint: improve make src/fs-magic-comparePádraig Brady-9/+20
2013-03-24build: fix issues when building with GMPPádraig Brady-13/+21
2013-03-22doc: clarify the printable characters output by odPádraig Brady-6/+7
2013-03-22doc: clarify stat the meaning of --format="%t %T"Pádraig Brady-4/+9
2013-03-06doc: mention `numfmt` as an alternative to `sort -h`Pádraig Brady-0/+3
2013-03-06doc: remove a redundant numfmt heading from texinfoPádraig Brady-2/+0
2013-03-06maint: ensure proper backslash quoting in texinfo macrosPádraig Brady-1/+1
2013-03-04build: fix factor build failure on aarch64Torbjörn Granlund-14/+11
2013-02-28tests: don't skip all uniq tests when locale is missingAssaf Gordon-15/+25
2013-02-28uniq: add the --group optionAssaf Gordon-14/+189
2013-02-28doc: move some info from all --help messages, onlinePádraig Brady-11/+2
2013-02-28tests: add '--ignore-case' tests for uniqAssaf Gordon-0/+4
2013-02-28dircolors: add a new entry to colorize 'arc' filesJavier López-0/+1
2013-02-28join: Add the -z, --zero-terminated optionAssaf Gordon-4/+43
2013-02-28dircolors: add new entries to colorized archive formatsOndřej Vašík-0/+7
2013-02-22install: cleanup properly if the strip program failed for any reasonOndrej Oprala-5/+25
2013-02-20copy: ensure the correct root ID is checked on all platformsJoachim Schmitz-2/+3
2013-02-20maint: cleanup up various uses of __attribute__Pádraig Brady-34/+40
2013-02-20build: fix numfmt build error on compilers without __attributeJoachim Schmitz-2/+1
2013-02-20tests: avoid false failures on file systems with smaller NAME_MAXPádraig Brady-0/+10
2013-02-18maint: choose editor in the commit-msg git hook the same way git doesStefano Lattarini-1/+4
2013-02-18maint: don't reset PATH in the commit-msg git hookStefano Lattarini-1/+0
2013-02-14maint: prevent trailing period at first line of a commit messageBernhard Voelker-0/+3
2013-02-14maint: post-release administriviaPádraig Brady-2/+5
2013-02-14version 8.21v8.21Pádraig Brady-1/+1
2013-02-14tests: avoid non portable sed use of \tPádraig Brady-2/+2
2013-02-14build: avoid link failure in devmsg() on older linkersPádraig Brady-19/+35
2013-02-13numfmt: fix strtol() return code handlingAssaf Gordon-1/+1
2013-02-11maint: avoid running check-root tests in gnulibBernhard Voelker-1/+1
2013-02-11doc: improve the numfmt man page formatPádraig Brady-11/+11
2013-02-10doc: standardize helptext of numfmt and slice into single optionsBenno Schulenberg-131/+151
2013-02-10maint: consolidate developer debug messagesPádraig Brady-102/+83
2013-02-10tests: tail-2/inotify-rotate: fix a false failure on NFSPádraig Brady-1/+3
2013-02-10tests: skip numfmt grouping tests on some systemsPádraig Brady-1/+15
2013-02-07tests: avoid actual/expected mismatch due to changed diagnosticJim Meyering-2/+3
2013-02-07build: update gnulib submodule; also bootstrap to latestPádraig Brady-73/+93
2013-02-06maint: improve error messages upon failed read, write, access, closeBenno Schulenberg-23/+28
2013-02-05doc: fix a numfmt help section typoAssaf Gordon-5/+5
2013-02-05stty: add support for DTR/DSR hardware control flowOndřej Vašík-1/+13
2013-02-05numfmt: correct a printf formatPádraig Brady-1/+1
2013-02-04numfmt: a new command to format numbersAssaf Gordon-6/+2803
2013-02-04cut: fix a segfault with disjoint open ended rangesPádraig Brady-1/+6
2013-02-01doc: say how to tac char-by-charPaul Eggert-4/+11