summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2010-10-05stat: adjust the printing of SELinux contextPádraig Brady
2010-10-03maint: suppress a bogus used-uninitialized warning in tr.cJim Meyering
2010-10-01stat: print SELinux context when availableEric Blake
2010-10-01stat: optimize and translate default format stringsEric Blake
2010-10-01stat: print timestamps to full resolutionEric Blake
2010-10-01stat: support printing birthtimeEric Blake
2010-09-29tr: fix various issues with case conversionPádraig Brady
2010-09-20sort: destroy spin locks portablyPaul Eggert
2010-09-18build: use gnulib's new termios moduleJim Meyering
2010-09-17maint: update to latest gnulibEric Blake
2010-09-17rm: remove no-op -d optionEric Blake
2010-09-17maint: update to latest gnulibEric Blake
2010-09-13dircolors: add rxvt-unicode-256color terminal typeDmitry V. Levin
2010-09-01tac: suppress technically unneeded "free"Jim Meyering
2010-09-01join: improve performance when operating on whole linesPádraig Brady
2010-08-28tac: avoid double freeJim Meyering
2010-08-27stat: add %m to output the mount point for a fileAaron Burgemeister
2010-08-25df: always print the device name for bind mounted filesPádraig Brady
2010-08-23stat: fix a small memory leak with %NPádraig Brady
2010-08-10sort, who: prefer free+malloc to realloc when contents are irrelevantPaul Eggert
2010-08-10sort: free/xmalloc rather than xreallocPaul Eggert
2010-08-10sort: avoid gcc warning: explicitly ignore strtold resultJim Meyering
2010-08-09dircolors: add screen.rxvt & terminator to TERM listMike Frysinger
2010-08-08sort: speed up -R with long lines in hard localesPaul Eggert
2010-08-06sort: support all combinations of -d, -f, -i, -R, and -VPaul Eggert
2010-08-05sort: tune and refactor --debug code, and fix minor underlining bugPaul Eggert
2010-08-04sort: -R now uses less memory on long lines with internal NULsPaul Eggert
2010-08-03sort: fix bug in --debug when \0 is followed by \tPaul Eggert
2010-08-02sort: revert recent -h changes and use a more-conservative approachPaul Eggert
2010-07-30sort: -h now handles comparisons such as 6000K vs 5M and 5MiB vs 5MBPaul Eggert
2010-07-27sort: fix --debug display with very large offsetsPaul Eggert
2010-07-26sort: fix bug with EOF at buffer refillPaul Eggert
2010-07-26sort: omit some "inline"sPaul Eggert
2010-07-26sort: don't assume ASCII when parsing K, M, G suffixesPaul Eggert
2010-07-25sort: omit unnecessary mutex unlock+lock; simplify heap accessPaul R. Eggert
2010-07-25sort: omit 'restrict' in doubtful casesPaul R. Eggert
2010-07-25sort: omit unnecessary castsPaul R. Eggert
2010-07-25sort: use more-consistent style with constPaul R. Eggert
2010-07-24du: tune, and fix some -L bugs with dangling or cyclic symlinksPaul R. Eggert
2010-07-22provide POSIX_FADV_SEQUENTIAL hint to appropriate utilsPádraig Brady
2010-07-22fadvise: new module providing a simpler interface to posix_fadvisePádraig Brady
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