summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2012-01-09maint: adjust quoting: emit '...', not `...' in diagnosticsJim Meyering
2012-01-09tests: more automated quote adjustmentJim Meyering
2012-01-09tests: change `...' to '...' on lines not matching /[=\$]/Jim Meyering
2012-01-09tests: adjust \`...' quoting to '...' to adapt to latest gnulibJim Meyering
2012-01-09build: update gnulib submodule to latest (quoting change)Jim Meyering
2012-01-09maint: prep for global quoting changes: handle irregular cases manuallyJim Meyering
2012-01-07maint: update quoting of "Try `prog --help'" to "Try 'prog --help'"Jim Meyering
2012-01-07maint: use new emit_try_help in place of equivalent fprintfJim Meyering
2012-01-07maint: factor out all `Try --help'-emitting statementsJim Meyering
2012-01-06maint: post-release administriviaJim Meyering
2012-01-06version 8.15Jim Meyering
2012-01-06scripts: allow one-line summary to start with "[Vv]ersion \d"Jim Meyering
2012-01-06build: update gnulib submodule to latestJim Meyering
2012-01-06tests: adjust quoting in expected output to match new gnulib policyJim Meyering
2012-01-06maint: adjust ChangeLog to reflect earlier df requestJim Meyering
2012-01-05tests: avoid stty icanon issues on some platformsPádraig Brady
2012-01-05tests: avoid ulimit issue on bash 3.2 on OS XPádraig Brady
2012-01-05tests: avoid a false positive due to overflow on Linux/HPPAPádraig Brady
2012-01-05tests: adjust setfacl usage to accommodate Solaris 10Jim Meyering
2012-01-05split: avoid failure due to leftover 'errno' valueBruno Haible
2012-01-05doc: README: recommend GNU make to run tests on IRIX 6.5 and Solaris 9Jim Meyering
2012-01-04maint: ignore *.trs files, lib/getopt.h and build-aux/test-driverJim Meyering
2012-01-03doc: adjust NEWSJim Meyering
2012-01-03df: work around long-named /dev/disk/by-uuid/... symlinksJim Meyering
2012-01-03tests: adjust realpath test to avoid "make distcheck" failureJim Meyering
2012-01-03realpath: a new program to print the resolved pathPádraig Brady
2012-01-03build: update gnulib for canonicalize_filename_mode improvementsPádraig Brady
2012-01-02build: tail: avoid type/format mismatch warning from gccJim Meyering
2012-01-01tests: also print chmod's --versionJim Meyering
2012-01-01maint: update all copyright year number rangesJim Meyering
2012-01-01tests: change copyright year from 2011 to 2012 in sample-testJim Meyering
2011-12-31tests: fix a missing-dependency problemJim Meyering
2011-12-30build: avoid spurious test.c warning with -Wsuggest-attribute=pureJim Meyering
2011-12-28tail: avoid theoretically undefined behaviorJim Meyering
2011-12-28tests: also unset _STDBUF_E, _STDBUF_I and _STDBUF_OJim Meyering
2011-12-26doc: homologize ch{con,grp,mod,own} option descriptionsPádraig Brady
2011-12-26stat,tail: recognize new FS type: pipefsJim Meyering
2011-12-24doc: stat: clarify that %t and %T expand to the file system typeJim Meyering
2011-12-23tail: with -f, use polling when a file is on an FS of unknown typeJim Meyering
2011-12-22doc: update README-release with process to check for new FS magicJim Meyering
2011-12-22tail,stat: add support for FhGFSJim Meyering
2011-12-20doc: improve factor exampleJim Meyering
2011-12-17build: remove now-useless code from bootstrap.confJim Meyering
2011-12-17build: merge in bootstrap changes from gnulibJim Meyering
2011-12-14du: -x should not count files in other file systemsPaul Eggert
2011-12-12doc: document 'touch' and timestamps betterPaul Eggert
2011-12-12ls: give a more useful diagnostic for a bogus --time-style argJim Meyering
2011-12-09maint: remove a misleading comment from shred.cJim Meyering
2011-12-08ls: be responsive to interrupts when color-listing large directoriesJim Meyering
2011-12-05ln: clarify usage of -L, -n, -TPaul Eggert