summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorLines
2012-06-01stat,tail: recognize new file system type: panfsJim Meyering-0/+11
2012-05-31maint: fix typos in test comments and old ChangeLog filesJim Meyering-4/+4
2012-05-28cksum: line-buffer the printed checksumsPádraig Brady-0/+9
2012-05-21maint: remove comment that suggested to remove support for mktemp -VJim Meyering-1/+2
2012-05-21dircolors: add st/st-256color terminal typesMike Frysinger-0/+2
2012-05-20id,groups: use gidtostr/uidtostr to avoid castsJim Meyering-15/+43
2012-05-16tests: use $AWK, not awkJim Meyering-3/+3
2012-05-16maint: tell xgettext that fputs arg "93% of..." is not a C format stringJim Meyering-0/+6
2012-05-16maint: add assertions to placate static analysis toolsJim Meyering-0/+19
2012-05-16stat: report the correct block size for file system usagePádraig Brady-3/+12
2012-05-12ls: color each symlink-to-relative-name in / properlyJim Meyering-1/+65
2012-05-10maint: post-release administriviaJim Meyering-2/+5
2012-05-10version 8.17v8.17Jim Meyering-1/+1
2012-05-10tests: misc/tty-eof: increase timeout to avoid unwarranted failureJim Meyering-2/+2
2012-05-10stat,tail: recognize new FS types: bdevfs, inodefs, qnx6Jim Meyering-1/+9
2012-05-10scripts: encourage use of shorter "bugs.gnu.org" in bug URLsJim Meyering-1/+1
2012-05-10maint: handle file sizes more reliablyPaul Eggert-34/+69
2012-05-09stat: don't report negative file size as huge positive numberPaul Eggert-1/+4
2012-05-08split: avoid apparent infloop when splitting /dev/zero w/-n on the HurdJim Meyering-1/+6
2012-05-08build: update gnulib submodule to latest; also bootstrap and init.shJim Meyering-14/+67
2012-05-08doc: clarify dd conv=sparse usage with devicesPádraig Brady-1/+4
2012-05-08maint: new function: usable_st_sizeJim Meyering-0/+7
2012-05-08maint: fix common spelling errorsKevin Lyda-33/+33
2012-05-07tests: avoid LD_PRELOAD lookup error for dlsymJim Meyering-1/+1
2012-05-07cp: handle a race condition more sensiblyJim Meyering-1/+100
2012-05-07doc: NEWS: note when the id/groups bug was introducedJim Meyering-1/+1
2012-05-04build: update gnulib submodule to latestJim Meyering-0/+0
2012-05-04maint: rely on gnulib's new sys_resource moduleJim Meyering-4/+2
2012-05-02cp,mv,install: provide POSIX_FADV_SEQUENTIAL hint to inputPádraig Brady-0/+3
2012-05-02maint: prohibit an operator at end of lineJim Meyering-0/+16
2012-05-02maint: adjust comments to avoid FP match on binary-operator-at-EOLJim Meyering-15/+15
2012-05-02maint: with split lines, don't leave an operator at end of lineJim Meyering-34/+34
2012-04-30cat,cp,mv,install,split: Set the minimum IO block size used to 64KiBPádraig Brady-18/+28
2012-04-27id: -Zn/-Zr: avoid an invalid diagnosticJim Meyering-1/+2
2012-04-27id: don't call getcon unnecessarilyJim Meyering-7/+14
2012-04-27maint: id: minor factorizationJim Meyering-11/+12
2012-04-27id,groups: with no user name, print only real and/or effective IDs,Jim Meyering-6/+55
2012-04-22maint: sync up required autoconf version in bootstrap.confStefano Lattarini-1/+1
2012-04-19doc: fix a grammar nitJim Meyering-1/+1
2012-04-19tests: factor out expensive "pairs" code of misc/sttyBernhard Voelker-39/+94
2012-04-19tests: add iutf8 option to misc/sttyBernhard Voelker-7/+7
2012-04-19maint: tac: use memcpy, not strcpyJim Meyering-1/+1
2012-04-19maint: ls: use stpncpy/stpcpy, not strncpy/strcpyJim Meyering-9/+6
2012-04-19maint: modernize/clean-up a small function in ls.cJim Meyering-14/+11
2012-04-19doc: tweak README-hackingJim Meyering-2/+2
2012-04-17doc: use @xref{... only at start of a sentenceJim Meyering-9/+11
2012-04-16maint: replace a use of strcpy in chmod.c with memcpyJim Meyering-1/+1
2012-04-14doc: remove a little direntry redundancyKarl Berry-1/+1
2012-04-12fmt: accept new --goal=WIDTH (-g) optionBruce Korb-10/+99
2012-04-12cp: change --attributes-only to not truncate existing filesPádraig Brady-4/+41