summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2015-09-03base64: no longer support hex or oct --wrap paramsPádraig Brady
2015-09-03base64: use stricter validation on wrap columnPádraig Brady
2015-09-03base32: A new program similar to base64Pádraig Brady
2015-08-31doc: clarify in --help/man where short options take no paramPádraig Brady
2015-08-22ls: allow -w18446744073709551616Paul Eggert
2015-07-23build: fprintftime/nstrftime API changesPaul Eggert
2015-07-22doc: discourage use of uname -i and -p optionsPádraig Brady
2015-07-15doc: improve man page for realpath -mPádraig Brady
2015-07-15sync: fix build with separate $(LIB_FDATASYNC)Peter Bray
2015-07-09dircolors: add tmux entriesPádraig Brady
2015-07-07shred: fix pattern selection for certain iteration countsPádraig Brady
2015-07-02wc: fix reading of /proc files on aarch64Pádraig Brady
2015-07-01numfmt: increase precision on 32 bit FreeBSDPádraig Brady
2015-07-01factor: ensure atomic output through pipesPádraig Brady
2015-06-29maint: stdbuf.c: avoid the OS X putenv functionJim Meyering
2015-06-29build: numfmt.c: avoid a shadowing warningJim Meyering
2015-06-29numfmt: fix printf argument orderAssaf Gordon
2015-06-28maint: clarify df's use of device IDs from /proc/self/mountinfoPádraig Brady
2015-06-26chroot: quote argument in error diagnosticPádraig Brady
2015-06-25maint: clarify integer operations in recent commitPádraig Brady
2015-06-25build: allow build to complete with -fsanitize=addressPádraig Brady
2015-06-24maint: avoid undefined behavior in qsort callPádraig Brady
2015-06-24factor: avoid interspersed lines for parallel runsPádraig Brady
2015-06-24seq: handle exponents more consistentlyPádraig Brady
2015-06-24seq: use consistent output format with hex integersPádraig Brady
2015-06-24seq: support inf last item more generally/efficientlyPádraig Brady
2015-06-22numfmt: don't hardcode floating point limitsPádraig Brady
2015-06-22numfmt: handle leading zeros correctlyPádraig Brady
2015-06-22numfmt: avoid integer overflow when roundingPádraig Brady
2015-06-21numfmt: support user specified output precisionPádraig Brady
2015-06-19numfmt: implement support for field rangesDylan Cali
2015-06-19doc: use correct units in df | numfmt examplePádraig Brady
2015-06-19numfmt: handle suffixes consistently with --{from,to}-unitPádraig Brady
2015-06-09tail: display consistent diagnostics upon file replacementPádraig Brady
2015-06-09tail: display file headers correctly with inotifyPádraig Brady
2015-06-06build: port to AIXPaul Eggert
2015-06-04build: port single_binary_prog to POSIX shellPaul Eggert
2015-05-30maint: avoid new coverity warningsPádraig Brady
2015-05-28copy: prefer our hardlink to symlink emulation on OS X 10.10Pádraig Brady
2015-05-26maint: remove sys/types.h include order checkPádraig Brady
2015-05-23mkdir: fix -pZ with existing parent directoriesPádraig Brady
2015-05-13timeout: with --foreground don't send SIGCONTPádraig Brady
2015-05-13split: auto set suffix len for --numeric-suffixes=<N --number=NPádraig Brady
2015-05-13doc: clarify the operation of wc -LAssaf Gordon
2015-05-11tail: consistently output all data for truncated filesPádraig Brady
2015-05-11tail: fix inotify startup racesPádraig Brady
2015-05-10build: rewrite is_ENOTSUP without an #if directivePaul Eggert
2015-05-09build: avoid a warning form gcc's new -Wlogical-opJim Meyering
2015-04-30doc: standardize messages about the '-' stdin FILEPádraig Brady
2015-04-28build: fix SINGLE_BINARY build when printf is a macroYunlian Jiang