platform/upstream/coreutils.git
2010-10-05 Eric Blakebuild: fix build on Solaris 10
2010-10-05 Pádraig Bradystat: adjust the printing of SELinux context
2010-10-04 Pádraig Bradytests: refactor the stat-birthtime test to use retry_delay_
2010-10-03 Jim Meyeringmaint: add a release prerequisite: check the NixOS...
2010-10-03 Jim Meyeringbuild: update gnulib submodule to latest
2010-10-03 Jim Meyeringmaint: suppress a bogus used-uninitialized warning...
2010-10-01 Eric Blaketests: output --version of program under test
2010-10-01 Eric Blakestat: print SELinux context when available
2010-10-01 Eric Blakestat: optimize and translate default format strings
2010-10-01 Eric Blakestat: print timestamps to full resolution
2010-10-01 Eric Blakestat: support printing birthtime
2010-10-01 Eric Blakemaint: update sample test template
2010-10-01 Pádraig Bradymaint: ensure the mbsalign module is C89 compatible
2010-09-30 Eric Blakemaint: update gnulib
2010-09-30 Eric Blakemaint: update gnulib
2010-09-30 Jim Meyeringmaint: mention the du-exclude--vs--cycle-dir fix
2010-09-29 Jim Meyeringbuild: update gnulib submodule to latest
2010-09-29 Pádraig Bradytr: fix various issues with case conversion
2010-09-20 Paul Eggertbuild: update gnulib submodule to latest
2010-09-20 Paul Eggertsort: destroy spin locks portably
2010-09-20 Pádraig Bradytests: fix a printf portability issue
2010-09-20 Pádraig Bradytests: fix an erroneous stat failure with bind mounts
2010-09-18 Jim Meyeringbuild: update gnulib submodule to latest
2010-09-18 Jim Meyeringtests: sync tests/init.sh from gnulib
2010-09-18 Jim Meyeringbuild: use gnulib's new termios module
2010-09-18 Jim Meyeringmaint: don't use obsolete gnulib modules
2010-09-17 Eric Blakemaint: update to latest gnulib
2010-09-17 Eric Blakerm: remove no-op -d option
2010-09-17 Eric Blakemaint: update to latest gnulib
2010-09-13 Dmitry V. Levindircolors: add rxvt-unicode-256color terminal type
2010-09-07 Pádraig Bradytests: work around a failure with dash 0.5.4
2010-09-07 Pádraig Bradytests: make various timeouts more robust
2010-09-07 Pádraig Bradytests: exclude some tests when running on NFS
2010-09-04 Jim Meyeringbuild: update gnulib submodule to latest
2010-09-04 Jim Meyeringbuild: use gettext-h, not gettext
2010-09-01 Jim Meyeringtac: suppress technically unneeded "free"
2010-09-01 Pádraig Bradyjoin: improve performance when operating on whole lines
2010-08-28 Jim Meyeringtac: avoid double free
2010-08-27 Pádraig Bradydoc: clarify that stat -f implies -L (follows symlinks)
2010-08-27 Aaron Burgemeisterstat: add %m to output the mount point for a file
2010-08-26 Eric Blakemaint: update to latest gnulib
2010-08-26 Eric Blakemaint: avoid a hung 'make syntax-check' in VPATH build
2010-08-25 Pádraig Bradydf: always print the device name for bind mounted files
2010-08-23 Pádraig Bradystat: fix a small memory leak with %N
2010-08-15 Pádraig Bradymaint: exclude tests from the set_program_name syntax...
2010-08-15 Ralf Wildenhuesdoc: avoid a warning from newer texinfo
2010-08-15 Bruno Haibledoc: improve the info on md5sum security weaknesses
2010-08-13 Paul Eggert* tests/misc/sort (use-nl): Fix comment to match the...
2010-08-11 Paul Eggertsort, who: prefer free+malloc to realloc when contents...
2010-08-10 Paul Eggertsort: free/xmalloc rather than xrealloc
2010-08-10 Eric Blakebuild: update to latest gnulib
2010-08-10 Jim Meyeringsort: avoid gcc warning: explicitly ignore strtold...
2010-08-09 Eric Blaketests: silence 'make syntax-check'
2010-08-09 Mike Frysingerdircolors: add screen.rxvt & terminator to TERM list
2010-08-09 Dan Hipschmanls: fix a test failure that should have been skipped
2010-08-09 Paul Eggertsort: speed up -R with long lines in hard locales
2010-08-07 Paul Eggertsort: support all combinations of -d, -f, -i, -R, and -V
2010-08-05 Paul Eggertsort: tune and refactor --debug code, and fix minor...
2010-08-04 Paul Eggertsort: -R now uses less memory on long lines with intern...
2010-08-03 Paul Eggertinit.sh: work around trap limitation of some shells
2010-08-03 Paul Eggertsort: fix bug in --debug when \0 is followed by \t
2010-08-03 Paul Eggertsort: revert recent -h changes and use a more-conservat...
2010-07-30 Paul Eggertsort: -h now handles comparisons such as 6000K vs 5M...
2010-07-27 Paul Eggertsort: fix --debug display with very large offsets
2010-07-27 Paul Eggertsort: fix bug with EOF at buffer refill
2010-07-27 Paul Eggertsort: omit some "inline"s
2010-07-26 Paul Eggertsort: don't assume ASCII when parsing K, M, G suffixes
2010-07-26 Paul R. Eggertsort: make struct heap private
2010-07-26 Paul R. Eggertsort: omit unnecessary mutex unlock+lock; simplify...
2010-07-26 Paul R. Eggertsort: omit 'restrict' in doubtful cases
2010-07-26 Paul R. Eggertsort: omit unnecessary casts
2010-07-26 Paul R. Eggertsort: use more-consistent style with const
2010-07-25 Paul Eggertdu: add NEWS entry for recent du -L fixes
2010-07-24 Paul R. Eggertdu: tune, and fix some -L bugs with dangling or cyclic...
2010-07-24 Paul R. Eggerttests/misc/sort-merge-fdlimit: don't assume -R opens...
2010-07-23 Paul R. Eggertrandread: run 2x faster on 64-bit hosts, don't assume...
2010-07-22 Pádraig Bradyprovide POSIX_FADV_SEQUENTIAL hint to appropriate utils
2010-07-22 Pádraig Bradyfadvise: new module providing a simpler interface to...
2010-07-21 Mike Frysingerbuild: support fully excluding stdbuf from the build
2010-07-20 Paul R. Eggertrandread: use /dev/urandom to seed, not just getpid etc
2010-07-19 Paul R. Eggertsort: -R no longer disables multithreading
2010-07-16 Paul R. Eggertrandread: don't require -lrt
2010-07-16 Paul R. Eggertsort: add a test case for the sort -u bug
2010-07-15 Paul R. Eggertsort: fix a bug with sort -u and xmemcoll0, and tune...
2010-07-15 Pádraig Bradysort: fix a bug when sorting unterminated lines
2010-07-15 Chen Guosort: speed up default full line sorting
2010-07-14 Jim Meyeringheap_alloc: avoid integer overflow
2010-07-14 Paul R. Eggertmaint: omit $(POW_LIB) when linking, as this is no...
2010-07-14 Pádraig Bradybuild: update gnulib submodule to latest; update bootst...
2010-07-13 Pádraig Bradymaint: reorganize latest NEWS
2010-07-13 Pádraig Bradymaint: heap.c: simplify dynamic allocations
2010-07-13 Chen Guosort: parallelize internal sort
2010-07-13 Jim Meyeringdi-set, ino-map: adjust a type, improve readability
2010-07-13 Paul R. Eggertdd: also spell out size on memory exhaustion
2010-07-09 Paul Eggertchcon, chmod, chown, du: don't translate "%s"
2010-07-06 Paul Eggertdu: avoid spurious warnings with 64-bit gcc -W
2010-07-06 Paul Eggertdu: Hash with a mechanism that's simpler and takes...
2010-07-05 Jim Meyeringstat: getfilecon failure now evokes nonzero exit status
2010-07-05 Jim Meyeringsystem.h: define ATTRIBUTE_WARN_UNUSED_RESULT
2010-07-05 Pádraig Bradytests: make tests requiring a delay to pass, more robust
next