summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
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
2012-10-04factor: new much-improved implementation; not yet integratedTorbjörn Granlund
2012-10-04maint: make-prime-list: syntax conventions; be robust for large NJim Meyering
2012-10-04maint: make-prime-list: do not ignore write failureJim Meyering
2012-10-04maint: make-prime-list: avoid -Wsuggest-attribute=const warningJim Meyering
2012-10-04factor: prepare for the new factor programTorbjörn Granlund
2012-10-03build: remove redundant dependency: $(PROGRAMS): lib/libcoreutils.aJim Meyering
2012-09-30du: avoid abort on systems for which ->me_type is not malloc'dJim Meyering
2012-09-28doc: correct an old bit of ugliness in nice --help outputJim Meyering
2012-09-28doc: disambiguate the niceness explanation in nice --helpPádraig Brady
2012-09-28cp: fix the --no-preserve=mode optionOndrej Oprala
2012-09-24timeout: handle signals more transparentlyPádraig Brady
2012-09-24dd: new option, status=none to suppress output statisticsPozsár Balázs
2012-09-23tail,stat: improve support for vmhgfsJim Meyering
2012-09-19rm: be even more careful when using a replacement errno valueJim Meyering
2012-09-18dd: remove references to the word BLOCKS from help and texi docsBenno Schulenberg
2012-09-16ls: fix coloring of dangling symlinks in default listing modePádraig Brady
2012-09-14seq: enable the fast integer printing code in more casesPádraig Brady
2012-09-14seq: 70x faster for non-negative whole numbers and incr==1Jim Meyering
2012-09-11build: build lib/ using non-recursive makeJim Meyering
2012-09-10maint: allow per-directory CFLAGS settings with non-recursive makeJim Meyering
2012-09-07factor: don't ever declare composites to be primeTorbjörn Granlund
2012-09-06nproc: disallow non option command line parametersPádraig Brady
2012-09-06tail,stat: add support for VZFSJim Meyering
2012-09-05rm: be more careful when using a replacement errno valueJim Meyering
2012-09-05rm: avoid bogus diagnostic for a slash-decorated symlink-to-dirJim Meyering
2012-09-05build: remove two now-useless convenience targetsStefano Lattarini
2012-09-05build: use 'check-local' to extend the 'check' targetStefano Lattarini
2012-09-02touch: line up long option in --help textBenno Schulenberg
2012-09-01build: fix VPATH issues in C compilationJim Meyering
2012-09-01build: simplify: get rid of some indirection variablesStefano Lattarini
2012-09-01maint: update gitignore entriesStefano Lattarini
2012-09-01maint: fix and simplify maintainer checksStefano Lattarini
2012-09-01build: fix generation of manpages for programs not built by defaultStefano Lattarini
2012-09-01build: don't use recursive make to build the 'src' subdirectoryStefano Lattarini
2012-09-01build: refactor how lists of coreutils programs are definedStefano Lattarini
2012-08-31build: don't use '$<' in non-suffix rulesStefano Lattarini
2012-08-31maint: more uses of $(ASSORT)Stefano Lattarini
2012-08-31maint: remove unused variable in src/Makefile.amStefano Lattarini