platform/upstream/coreutils.git
2009-11-13 Jim Meyeringbuild: correct gettext configure-time support
2009-11-13 Jim Meyeringbuild: update gnulib to latest, for fixed test-getgroups.c
2009-11-13 Jim Meyeringtests: avoid a spurious timeout on a heavily-loaded...
2009-11-13 Eric Blakebuild: update gnulib, for getgroups improvements
2009-11-12 Jim Meyeringbuild: bootstrap: add a comment; generalize autoheader...
2009-11-12 Jim Meyeringbuild: update gnulib to latest; more *BSD and Solaris...
2009-11-11 Jim Meyeringbootstrap: use git_modules_config in one more place
2009-11-10 Eric Blakedoc: fix typo
2009-11-09 Jim Meyeringbuild: update gnulib submodule to latest for its FreeBS...
2009-11-09 Pádraig Bradyls: fix capability coloring
2009-11-07 Eric Blakebuild: consistently use freopen-safer
2009-11-07 Eric Blakemktemp: fix bug with -q and closed stdout
2009-11-07 Jim Meyeringmaint: make du's cycle-detection code consistent
2009-11-07 Jim Meyeringchcon, chgrp, chmod and chown now diagnose a directory...
2009-11-06 Giuseppe Scrivanonproc: A new program to count the available processors
2009-11-06 Jim Meyeringbuild: move do-release-commit-and-tag to gnulib
2009-11-05 Eric Blakemktemp: use more robust means to avoid double-close...
2009-11-05 Eric Blakemktemp: enhance test to catch just-fixed typo behavior
2009-11-05 Jim Meyeringmktemp: don't try to close stdout twice
2009-11-05 Jim Meyeringmktemp: don't use suff_len in place of #-of-`X's variable
2009-11-05 Eric Blakemktemp: add suffix handling
2009-11-05 Eric Blakebuild: reflect gnulib changes to tempname
2009-11-05 Eric Blakebuild: override gnulib tempname via diff
2009-11-05 Eric Blakemktemp: rearrange --help output
2009-11-05 Eric Blaketests: enhance mktemp test
2009-11-05 Eric Blakedoc: document mktemp
2009-11-05 Eric Blakemktemp: don't leave file behind on write failure
2009-11-05 Jim Meyeringdu: cleanup: remove dead-code vestige of already-remove...
2009-11-05 Jim Meyeringdu now diagnoses cycles, rather than ignoring them
2009-11-05 Jim Meyeringmaint: factor out cycle warning, now that du will use...
2009-11-03 Jim Meyeringtests: rm: add test for today's change in behavior
2009-11-03 Jim Meyeringrm -f: ignore EROFS when it's really ENOENT
2009-11-03 Jim Meyeringtests: inotify-race: don't let malfunctioning gdb hang...
2009-11-02 Eric Blakebuild: avoid some warnings
2009-11-02 Eric Blakebuild: update gnulib submodule to latest, for fewer...
2009-10-31 Jim Meyeringadmin: automate one more part of the release process
2009-10-31 Jim Meyeringadmin: fix typo in release procedure
2009-10-30 Jim Meyeringtests: prohibit fail=0 initialization
2009-10-30 Jim Meyeringtests: factor 350 fail=0 initializations into test...
2009-10-30 Jim Meyeringtests: remove the less-regular fail=0 assignments manually
2009-10-29 Jim Meyeringtests: don't let a fail=1 env. setting induce unwarrant...
2009-10-29 Jim Meyeringremove stray closing comment delimiter, "*/", in previo...
2009-10-29 Eric Blakemaint: avoid exiting with magic number
2009-10-29 Jim Meyeringbuild (--enable-gcc-warnings): enable gcc's -Werror...
2009-10-29 Jim Meyeringbuild: update gnulib submodule to latest
2009-10-29 Jim Meyeringbuild: allow whitespace violations in gl/lib/*.diff...
2009-10-29 Eric Blakenice, nohup, su: detect write failure to stderr
2009-10-28 Jim Meyeringdoc: tell --enable-gcc-warnings users where to report...
2009-10-28 Jim Meyeringbuild: make doc checks more user-friendly
2009-10-28 Jim Meyeringdoc: avoid failing "make check"
2009-10-28 Pádraig Bradydoc: improve the echo and printf help on escapes
2009-10-28 Pádraig Bradyecho, printf: interpret \e as the Escape character
2009-10-28 Eric Blakeprintenv: ignore bogus variable names
2009-10-28 Pádraig Bradymaint: avoid "make syntax-check" failure
2009-10-28 Eric Blakedoc: turn env comments into documentation
2009-10-28 Eric Blakeenv, printenv: add -0/--null option
2009-10-28 Eric Blaketests: add printenv coverage
2009-10-28 Eric Blaketests: fix PATH problems on cygwin
2009-10-27 Eric Blaketests: clean up tests of env -- handling
2009-10-27 Eric Blakedoc: document PATH interactions with env
2009-10-27 Eric Blakeenv: reject bogus -u arguments
2009-10-27 Eric Blakemaint: let gnulib provide environ
2009-10-26 Eric Blaketests: avoid file name not portable to cygwin
2009-10-26 Jim Meyeringtests: rm/one-file-system: work around umount failure
2009-10-26 Jim Meyeringtests: adjust new env test not to fail
2009-10-26 Jim Meyeringtests: nice: adjust new tests to work more portably
2009-10-26 Jim Meyeringnice: execute program even when setpriority fails due...
2009-10-25 Pádraig Bradytimeout: don't orphan monitored programs if they ignore...
2009-10-23 Eric Blaketests: test recent status changes
2009-10-23 Eric Blakemaint: move chroot test
2009-10-23 Eric Blaketests: enhance stdbuf and timeout tests
2009-10-23 Eric Blakenohup: use EXIT_CANCELED if not POSIXLY_CORRECT
2009-10-23 Eric Blakechroot, env, nice, su: use EXIT_CANCELED for internal...
2009-10-23 Eric Blaketests: accommodate BSD getopt
2009-10-23 Eric Blakebuild: prohibit improper use of stat and lstat
2009-10-23 Eric Blakebuild: update gnulib submodule to latest, for test...
2009-10-22 Eric Blakemaint: turn on compiler warnings for gnulib tests
2009-10-22 Jim Meyeringbuild: prohibit direct use of readlink or readlinkat
2009-10-22 Giuseppe Scrivanotests: add a test for the `tail -f' race condition bug
2009-10-22 Giuseppe Scrivanotail -f: avoid a race condition
2009-10-22 Eric Blakebuild: update gnulib submodule to latest, for utimens...
2009-10-22 Eric Blaketests: ensure touch honors trailing slash
2009-10-21 Pádraig Bradymd5sum, sha*sum, sum: line-buffer the printed checksums
2009-10-20 Pádraig Bradymaint: issue warnings for more missing optional libraries
2009-10-19 Jim Meyeringbuild: use gnulib's isblank module
2009-10-18 Jim Meyeringmaint: factor out duplication in currently unused rules
2009-10-17 Eric Blaketouch: add -h to change symlink timestamps, where supported
2009-10-17 Jim Meyeringtests: abmon-align: avoid test failure
2009-10-17 Jim Meyeringbuild: update gnulib submodule to latest
2009-10-15 Jim Meyeringbuild: don't let environment settings perturb build
2009-10-13 C de-Avilleztail: add add missing backslash at the end of a line...
2009-10-12 Eric Blaketail: tweak usage for more clarity
2009-10-10 Eric Blaketouch: optimize use of utimens
2009-10-10 Eric Blakecopy: allow symlink timestamp preservation on more...
2009-10-10 Eric Blakebuild: update gnulib submodule to latest, for utimens...
2009-10-10 Jim Meyeringtests: adjust tail-2/pid to work around FreeBSD 6.1...
2009-10-10 Eric Blakemaint: touch up previous LDADD patch
2009-10-10 Jim Meyeringbuild: build uname(1) unconditionally
2009-10-10 Jim Meyeringmaint: list program names one per line
2009-10-10 Jim Meyeringbuild: ls: fix link failure due to missing -lacl
next