summaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)AuthorLines
2013-05-18maint: port --enable-gcc-warnings to clangPaul Eggert-32/+38
2013-05-11maint: add FIXME commentPaul Eggert-1/+5
2013-05-11mkdir: don't assume umask equals POSIX default ACL maskPaul Eggert-9/+36
2013-05-08id: with -Z, show SMACK security contextJarkko Sakkinen-4/+21
2013-05-08cut: improve performance, especially with --output-delimiterCojocaru Alexandru-151/+83
2013-05-07cut: fix handling of overlapping rangesCojocaru Alexandru-3/+3
2013-04-29cut: reduce CPU usage for the the common casePádraig Brady-6/+74
2013-04-29cut: reduce CPU overhead in determining item to outputCojocaru Alexandru-28/+26
2013-04-29cut: make memory allocation independent of range widthCojocaru Alexandru-192/+102
2013-04-28stat,tail: improve support for snfsPádraig Brady-0/+2
2013-04-20tail: exit following by descriptor when no tailable file leftBernhard Voelker-6/+25
2013-04-20tail: let -f --retry wait for inaccessible filesBernhard Voelker-6/+15
2013-04-14head: with --bytes=-N only allocate memory as neededPádraig Brady-6/+22
2013-04-14dd: avoid buffer allocations unless neededOndrej Oprala-53/+82
2013-04-10csplit: add the --suppress-matched optionAssaf Gordon-2/+32
2013-04-04tail: exit without reading input if would never outputPádraig Brady-0/+4
2013-04-04shuf: exit without reading if would never outputPádraig Brady-2/+4
2013-04-04ln: --relative: fix updating of existing symlinksRémy Lefevre-6/+8
2013-03-25shuf: use reservoir-sampling for large or unknown sized inputsAssaf Gordon-7/+170
2013-03-24stat,tail: improve support for efivarfs, exofs, f2fs and ubifsPádraig Brady-0/+8
2013-03-24maint: improve make src/fs-magic-comparePádraig Brady-6/+16
2013-03-22doc: clarify the printable characters output by odPádraig Brady-2/+2
2013-03-22doc: clarify stat the meaning of --format="%t %T"Pádraig Brady-2/+2
2013-03-04build: fix factor build failure on aarch64Torbjörn Granlund-14/+7
2013-02-28uniq: add the --group optionAssaf Gordon-10/+109
2013-02-28doc: move some info from all --help messages, onlinePádraig Brady-5/+1
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/+15
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/+14
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/+30
2013-02-20build: fix numfmt build error on compilers without __attributeJoachim Schmitz-2/+1
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-11doc: improve the numfmt man page formatPádraig Brady-11/+11
2013-02-10doc: standardize helptext of numfmt and slice into single optionsBenno Schulenberg-62/+82
2013-02-10maint: consolidate developer debug messagesPádraig Brady-91/+65
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-0/+4
2013-02-05numfmt: correct a printf formatPádraig Brady-1/+1
2013-02-04numfmt: a new command to format numbersAssaf Gordon-0/+1523
2013-02-04cut: fix a segfault with disjoint open ended rangesPádraig Brady-1/+3
2013-01-28df: do not treat rootfs speciallyBernhard Voelker-19/+1
2013-01-27df: prefer fullpath entries when deduplicatingOndrej Oprala-36/+80
2013-01-26timeout: ensure a blocked SIGALRM from the parent is unblockedStephan Krempel-0/+15
2013-01-26seq: fix to always honor the step valuePádraig Brady-2/+3
2013-01-26seq: fix misaligment with -w when no precision for start valuePádraig Brady-0/+2
2013-01-26cut: fix -f to work with the -d$'\n' edge casePádraig Brady-6/+8