summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2012-12-27doc: improve od --help and man pagePádraig Brady
2012-12-21factor: disable x86_64 assembly code for x32 buildsMike Frysinger
2012-12-21dd: fix a printf format mismatch in an error messagePádraig Brady
2012-12-21seq: fix newline output when -s specifiedPádraig Brady
2012-12-19build: fix cygwin build issuesZartaj Majeed
2012-12-17readlink: support multiple command line argumentsPádraig Brady
2012-12-15tail,stat: improve support for the ceph file systemBernhard Voelker
2012-12-08cp: fix --no-preserve=mode to not exit 1Bernhard Voelker
2012-12-07df: do not print duplicate entries and rootfs by defaultOndrej Oprala
2012-12-06cut: avoid a redundant heap allocationCojocaru Alexandru
2012-12-06cut: improve error reportingCojocaru Alexandru
2012-12-04maint: remove a redundant odd sized alloc from factor.cPádraig Brady
2012-12-04factor: fix infinite loop on 32 bit powerpcColin Watson
2012-11-24cut: do not print extraneous delimiters in some unusual casesJim Meyering
2012-11-24cut: treat -b2-,3- like -b2-, not like -b3-Jim Meyering
2012-11-24seq: ensure correct output width for scientific notation inputPádraig Brady
2012-11-22df: reorder default field list of --output optionBernhard Voelker
2012-11-20install: fix security racePaul Eggert
2012-11-20nl: remove deprecated --page-increment optionBernhard Voelker
2012-11-19cut: do not accept the invalid range 0-Bernhard Voelker
2012-11-18build: fix compilation failure on x32Daniel Schepler
2012-11-18maint: correct indentation of W_TYPE_SIZE-defining cpp directivesJim Meyering
2012-11-16factor: tidy up primes.h againPaul Eggert
2012-11-13maint: avoid unnecessary #include to fix syntax-check failureJim Meyering
2012-11-12factor: improve primes.h changePaul Eggert
2012-11-12factor: maintainer builds primes.h, not builderPaul Eggert
2012-11-12factor: port to systems with rpl_mallocPaul Eggert
2012-11-09doc: chcon: add descriptions for three undocumented optionsBenno Schulenberg
2012-11-09doc: with cp -n, option -f is not redundant but ignoredBenno Schulenberg
2012-11-08df: document the new --output optionBernhard Voelker
2012-11-08df: add --output to select which fields to displayBernhard Voelker
2012-11-04timeout: add --preserve-status to always propagate the exit statusÁngel González
2012-11-04build: avoid build failure on some HPPA systemsPádraig Brady
2012-11-04build: don't assume uintmax_t is 64 bitsPádraig Brady
2012-11-04build: don't rely on support for '%j' printf formatPádraig Brady
2012-11-04build: don't rely on support for '%*j' printf formatPádraig Brady
2012-10-25pr: fix -n to pad consistently and not crashPádraig Brady
2012-10-25build: ensure factor links the iconv libraryPádraig Brady
2012-10-23factor: add commentsJim Meyering
2012-10-23build: avoid warnings about unused variables and macrosPádraig Brady
2012-10-23build: avoid compile warnings in factor.c on some systemsPádraig Brady
2012-10-23build: avoid build failure on some sparc systemsPádraig Brady
2012-10-17cp: avoid data-corrupting free-memory-readJim Meyering
2012-10-09factor: fix integer validation and GMP fallbackPádraig Brady
2012-10-08build: support older GMP versionsPádraig Brady
2012-10-07maint: avoid warning from gcc's -Wunused-macrosJim Meyering
2012-10-05build: avoid link failure when strerror is replacedJim Meyering
2012-10-04factor: 25% speed-up, on outputJim Meyering
2012-10-04factor: merge with preexisting factor; integrate tests; avoid warningsJim Meyering
2012-10-04factor: more improvementsNiels Möller