openat: avoid compilation failure due to lack of <errno.h> inclusion
[gnulib.git] / ChangeLog
index 4a29566..e8ac873 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,139 @@
+2011-11-18  Dagobert Michelsen  <dam@opencsw.org>  (tiny change)
+
+       openat: avoid compilation failure due to lack of <errno.h> inclusion
+       * lib/openat.c: Include <errno.h>.
+
+2011-11-17  Paul Eggert  <eggert@cs.ucla.edu>
+
+       * modules/getcwd (Depends-on): Add fdopendir.
+       This fixes one of the two problems reported by Kai Habel in
+       <http://lists.gnu.org/archive/html/bug-gnulib/2011-11/msg00237.html>.
+
+       modules/crypto/gc-*: simplify dependencies and fix stdalign.h bug
+       stdalign problem reported by Ian Beckwith in
+       <http://lists.gnu.org/archive/html/bug-gnulib/2011-11/msg00238.html>.
+       * modules/crypto/gc-arcfour (Depends-on):
+       Depend conditionally on crypto/arcfour.
+       * modules/crypto/gc-arctwo (Depends-on):
+       Depend conditionally on crypto/arctwo.
+       * modules/crypto/gc-des (Depends-on):
+       Depend conditionally on crypto/des.
+       * modules/crypto/gc-hmac-md5 (Depends-on):
+       Depend conditionally on crypto/hmac-md5.
+       * modules/crypto/gc-hmac-sha1 (Depends-on):
+       Depend conditionally on crypto/hmac-sha1.
+       * modules/crypto/gc-md2 (Depends-on): Remove stdint, minmax.
+       * modules/crypto/gc-md4 (Depends-on):
+       Depend conditionally on crypto/md4.
+       * modules/crypto/gc-md5 (Depends-on):
+       Depend conditionally on crypto/md5.
+       * modules/crypto/gc-rijndael (Depends-on):
+       Depend conditionally on crypto/rijndael.
+       * modules/crypto/gc-sha1 (Depends-on):
+       Depend conditionally on crypto/sha1.
+       * modules/crypto/gc-arcfour:
+       * modules/crypto/gc-arctwo:
+       * modules/crypto/gc-des:
+       * modules/crypto/gc-hmac-md5:
+       * modules/crypto/gc-hmac-sha1:
+       * modules/crypto/gc-md2:
+       * modules/crypto/gc-md4:
+       * modules/crypto/gc-md5:
+       * modules/crypto/gc-rijndael:
+       * modules/crypto/gc-sha1:
+       (Files, Depends-on, configure.ac): Remove now-unnecessary stuff,
+       now that the conditional dependencies do the work for us.
+
+2011-11-17  Jim Meyering  <meyering@redhat.com>
+
+       tests: factor st_ctime-comparison out of two headers
+       * tests/test-utimens-common.h (ctime_compare): Define.
+       * tests/test-futimens.h (test_futimens): Replace open-coded equivalent.
+       * tests/test-lutimens.h (test_lutimens): Likewise.
+       * tests/test-utimens.h (test_utimens): Likewise.
+
+       test-getcwd: don't leave behind a confdir3/ directory upon interrupt
+       Invoke the test program via an init.sh-using wrapper.
+       * tests/test-getcwd.sh: New file.
+       * modules/getcwd-tests (Files): Add it.
+       (Makefile.am) [TESTS]: Invoke the shell script wrapper.
+
+2011-11-01  Gary V. Vaughan  <gary@gnu.org>
+
+       gitlog-to-changelog: support multi-author commits.
+       The FSF cares about keeping track of all authors of patches to its
+       projects, but Git doesn't provide obvious support for multi-author
+       changesets. Consensus seems to be forming around the use of extra
+       Signed-off-by inspired lines in the log message formatted as
+       `Co-authored-by: A U Thor <email@example.com>' for round-tripping
+       multi-author commits between version control systems.
+       * gitlog-to-changelog: Extract `Co-authored-by:' lines from the git
+       log message and output in standard ChangeLog multi-author format.
+       Reported by Peter Rosin <peda@lysator.liu.se>
+
+2011-11-15  Ben Walton <bwalton@artsci.utoronto.ca>  (tiny change)
+           Bruno Haible  <bruno@clisp.org>
+
+       Fix some modules' file list.
+       * modules/fstatat (Files): Add m4/lstat.m4.
+       * modules/openat (Files): Likewise.
+       * modules/unlinkat (Files): Likewise.
+
+2011-11-15  Gary V. Vaughan  <gary@gnu.org>
+
+       maint.mk: fix tight-scope.mk generation in VPATH builds.
+       * top/maint.mk (tight-scope.mk): Make sure to prefix file
+       reference with $(srcdir) so that the file is found correctly even
+       when running `make syntax-check' in a VPATH build.
+
+2011-11-13  Bruno Haible  <bruno@clisp.org>
+           Jim Meyering  <meyering@redhat.com>
+
+       Silence successful tests that use 'compare' on AIX, HP-UX, Solaris.
+       * tests/init.sh (compare): Remove "No differences encountered" or
+       synonymous output from the 'diff' program.
+
+2011-11-13  Bruno Haible  <bruno@clisp.org>
+
+       Makefile: Tweak indentation.
+       * Makefile: Use tab as first character in every line that contains rule
+       commands.
+
+2011-11-13  Bruno Haible  <bruno@clisp.org>
+
+       Syntax check for copyright statements.
+       * check-copyright: New file.
+       * Makefile (sc_check_copyright): New rule.
+
+2011-11-13  Simon Josefsson  <simon@josefsson.org>
+
+       * build-aux/git-version-gen: Add --prefix to configure the tag
+       match string.
+
+2011-11-13  Simon Josefsson  <simon@josefsson.org>
+
+       * build-aux/git-version-gen: Add --help and --version.
+
 2011-11-12  Jim Meyering  <meyering@redhat.com>
 
+       revamp the other test-exclude?.sh scripts to use init.sh, too
+       * tests/test-exclude1.sh: Use init.sh.
+       * tests/test-exclude2.sh: Likewise.
+       * tests/test-exclude3.sh: Likewise.
+       * tests/test-exclude4.sh: Likewise.
+       * tests/test-exclude5.sh: Likewise.
+       * tests/test-exclude6.sh: Likewise.
+       * tests/test-exclude7.sh: Likewise.
+       * tests/test-exclude8.sh: Likewise.
+       * modules/exclude-tests (Files): List init.sh.
+
+       test-exclude2.sh, test-exclude5.sh: fail if test-exclude fails
+       These shell scripts ignored failure of the binary test-exclude,
+       so making the latter return 77 didn't cause them to be skipped.
+       * tests/test-exclude5.sh: Exit with test-exclude's error status
+       when that program fails.  Revamp to use init.sh.
+       * tests/test-exclude2.sh: Likewise.
+
        test-exclude: fix a typo
        * tests/test-exclude.c (main): Test for "leading_dir", not "leading-dir".