X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=ChangeLog;h=3e96abc9f541908da24f42c0c6d32f2687efd673;hb=b0b422614cc9fda29e9675dcc6f2a377b3d517a8;hp=4de7e68614a2ebb3b9532fee43d8f3fc8fe784c7;hpb=25fb29a19d9993a32075b7c3fefa959e3345ab64;p=gnulib.git diff --git a/ChangeLog b/ChangeLog index 4de7e6861..3e96abc9f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,54 @@ +2013-10-30 Paul Eggert + + isnan: port to VAX + Reported by John Klos for NetBSD-5/VAX in + . + * lib/isnan.c (IEEE_FLOATING_POINT): New macro, stolen from Emacs. + (FUNC): Use it. + +2013-10-28 Jim Meyering + + gnulib-tool: protect against CDPATH + * gnulib-tool: Many "cd" built-in functions print a directory name + to stdout when CDPATH is set, e.g., + $ bash -c 'CDPATH=/; cd tmp' + /tmp + Unset it, when possible. Prompted by a comment from Bruce Korb. + + maint.mk: restore functionality removed by recent change... + Sunday's change, v0.0-8062-g6b24f60, may have appeared correct from + the context of a shallow-cloned gnulib repository: "git describe" + would fail in such a directory. However, that change made it so + the reported gnulib revision no longer includes the version number + or a commit count, even when run from a full clone. + * top/maint.mk (gnulib-version): Use the full "git describe" + output when possible, e.g., the form above, rather than the + abbreviated, no-tag, no-commit-count string, and fall back to + using a 10-byte hash, rather than the default minimal-length + hash prefix, since while the minimal-length one may be fine today, + it is likely not to be unique for very long. + +2013-10-26 Jim Meyering + + maint.mk: fix "release" target to build _version + This fixes a bug in README-release whereby following the outlined + steps, one would publish a tarball whose programs would report + --version output not consistent with the package version number. + This bug caused grep-2.15 to produce a grep program whose + --version option made it print 2.14.56-1e3d rather than 2.15. + * top/maint.mk (release): Making this target build "_version" + ensures that the new version number is reflected in configure. + +2013-10-21 Ben Pfaff + + install-reloc: Support multi-binary installation. + * build-aux/install-reloc: Support installing multiple programs in + one invocation, as done by Automake starting with commit + 4295fe33eb23f (Multi-file install for PROGRAMS.). From Bruno + Haible , archived at + http://lists.debian.org/debian-bsd/2012/05/msg00032.html. + Reported by Sylvain . + 2013-10-21 Michael Haubenwallner selinux-h: Really build without selinux when library is missing. @@ -27,12 +78,6 @@ * lib/error.c (error_tail): Add the printf attribute, to placate gcc's -Werror=suggest-attribute=format option. -2013-10-12 Jim Meyering - - error: make the module depend on vfprintf-posix - * modules/error (Depends-on): Add vfprintf-posix, since error - calls vfprintf unconditionally, via error_tail. - 2013-09-30 Jim Meyering fpending, obstack, strerror-override: use pure+const function attrs