summaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)AuthorLines
2011-07-16ls: port to NonStop (Bug#9076)Paul Eggert-0/+8
2011-07-16dd: port to NonStop (Bug#9076)Paul Eggert-0/+5
2011-07-15csplit: don't prematurely terminate cleanup (Bug#9076)Paul Eggert-1/+2
2011-07-15* src/dd.c: Remove obsolete comments re POSIX.Paul Eggert-4/+1
2011-07-15build: avoid a st_blksize compile failure on some systemsPádraig Brady-1/+1
2011-07-15build: avoid a fiemap compile failure on some systemsPádraig Brady-5/+7
2011-07-14* src/fiemap.h (struct fiemap.fm_extents): Change size to 1.Paul Eggert-2/+3
2011-07-14maint: fix warning 'possible use of "=" where "==" was intended'Bernhard Voelker-1/+1
2011-07-13doc: describe the file permissions set by mktempBenoît Knecht-0/+3
2011-07-13doc: note the order in which wc counts are printedBenoît Knecht-0/+2
2011-07-11dircolors: highlight .webm multimedia filesBenoît Knecht-0/+1
2011-07-08timeout: handle signals more transparentlyPádraig Brady-1/+23
2011-07-08timeout: support cascaded timeoutsPádraig Brady-4/+13
2011-07-08timeout: add --foreground to support interactive commandsPádraig Brady-8/+28
2011-07-08doc: note that cp -l creates _hard_ linksBenoît Knecht-1/+1
2011-07-07md5sum, sha1sum, etc: accept new option: --strictPatrick Schoenfeld-2/+25
2011-07-07doc: note date's %k, %l are space-padded and equivalent to %_H and %_IBenoît Knecht-2/+2
2011-07-07stat: recognize GPFS as a file system typeJim Meyering-0/+2
2011-07-02maint: use "const" and "pure" function attributes where possibleJim Meyering-29/+29
2011-06-25doc: improve ls --help grammarJim Meyering-1/+1
2011-06-25maint: don't use gnulib's pathmax module; define PATH_MAX if neededJim Meyering-4/+3
2011-06-24stat: recognize MQUEUE and PSTOREFS file systemsPádraig Brady-0/+4
2011-06-19stdbuf: fix automake variable name to work with cutting edge automakeJim Meyering-6/+5
2011-06-13maint: use stat-size module from gnulibJames Youngman-116/+76
2011-06-09maint: remove unneeded includesPádraig Brady-10/+0
2011-06-09doc: add examples to date --helpPádraig Brady-0/+12
2011-06-04build: require at least 2-year old autoconf-2.64 (was 2.62)Jim Meyering-3/+1
2011-06-04maint: remove now-spurious curly bracesJim Meyering-6/+4
2011-06-01yes.c: do not use exit after errorMarek Polacek-4/+1
2011-06-01tail: fix an inconsequential bug spotted by coverityJim Meyering-1/+1
2011-05-29maint: placate -Wsign-compare when it's non-invasiveJim Meyering-1/+1
2011-05-28ls: placate gcc-4.7.0's -Wstrict-overflowJim Meyering-19/+35
2011-05-28maint: remove useless (off_t) cast of lseek argJim Meyering-9/+9
2011-05-27chown,chgrp: output the original ownership in -v messagesPádraig Brady-11/+25
2011-05-27chown,chgrp: output the correct ownership in -v messagesPádraig Brady-21/+38
2011-05-27maint: fix a -Wstrict-overflow build failure with gcc 4.5Pádraig Brady-1/+1
2011-05-26maint: accommodate gcc's -Wstrict-overflow optionJim Meyering-7/+10
2011-05-26maint: enforce cpp indentation policyJim Meyering-2/+2
2011-05-26maint: env.c: remove unnecessary use of strchrJim Meyering-7/+11
2011-05-26shred: placate coverity and fix a commentJim Meyering-3/+7
2011-05-26maint: split: remove --filter specific code from other pathsPádraig Brady-9/+11
2011-05-26split: diagnose when --filter is used with a chunk numberPádraig Brady-0/+6
2011-05-26split: exit when we can no longer write to a --filterPádraig Brady-0/+15
2011-05-26split: return success even if a --filter exitsPádraig Brady-4/+2
2011-05-25split: fix an edge case where -n l/... creates an extra filePádraig Brady-5/+6
2011-05-25chmod: output the original mode in verbose modeBernhard Voelker-5/+13
2011-05-25maint: accommodate gnulib's newer tight_scope ruleJim Meyering-4/+4
2011-05-25touch: placate static analyzers: no NULL-deref is possibleJim Meyering-6/+12
2011-05-24split: fix cases where -n l/... creates extraneous filesPádraig Brady-3/+14
2011-05-24doc: add a missing space in timeout --helpStéphane Raimbault-2/+2