summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2010-07-19sort: -R no longer disables multithreadingPaul R. Eggert
2010-07-16randread: don't require -lrtPaul R. Eggert
2010-07-15sort: fix a bug with sort -u and xmemcoll0, and tune keycomparePaul R. Eggert
2010-07-15sort: fix a bug when sorting unterminated linesPádraig Brady
2010-07-15sort: speed up default full line sortingChen Guo
2010-07-14maint: omit $(POW_LIB) when linking, as this is no longer neededPaul R. Eggert
2010-07-13sort: parallelize internal sortChen Guo
2010-07-12dd: also spell out size on memory exhaustionPaul R. Eggert
2010-07-09chcon, chmod, chown, du: don't translate "%s"Paul Eggert
2010-07-06du: Hash with a mechanism that's simpler and takes less memory.Paul Eggert
2010-07-05stat: getfilecon failure now evokes nonzero exit statusJim Meyering
2010-07-05system.h: define ATTRIBUTE_WARN_UNUSED_RESULTJim Meyering
2010-07-04du: increase the initial dev-inode set sizeJim Meyering
2010-07-04du: use less than half as much memory when tracking hard linksJim Meyering
2010-07-03du: don't miscount duplicate directories or link-count-1 filesPaul Eggert
2010-07-01cp: add an option to only copy the file attributesPádraig Brady
2010-07-01ls: use the POSIX date style when the locale does not specify onePádraig Brady
2010-06-29doc: df, du, ls: improve --blocksize description in --helpJim Meyering
2010-06-29doc: reference POS syntax in --help for sort --keyPádraig Brady
2010-06-27ln: print a clearer error message when linking failsBenno Schulenberg
2010-06-22stat: remove support for deprecated --context (-Z) optionJim Meyering
2010-06-21doc: fix comm's --help output so we generate a better man pageJim Meyering
2010-06-14cat: improve documentationEric Blake
2010-06-14dd: print a better diagnostic for an invalid block sizeJim Meyering
2010-06-10ls: avoid just-introduced buffer overrunJim Meyering
2010-06-08maint: adjust INT_BUFSIZE_BOUND usage for maintainabilityJim Meyering
2010-06-08sort: avoid unnecessary use of sprintfJim Meyering
2010-06-08dirname: tweak summary wordingEric Blake
2010-06-02touch: remove support for --file=REF_FILE optionJim Meyering
2010-05-31maint: make spacing around "=" consistent, even in IF_LINTJim Meyering
2010-05-31maint: replace each "for (;;)" with "while (true)"Jim Meyering
2010-05-31maint: correct indentation of case_GETOPT_* macro usesJim Meyering
2010-05-31stat: use gnulib's alignof moduleJim Meyering
2010-05-29truncate: improve handling of non regular filesPádraig Brady
2010-05-28truncate: support sizes relative to an existing filePádraig Brady
2010-05-25maint: don't emit an extra newline in each of two diagnosticsJim Meyering
2010-05-25maint: remove unneeded double quotes on RHS of shell assignmentsJim Meyering
2010-05-24sort: adjust the leading blanks --debug warningPádraig Brady
2010-05-19du: recognize -d N as equivalent to --max-depth=NJon Ringuette
2010-05-17maint: fix the fs-magic-compare ruleJim Meyering
2010-05-17build: avoid a new -Wformat-induced warningJim Meyering
2010-05-16sort: --debug: output data independent warnings and infoPádraig Brady
2010-05-12sort: add a --debug option to highlight key extentsPádraig Brady
2010-05-03maint: remove now-redundant definitions provided by signal.hJim Meyering
2010-05-03maint: remove now-redundant definitions provided by sys/wait.hJim Meyering
2010-05-01sort: use long doubles only when effectivePaul Eggert
2010-04-29sort: use long doubles for general numeric modePádraig Brady
2010-04-24maint: remove now-unnecessary #if HAVE_header_H tests.Jim Meyering
2010-04-23tests: fix exit status of signal handlers in shell scriptsDmitry V. Levin
2010-04-22base64: always treat input in binary modeEric Blake