summaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)AuthorLines
2012-10-17cp: avoid data-corrupting free-memory-readJim Meyering-3/+9
2012-10-09factor: fix integer validation and GMP fallbackPádraig Brady-5/+33
2012-10-08build: support older GMP versionsPádraig Brady-0/+24
2012-10-07maint: avoid warning from gcc's -Wunused-macrosJim Meyering-0/+6
2012-10-05build: avoid link failure when strerror is replacedJim Meyering-0/+3
2012-10-04factor: 25% speed-up, on outputJim Meyering-1/+5
2012-10-04factor: merge with preexisting factor; integrate tests; avoid warningsJim Meyering-2822/+2190
2012-10-04factor: more improvementsNiels Möller-58/+66
2012-10-04factor: new much-improved implementation; not yet integratedTorbjörn Granlund-0/+4544
2012-10-04maint: make-prime-list: syntax conventions; be robust for large NJim Meyering-8/+10
2012-10-04maint: make-prime-list: do not ignore write failureJim Meyering-0/+8
2012-10-04maint: make-prime-list: avoid -Wsuggest-attribute=const warningJim Meyering-1/+3
2012-10-04factor: prepare for the new factor programTorbjörn Granlund-0/+168
2012-10-03build: remove redundant dependency: $(PROGRAMS): lib/libcoreutils.aJim Meyering-2/+0
2012-09-30du: avoid abort on systems for which ->me_type is not malloc'dJim Meyering-1/+2
2012-09-28doc: correct an old bit of ugliness in nice --help outputJim Meyering-1/+1
2012-09-28doc: disambiguate the niceness explanation in nice --helpPádraig Brady-1/+1
2012-09-28cp: fix the --no-preserve=mode optionOndrej Oprala-0/+16
2012-09-24timeout: handle signals more transparentlyPádraig Brady-13/+32
2012-09-24dd: new option, status=none to suppress output statisticsPozsár Balázs-3/+11
2012-09-23tail,stat: improve support for vmhgfsJim Meyering-0/+2
2012-09-19rm: be even more careful when using a replacement errno valueJim Meyering-4/+6
2012-09-18dd: remove references to the word BLOCKS from help and texi docsBenno Schulenberg-1/+1
2012-09-16ls: fix coloring of dangling symlinks in default listing modePádraig Brady-9/+2
2012-09-14seq: enable the fast integer printing code in more casesPádraig Brady-7/+30
2012-09-14seq: 70x faster for non-negative whole numbers and incr==1Jim Meyering-9/+139
2012-09-11build: build lib/ using non-recursive makeJim Meyering-4/+2
2012-09-10maint: allow per-directory CFLAGS settings with non-recursive makeJim Meyering-1/+2
2012-09-07factor: don't ever declare composites to be primeTorbjörn Granlund-3/+6
2012-09-06nproc: disallow non option command line parametersPádraig Brady-0/+7
2012-09-06tail,stat: add support for VZFSJim Meyering-0/+2
2012-09-05rm: be more careful when using a replacement errno valueJim Meyering-5/+7
2012-09-05rm: avoid bogus diagnostic for a slash-decorated symlink-to-dirJim Meyering-3/+0
2012-09-05build: remove two now-useless convenience targetsStefano Lattarini-10/+0
2012-09-05build: use 'check-local' to extend the 'check' targetStefano Lattarini-1/+1
2012-09-02touch: line up long option in --help textBenno Schulenberg-1/+1
2012-09-01build: fix VPATH issues in C compilationJim Meyering-1/+1
2012-09-01build: simplify: get rid of some indirection variablesStefano Lattarini-3/+4
2012-09-01maint: update gitignore entriesStefano Lattarini-0/+1
2012-09-01maint: fix and simplify maintainer checksStefano Lattarini-37/+7
2012-09-01build: fix generation of manpages for programs not built by defaultStefano Lattarini-5/+0
2012-09-01build: don't use recursive make to build the 'src' subdirectoryStefano Lattarini-560/+567
2012-09-01build: refactor how lists of coreutils programs are definedStefano Lattarini-115/+10
2012-08-31build: don't use '$<' in non-suffix rulesStefano Lattarini-1/+1
2012-08-31maint: more uses of $(ASSORT)Stefano Lattarini-2/+2
2012-08-31maint: remove unused variable in src/Makefile.amStefano Lattarini-2/+0
2012-08-31build: don't use foo_LDADD if there's no foo programStefano Lattarini-14/+15
2012-08-29tail,stat: improve support for ZFSJim Meyering-0/+2
2012-08-26df: allow translators to reorder "1K-blocks" headerNguyễn Thái Ngọc Duy-2/+4
2012-08-24md5sum, sha*sum: add --tag to output a format indicating the algorithmOndrej Oprala-78/+142