summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2012-12-19build: fix cygwin build issuesZartaj Majeed1-2/+2
2012-12-17readlink: support multiple command line argumentsPádraig Brady1-27/+33
2012-12-15tail,stat: improve support for the ceph file systemBernhard Voelker1-0/+2
2012-12-08cp: fix --no-preserve=mode to not exit 1Bernhard Voelker1-2/+2
2012-12-07df: do not print duplicate entries and rootfs by defaultOndrej Oprala1-0/+58
2012-12-06cut: avoid a redundant heap allocationCojocaru Alexandru1-4/+4
2012-12-06cut: improve error reportingCojocaru Alexandru1-3/+3
2012-12-04maint: remove a redundant odd sized alloc from factor.cPádraig Brady1-2/+2
2012-12-04factor: fix infinite loop on 32 bit powerpcColin Watson1-1/+1
2012-11-24cut: do not print extraneous delimiters in some unusual casesJim Meyering1-4/+5
2012-11-24cut: treat -b2-,3- like -b2-, not like -b3-Jim Meyering1-2/+4
2012-11-24seq: ensure correct output width for scientific notation inputPádraig Brady1-0/+15
2012-11-22df: reorder default field list of --output optionBernhard Voelker1-4/+4
2012-11-20install: fix security racePaul Eggert1-2/+7
2012-11-20nl: remove deprecated --page-increment optionBernhard Voelker1-11/+0
2012-11-19cut: do not accept the invalid range 0-Bernhard Voelker1-0/+3
2012-11-18build: fix compilation failure on x32Daniel Schepler1-1/+1
2012-11-18maint: correct indentation of W_TYPE_SIZE-defining cpp directivesJim Meyering1-7/+7
2012-11-16factor: tidy up primes.h againPaul Eggert1-1/+1
2012-11-13maint: avoid unnecessary #include to fix syntax-check failureJim Meyering1-1/+0
2012-11-12factor: improve primes.h changePaul Eggert2-2016/+8
2012-11-12factor: maintainer builds primes.h, not builderPaul Eggert4-35/+2096
2012-11-12factor: port to systems with rpl_mallocPaul Eggert1-0/+1
2012-11-09doc: chcon: add descriptions for three undocumented optionsBenno Schulenberg1-0/+4
2012-11-09doc: with cp -n, option -f is not redundant but ignoredBenno Schulenberg1-3/+2
2012-11-08df: document the new --output optionBernhard Voelker1-0/+7
2012-11-08df: add --output to select which fields to displayBernhard Voelker1-235/+536
2012-11-04timeout: add --preserve-status to always propagate the exit statusÁngel González1-9/+19
2012-11-04build: avoid build failure on some HPPA systemsPádraig Brady1-1/+7
2012-11-04build: don't assume uintmax_t is 64 bitsPádraig Brady2-2/+19
2012-11-04build: don't rely on support for '%j' printf formatPádraig Brady2-2/+2
2012-11-04build: don't rely on support for '%*j' printf formatPádraig Brady1-5/+4
2012-10-25pr: fix -n to pad consistently and not crashPádraig Brady1-22/+6
2012-10-25build: ensure factor links the iconv libraryPádraig Brady1-0/+1
2012-10-23factor: add commentsJim Meyering1-1/+5
2012-10-23build: avoid warnings about unused variables and macrosPádraig Brady2-8/+13
2012-10-23build: avoid compile warnings in factor.c on some systemsPádraig Brady1-3/+3
2012-10-23build: avoid build failure on some sparc systemsPádraig Brady1-1/+1
2012-10-17cp: avoid data-corrupting free-memory-readJim Meyering1-3/+9
2012-10-09factor: fix integer validation and GMP fallbackPádraig Brady1-5/+33
2012-10-08build: support older GMP versionsPádraig Brady1-0/+24
2012-10-07maint: avoid warning from gcc's -Wunused-macrosJim Meyering1-0/+6
2012-10-05build: avoid link failure when strerror is replacedJim Meyering1-0/+3
2012-10-04factor: 25% speed-up, on outputJim Meyering1-1/+5
2012-10-04factor: merge with preexisting factor; integrate tests; avoid warningsJim Meyering6-2822/+2190
2012-10-04factor: more improvementsNiels Möller1-58/+66
2012-10-04factor: new much-improved implementation; not yet integratedTorbjörn Granlund2-0/+4544
2012-10-04maint: make-prime-list: syntax conventions; be robust for large NJim Meyering1-8/+10
2012-10-04maint: make-prime-list: do not ignore write failureJim Meyering1-0/+8
2012-10-04maint: make-prime-list: avoid -Wsuggest-attribute=const warningJim Meyering1-1/+3