summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2008-07-15fix two bugs in ptxJim Meyering
2008-07-04who -r: don't print "last=" when the corresponding byte is unprintableJim Meyering
2008-07-04install with just-built ./ginstall only when not cross-compilingJim Meyering
2008-06-30truncate: ignore whitespace in --size parametersPádraig Brady
2008-06-28doc: add "..." to Usage, to indicate there may be multiple OPTIONsJim Meyering
2008-06-28mkfifo: correct misplaced -Z description in --help outputJim Meyering
2008-06-28uniq: remove redundant testJim Meyering
2008-06-27avoid a -Wsign-compare warningJim Meyering
2008-06-27base64: don't rely on feof returning 0/1Jim Meyering
2008-06-27truncate: silence -Wsign-compare warningsPádraig Brady
2008-06-27factor out time_t-to-string conversion idiomJim Meyering
2008-06-27truncate: Fix integer portability issuesPádraig Brady
2008-06-26tests: adjust c99-to-c89 patch as well as the code to generate itJim Meyering
2008-06-26shred: also ignore EISDIR upon failed fsync/fdatasync on HP-UXJim Meyering
2008-06-26truncate: handle the case in which off_t != intmax_tJim Meyering
2008-06-23basename: List David MacKenzie as the author.Jim Meyering
2008-06-23echo: use AUTHORS from bash's built-in echoOndřej Vašík
2008-06-22stat: warn that the --context (-Z) option (a no-op) is obsoleteJim Meyering
2008-06-20sort: Fix bug where --batch-size option shrank SORT_SIZE.Bo Borgerson
2008-06-17sort: accept new option --batch-size=NMERGEBo Borgerson
2008-06-17sort: add new option --files0-from=FBo Borgerson
2008-06-17ls, od: avoid redundant constEric Blake
2008-06-17join: improve memory managementBo Borgerson
2008-06-16remove redundant const directivesJim Meyering
2008-06-16chcon: correct --verbose output to include newlinesJim Meyering
2008-06-15fix the compilation failure for realJim Meyering
2008-06-15fix a const-related compilation failure in sort.cJim Meyering
2008-06-14add "const" attribute, where possibleJim Meyering
2008-06-14revert previous change, "don't use "const" with scalar types"Jim Meyering
2008-06-14don't use "const" with scalar typesJim Meyering
2008-06-13od: improve handling of paddingEric Blake
2008-06-13od: align multiple -t specsEric Blake
2008-06-13od: use gnulib printf replacement as necessaryEric Blake
2008-06-13od: simplify long double supportEric Blake
2008-06-13doc: od defaults to -toS, not -td2Eric Blake
2008-06-12tweak to conform with syntax policyJim Meyering
2008-06-12comm: accept new option: --output-delimiter=STRBo Borgerson
2008-06-12comm: ensure that input files are sortedBo Borgerson
2008-06-10timeout: use system-independent exit valuesPádraig Brady
2008-06-09enforce the proper_name_utf8-requires-ICONV link ruleJim Meyering
2008-06-08standardize some error messagesBo Borgerson
2008-06-06Add new program: truncatePádraig Brady
2008-06-06improve 'date +%C' documentationEric Blake
2008-06-03nice.c: avoid a castJim Meyering
2008-06-03adjust c99-to-c89 patch as well as the code to generate itJim Meyering
2008-06-03use gnulib's progname moduleJim Meyering
2008-06-02fix cpp indentation policy violationsJim Meyering
2008-06-02accommodate older SELinux which lacks matchpathcon_init_prefixJim Meyering
2008-06-02declare program_name consistentlyJim Meyering
2008-06-02export program_name, required by gnulibEric Blake