~ubuntu-virt/gnulib/+git/gnulib-lp-import:coreutils-8.9

Last commit made on 2011-01-04
Get this branch:
git clone -b coreutils-8.9 https://git.launchpad.net/~ubuntu-virt/gnulib/+git/gnulib-lp-import

Branch merges

Branch information

Name:
coreutils-8.9
Repository:
lp:~ubuntu-virt/gnulib/+git/gnulib-lp-import

Recent commits

fa6be5b... by Bkorb

git-version-gen: avoid a sub-shell

* build-aux/git-version-gen: Redirect stderr in `...` via
"exec 2>...", rather than via an added sub-shell.

a2e8447... by Ben Pfaff

git-version-gen: use (...) rather than sh -c '...'

* build-aux/git-version-gen: Rather than hard-coding a shell's name
with "sh -c '...'", just use "(...)". Less syntax is better, too.

307d434... by Jim Meyering <email address hidden>

git-version-gen: convert leading TABs to spaces

* build-aux/git-version-gen: Expand leading TABs.

98e2bed... by Jim Meyering <email address hidden>

git-version-gen: handle failed "git rev-list"

* build-aux/git-version-gen: Rather than leaking a "fatal" error
from git and proceeding as if it had succeeded but printed no SHA1
checksums, suppress the diagnostic and handle the failure.
Reported by Bruce Korb in http://marc.info/?l=git&m=129399145930450&w=2

55b6628... by Jim Meyering <email address hidden>

git-version-gen: include command name in one more diagnostic

* build-aux/git-version-gen: When the required .tarball-version file
was missing or unreadable, you might see the diagnostic from "cat",
but no trace of the name of the invoking script. Now, you still see
the diagnostic from cat, but also get one from "git-version-gen: ".
Inspired by a patch from Bruce Korb.

1a48af7... by Jim Meyering <email address hidden>

update-copyright: adjust test to match changed code

* tests/test-update-copyright.sh: Change test's expected output
to match new actual output.

45dda1d... by Bruno Haible

getlogin_r: Avoid test failure on HP-UX 11.

* tests/test-getlogin_r.c (main): Allow an error code EINVAL instead of
ERANGE when the second argument is zero.
* doc/posix-functions/getlogin_r.texi: Document the HP-UX 11
portability problem.

9e03259... by Bkorb

document new copyright owner name changes

5f260f7... by Bkorb

document new copyright owner name changes

db16e84... by Simon Josefsson

build-aux/update-copyright: Support UPDATE_COPYRIGHT_HOLDER environment variable.