summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
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
2012-08-31build: don't use foo_LDADD if there's no foo programStefano Lattarini
2012-08-29tail,stat: improve support for ZFSJim Meyering
2012-08-26df: allow translators to reorder "1K-blocks" headerNguyễn Thái Ngọc Duy
2012-08-24md5sum, sha*sum: add --tag to output a format indicating the algorithmOndrej Oprala
2012-08-23rm: fix the new --dir (-d) option to work with -iRob Day
2012-08-21du: handle bind-mounted directory cycles gracefullyOndrej Oprala
2012-08-18sort: simpler fix for sort -u data-loss bug, and for a FMR bugPaul Eggert
2012-08-17sort: sort --unique (-u) could cause data lossJim Meyering
2012-08-16maint: correct a stale comment in sort.cJim Meyering
2012-08-16maint: fix comment grammar to placate make syntax-checkJim Meyering
2012-08-14rm: new option --dir (-d) to remove empty directoriesKrzysztof Goj
2012-08-14df: fail when the mount list is required but cannot be readBernhard Voelker