summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2011-09-01timeout: suppress a redundant warning on some systemsPádraig Brady
2011-09-01stdbuf: fix helper lib identification on some platformsPádraig Brady
2011-09-01build: avoid the use of strsignal() in splitPádraig Brady
2011-08-25timeout: revert signal propagation enhancementPádraig Brady
2011-08-24pr: fix so that LAST_PAGE is honored with -TPádraig Brady
2011-08-13maint: remove empty statement after jump labelBernhard Voelker
2011-08-12pathchk: port to hosts where mbstate_t is replacedPaul Eggert
2011-08-08join: with --check-order print offending file name, line number and dataJim Meyering
2011-08-08maint: use xcalloc rather than xmalloc+memset (no semantic change)Jim Meyering
2011-07-27maint: copy: refactor hard link creationPádraig Brady
2011-07-26maint: use consistent style in C and test scriptsJim Meyering
2011-07-25cp: don't mishandle existing dir dest permissions (Bug#9170)Paul Eggert
2011-07-25cp -up: preserve all hard linksJim Meyering
2011-07-25timeout: support sub-second timeoutsPádraig Brady
2011-07-20dircolors: add screen.Eterm terminal typeMike Frysinger
2011-07-20unexpand: fix misalignment when spaces span a tabstopPádraig Brady
2011-07-16timeout: treat seconds counts like 'sleep' doesPaul Eggert
2011-07-16Fix capiTalization in comments.Paul Eggert
2011-07-16* src/timeout.c (main): Use waitpid, not wait (Bug#9098).Paul Eggert
2011-07-16timeout: port to NonStop (Bug#9077)Paul Eggert
2011-07-16ls: port to NonStop (Bug#9076)Paul Eggert
2011-07-16dd: port to NonStop (Bug#9076)Paul Eggert
2011-07-15csplit: don't prematurely terminate cleanup (Bug#9076)Paul Eggert
2011-07-15* src/dd.c: Remove obsolete comments re POSIX.Paul Eggert
2011-07-15build: avoid a st_blksize compile failure on some systemsPádraig Brady
2011-07-15build: avoid a fiemap compile failure on some systemsPádraig Brady
2011-07-14* src/fiemap.h (struct fiemap.fm_extents): Change size to 1.Paul Eggert
2011-07-14maint: fix warning 'possible use of "=" where "==" was intended'Bernhard Voelker
2011-07-13doc: describe the file permissions set by mktempBenoît Knecht
2011-07-13doc: note the order in which wc counts are printedBenoît Knecht
2011-07-11dircolors: highlight .webm multimedia filesBenoît Knecht
2011-07-08timeout: handle signals more transparentlyPádraig Brady
2011-07-08timeout: support cascaded timeoutsPádraig Brady
2011-07-08timeout: add --foreground to support interactive commandsPádraig Brady
2011-07-08doc: note that cp -l creates _hard_ linksBenoît Knecht
2011-07-07md5sum, sha1sum, etc: accept new option: --strictPatrick Schoenfeld
2011-07-07doc: note date's %k, %l are space-padded and equivalent to %_H and %_IBenoît Knecht
2011-07-07stat: recognize GPFS as a file system typeJim Meyering
2011-07-02maint: use "const" and "pure" function attributes where possibleJim Meyering
2011-06-25doc: improve ls --help grammarJim Meyering
2011-06-25maint: don't use gnulib's pathmax module; define PATH_MAX if neededJim Meyering
2011-06-24stat: recognize MQUEUE and PSTOREFS file systemsPádraig Brady
2011-06-19stdbuf: fix automake variable name to work with cutting edge automakeJim Meyering
2011-06-13maint: use stat-size module from gnulibJames Youngman
2011-06-09maint: remove unneeded includesPádraig Brady
2011-06-09doc: add examples to date --helpPádraig Brady
2011-06-04build: require at least 2-year old autoconf-2.64 (was 2.62)Jim Meyering
2011-06-04maint: remove now-spurious curly bracesJim Meyering
2011-06-01yes.c: do not use exit after errorMarek Polacek
2011-06-01tail: fix an inconsequential bug spotted by coverityJim Meyering