summaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)AuthorLines
2013-01-26cut: with -f, process each line independentlyPádraig Brady-25/+22
2013-01-23doc: fix order of du options in usage and texinfo manualBernhard Voelker-12/+12
2013-01-23maint: define usage note about mandatory args centrallyBernhard Voelker-145/+155
2013-01-21du: add -t SIZE, --threshold=SIZE optionJakob Truelsen-3/+31
2013-01-12uptime: gettextize an overlooked string, and normalize anotherBenno Schulenberg-2/+2
2013-01-10doc: make a --help text fragment identical to three othersBenno Schulenberg-1/+1
2013-01-07factor: apply a more general fix to enable correct assemblyPádraig Brady-13/+12
2013-01-01maint: update all copyright year number rangesJim Meyering-127/+126
2012-12-27doc: improve od --help and man pagePádraig Brady-24/+31
2012-12-21factor: disable x86_64 assembly code for x32 buildsMike Frysinger-2/+4
2012-12-21dd: fix a printf format mismatch in an error messagePádraig Brady-2/+2
2012-12-21seq: fix newline output when -s specifiedPádraig Brady-7/+13
2012-12-19build: fix cygwin build issuesZartaj Majeed-2/+2
2012-12-17readlink: support multiple command line argumentsPádraig Brady-27/+33
2012-12-15tail,stat: improve support for the ceph file systemBernhard Voelker-0/+2
2012-12-08cp: fix --no-preserve=mode to not exit 1Bernhard Voelker-2/+2
2012-12-07df: do not print duplicate entries and rootfs by defaultOndrej Oprala-0/+58
2012-12-06cut: avoid a redundant heap allocationCojocaru Alexandru-4/+4
2012-12-06cut: improve error reportingCojocaru Alexandru-3/+3
2012-12-04maint: remove a redundant odd sized alloc from factor.cPádraig Brady-2/+2
2012-12-04factor: fix infinite loop on 32 bit powerpcColin Watson-1/+1
2012-11-24cut: do not print extraneous delimiters in some unusual casesJim Meyering-4/+5
2012-11-24cut: treat -b2-,3- like -b2-, not like -b3-Jim Meyering-2/+4
2012-11-24seq: ensure correct output width for scientific notation inputPádraig Brady-0/+15
2012-11-22df: reorder default field list of --output optionBernhard Voelker-4/+4
2012-11-20install: fix security racePaul Eggert-2/+7
2012-11-20nl: remove deprecated --page-increment optionBernhard Voelker-11/+0
2012-11-19cut: do not accept the invalid range 0-Bernhard Voelker-0/+3
2012-11-18build: fix compilation failure on x32Daniel Schepler-1/+1
2012-11-18maint: correct indentation of W_TYPE_SIZE-defining cpp directivesJim Meyering-7/+7
2012-11-16factor: tidy up primes.h againPaul Eggert-1/+1
2012-11-13maint: avoid unnecessary #include to fix syntax-check failureJim Meyering-1/+0
2012-11-12factor: improve primes.h changePaul Eggert-2016/+8
2012-11-12factor: maintainer builds primes.h, not builderPaul Eggert-35/+2096
2012-11-12factor: port to systems with rpl_mallocPaul Eggert-0/+1
2012-11-09doc: chcon: add descriptions for three undocumented optionsBenno Schulenberg-0/+4
2012-11-09doc: with cp -n, option -f is not redundant but ignoredBenno Schulenberg-3/+2
2012-11-08df: document the new --output optionBernhard Voelker-0/+7
2012-11-08df: add --output to select which fields to displayBernhard Voelker-235/+536
2012-11-04timeout: add --preserve-status to always propagate the exit statusÁngel González-9/+19
2012-11-04build: avoid build failure on some HPPA systemsPádraig Brady-1/+7
2012-11-04build: don't assume uintmax_t is 64 bitsPádraig Brady-2/+19
2012-11-04build: don't rely on support for '%j' printf formatPádraig Brady-2/+2
2012-11-04build: don't rely on support for '%*j' printf formatPádraig Brady-5/+4
2012-10-25pr: fix -n to pad consistently and not crashPádraig Brady-22/+6
2012-10-25build: ensure factor links the iconv libraryPádraig Brady-0/+1
2012-10-23factor: add commentsJim Meyering-1/+5
2012-10-23build: avoid warnings about unused variables and macrosPádraig Brady-8/+13
2012-10-23build: avoid compile warnings in factor.c on some systemsPádraig Brady-3/+3
2012-10-23build: avoid build failure on some sparc systemsPádraig Brady-1/+1