config: drop scripts that automake says are not independent
[gnulib.git] / ChangeLog
index df89859..0b3acd1 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,103 @@
+2012-06-27  Eric Blake  <eblake@redhat.com>
+
+       config: drop scripts that automake says are not independent
+       * config/srclist.txt: Drop elisp-comp, missing, and ylwrap.
+       * build-aux/elisp-comp: Delete.
+       * build-aux/missing: Likewise.
+       * build-aux/ylwrap: Likewise.
+       * modules/elisp-comp: Likewise.
+       * MODULES.html.sh: Drop mention of elisp-comp.
+       * NEWS: Mention this.
+
+2012-06-26  Paul Eggert  <eggert@cs.ucla.edu>
+
+       root-uid: new module
+       This is for portability to Tandem's NonStop Kernel.
+       * lib/root-uid.h, modules/root-uid: New files.
+       * lib/euidaccess.c, lib/pt_chown.c, lib/unlinkdir.c:
+       * lib/write-any-file.c, tests/test-sethostname2.c:
+       Include "root-uid.h".
+       * lib/euidaccess.c (euidaccess):
+       * lib/pt_chown.c (main):
+       * lib/unlinkdir.c (cannot_unlink_dir):
+       * lib/write-any-file.c (can_write_any_file):
+       * m4/mknod.m4 (gl_FUNC_MKNOD):
+       * tests/test-sethostname2.c (geteuid, main):
+       Don't assume ROOT_UID == 0.
+       * modules/euidaccess (Depends-on):
+       * modules/pt_chown (Depends-on):
+       * modules/sethostname-tests (Depends-on):
+       * modules/unlinkdir (Depends-on):
+       * modules/write-any-file (Depends-on):
+       Add root-uid.
+
+       regex: use locale-independent comparison for codeset name
+       See Bruno Haible's comment in <http://bugs.gnu.org/10305#120>.
+       * lib/regcomp.c (init_dfa): Use just ASCII case comparison
+       for codeset name.
+       * lib/regex_internal.h: Do not include <strings.h>, since we
+       no longer use strcasecmp.
+       * modules/regex (Depends-on): Remove strcase.
+
+2012-06-23  Bruno Haible  <bruno@clisp.org>
+
+       getopt-posix: No longer guarantee that option processing is resettable.
+       * doc/posix-functions/getopt.texi: Drop description of problem with
+       internal state. Fix info about mingw and msvc9.
+       * m4/getopt.m4 (gl_GETOPT_CHECK_HEADERS): Don't require a resettable
+       option processing by getopt(). Run three test programs instead of one.
+       Simplify cross-compilation guess.
+       * NEWS: Mention the change.
+       Reported by Rich Felker <dalias@aerifal.cx>.
+
+2012-06-26  Bruno Haible  <bruno@clisp.org>
+
+       argp, regex: Ensure strcasecmp gets declared.
+       * lib/argp-help.c: Include <strings.h>.
+       * lib/regex_internal.h: Likewise.
+       Reported and suggested by Joachim Schmitz <jojo@schmitz-digital.de>.
+
+2012-06-24  Bruno Haible  <bruno@clisp.org>
+
+       ptsname_r: Make it consistent with ptsname on AIX.
+       * lib/ptsname_r.c (__ptsname_r): For AIX, use nearly the same
+       implementation as for OSF/1.
+       * tests/test-ptsname_r.c (main) [AIX]: Use the modern way of opening
+       a pty master.
+
+       ptsname_r: Make it consistent with ptsname on OSF/1.
+       * lib/ptsname_r.c (__ptsname_r): Add a different implementation for
+       OSF/1.
+
+2012-06-24  Bruno Haible  <bruno@clisp.org>
+
+       ttyname_r: Fix result on OSF/1, Solaris.
+       * lib/ttyname_r.c (ttyname_r): Produce a NUL-terminated result.
+
+2012-06-24  Bruno Haible  <bruno@clisp.org>
+
+       ptsname_r: Add support for Solaris.
+       * lib/ptsname_r.c (__ptsname_r): Add a different implementation for
+       Solaris.
+
+       ptsname_r: Fix test failure on native Windows.
+       * modules/ptsname_r (Depends-on): Add isatty.
+
+       ptsname_r: Fix test failures on IRIX, Solaris.
+       * m4/ptsname_r.m4 (gl_PREREQ_PTSNAME_R): Test whether isatty sets
+       errno when it fails. Define ISATTY_FAILS_WITHOUT_SETTING_ERRNO
+       accordingly.
+       * lib/ptsname_r.c: Include <fcntl.h>.
+       (__ptsname_r): When isatty returned false, then on IRIX, Solaris
+       set errno if fd is invalid.
+       * tests/test-isatty.c (main): Update comments.
+
+2012-06-24  Bruno Haible  <bruno@clisp.org>
+
+       ptsname test: Extend test.
+       * tests/test-ptsname.c: Include <errno.h>.
+       (main): Test behaviour with invalid file descriptor.
+
 2012-06-23  Paul Eggert  <eggert@cs.ucla.edu>
 
        time: fix obsolete comment