gnulib.git
11 years agoconfig: drop scripts that automake says are not independent
Eric Blake [Tue, 26 Jun 2012 17:23:18 +0000 (11:23 -0600)]
config: drop scripts that automake says are not independent

These three scripts are too closely tied to automake internals to
be independently useful.  In fact, automake would rather that
people did not mix the latest version of these scripts with older
versions of automake, as there is no effort being put into
maintaining backwards-compatibility when these scripts are updated.

The remaining scripts pulled from automake, such as mdate-sh or
depcomp, are independently useful, so a future patch may end up
reparenting those scripts to have gnulib instead of automake as
the master owner.

* 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.

Signed-off-by: Eric Blake <eblake@redhat.com>
11 years agoroot-uid: new module
Paul Eggert [Tue, 26 Jun 2012 23:46:25 +0000 (16:46 -0700)]
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.

11 years agoregex: use locale-independent comparison for codeset name
Paul Eggert [Tue, 26 Jun 2012 22:16:07 +0000 (15:16 -0700)]
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.

11 years agogetopt-posix: No longer guarantee that option processing is resettable.
Bruno Haible [Tue, 26 Jun 2012 17:53:01 +0000 (19:53 +0200)]
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>.

11 years agoargp, regex: Ensure strcasecmp gets declared.
Bruno Haible [Tue, 26 Jun 2012 17:46:15 +0000 (19:46 +0200)]
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>.

11 years agoautoupdate
Karl Berry [Mon, 25 Jun 2012 13:18:58 +0000 (06:18 -0700)]
autoupdate

11 years agoptsname_r: Fix typo in last commit.
Bruno Haible [Sun, 24 Jun 2012 23:59:31 +0000 (01:59 +0200)]
ptsname_r: Fix typo in last commit.

11 years agoptsname_r: Make it consistent with ptsname on AIX.
Bruno Haible [Sun, 24 Jun 2012 23:00:57 +0000 (01:00 +0200)]
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.

11 years agoptsname_r: Make it consistent with ptsname on OSF/1.
Bruno Haible [Sun, 24 Jun 2012 21:28:13 +0000 (23:28 +0200)]
ptsname_r: Make it consistent with ptsname on OSF/1.

* lib/ptsname_r.c (__ptsname_r): Add a different implementation for
OSF/1.

11 years agottyname_r: Fix result on OSF/1, Solaris.
Bruno Haible [Sun, 24 Jun 2012 21:09:10 +0000 (23:09 +0200)]
ttyname_r: Fix result on OSF/1, Solaris.

* lib/ttyname_r.c (ttyname_r): Produce a NUL-terminated result.

11 years agoptsname_r: Add support for Solaris.
Bruno Haible [Sun, 24 Jun 2012 16:46:57 +0000 (18:46 +0200)]
ptsname_r: Add support for Solaris.

* lib/ptsname_r.c (__ptsname_r): Add a different implementation for
Solaris.

11 years agoptsname_r: Fix test failure on native Windows.
Bruno Haible [Sun, 24 Jun 2012 15:06:39 +0000 (17:06 +0200)]
ptsname_r: Fix test failure on native Windows.

* modules/ptsname_r (Depends-on): Add isatty.

11 years agoptsname_r: Fix test failures on IRIX, Solaris.
Bruno Haible [Sun, 24 Jun 2012 15:05:25 +0000 (17:05 +0200)]
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.

11 years agoptsname test: Extend test.
Bruno Haible [Sun, 24 Jun 2012 12:53:43 +0000 (14:53 +0200)]
ptsname test: Extend test.

* tests/test-ptsname.c: Include <errno.h>.
(main): Test behaviour with invalid file descriptor.

11 years agotime: fix obsolete comment
Paul Eggert [Sun, 24 Jun 2012 05:23:16 +0000 (22:23 -0700)]
time: fix obsolete comment

* m4/time_h.m4 (gl_CHECK_TYPE_STRUCT_TIMESPEC): Remove obsolete
reference to HAVE_STRUCT_TIMESPEC in comment.

11 years agogetopt-gnu: Handle suboptimal getopt_long's abbreviation handling.
Bruno Haible [Sat, 23 Jun 2012 15:08:47 +0000 (17:08 +0200)]
getopt-gnu: Handle suboptimal getopt_long's abbreviation handling.

* m4/getopt.m4 (gl_GETOPT_CHECK_HEADERS): If getopt_long exists but
does not handle abbreviated long options with equivalent
disambiguations, set gl_replace_getopt to yes.
* doc/posix-functions/getopt.texi: Mention the OpenBSD 5.0 problem.

11 years agotime_r: fix typo that always overrode localtime_r decl
Paul Eggert [Fri, 22 Jun 2012 15:42:13 +0000 (08:42 -0700)]
time_r: fix typo that always overrode localtime_r decl

* m4/time_r.m4 (gl_TIME_R): Use AC_CHECK_DECLS, not
AC_CHECK_DECLS_ONCE, since localtime_r is declared in <time.h>,
not in a standard include.

11 years agoWrite "Mac OS X" instead of "MacOS X".
Bruno Haible [Fri, 22 Jun 2012 11:26:07 +0000 (13:26 +0200)]
Write "Mac OS X" instead of "MacOS X".

* README: Write "Mac OS X" instead of "MacOS X".
* build-aux/bootstrap: Likewise.
* build-aux/install-reloc: Likewise.
* lib/acl-internal.h: Likewise.
* lib/acl_entries.c: Likewise.
* lib/argp-ba.c: Likewise.
* lib/argp-pv.c: Likewise.
* lib/config.charset: Likewise.
* lib/copy-acl.c: Likewise.
* lib/csharpexec.c: Likewise.
* lib/euidaccess.c: Likewise.
* lib/fbufmode.c: Likewise.
* lib/fflush.c: Likewise.
* lib/file-has-acl.c: Likewise.
* lib/filemode.h: Likewise.
* lib/fpurge.c: Likewise.
* lib/freadable.c: Likewise.
* lib/freadahead.c: Likewise.
* lib/freading.c: Likewise.
* lib/freadptr.c: Likewise.
* lib/freadseek.c: Likewise.
* lib/fseeko.c: Likewise.
* lib/fseterr.c: Likewise.
* lib/fsusage.c: Likewise.
* lib/fwritable.c: Likewise.
* lib/fwriting.c: Likewise.
* lib/get-rusage-as.c: Likewise.
* lib/get-rusage-data.c: Likewise.
* lib/getdomainname.c: Likewise.
* lib/idpriv-drop.c: Likewise.
* lib/idpriv-droptemp.c: Likewise.
* lib/localcharset.c: Likewise.
* lib/locale.in.h: Likewise.
* lib/localename.c: Likewise.
* lib/mbsrtowcs-state.c: Likewise.
* lib/nproc.c: Likewise.
* lib/passfd.c: Likewise.
* lib/posix_openpt.c: Likewise.
* lib/printf-parse.c: Likewise.
* lib/progreloc.c: Likewise.
* lib/safe-read.h: Likewise.
* lib/safe-write.h: Likewise.
* lib/sched.in.h: Likewise.
* lib/set-mode-acl.c: Likewise.
* lib/signal.in.h: Likewise.
* lib/stdint.in.h: Likewise.
* lib/stdio-impl.h: Likewise.
* lib/stdlib.in.h: Likewise.
* lib/strtod.c: Likewise.
* lib/sys_select.in.h: Likewise.
* lib/tcgetsid.c: Likewise.
* lib/unistd.in.h: Likewise.
* lib/unlockpt.c: Likewise.
* lib/vasnprintf.c: Likewise.
* lib/vma-iter.c: Likewise.
* lib/wcsrtombs-state.c: Likewise.
* m4/acl.m4: Likewise.
* m4/acosl.m4: Likewise.
* m4/asinl.m4: Likewise.
* m4/atanl.m4: Likewise.
* m4/c-stack.m4: Likewise.
* m4/cosl.m4: Likewise.
* m4/expl.m4: Likewise.
* m4/extensions.m4: Likewise.
* m4/fdatasync.m4: Likewise.
* m4/fmal.m4: Likewise.
* m4/frexp.m4: Likewise.
* m4/frexpf.m4: Likewise.
* m4/frexpl.m4: Likewise.
* m4/fsusage.m4: Likewise.
* m4/getdomainname.m4: Likewise.
* m4/getloadavg.m4: Likewise.
* m4/getopt.m4: Likewise.
* m4/gettext.m4: Likewise.
* m4/gnulib-common.m4: Likewise.
* m4/intdiv0.m4: Likewise.
* m4/intlmacosx.m4: Likewise.
* m4/largefile.m4: Likewise.
* m4/ldexpl.m4: Likewise.
* m4/link-follow.m4: Likewise.
* m4/locale-ar.m4: Likewise.
* m4/locale-fr.m4: Likewise.
* m4/locale-ja.m4: Likewise.
* m4/locale-tr.m4: Likewise.
* m4/locale-zh.m4: Likewise.
* m4/locale_h.m4: Likewise.
* m4/lock.m4: Likewise.
* m4/logl.m4: Likewise.
* m4/mathfunc.m4: Likewise.
* m4/minus-zero.m4: Likewise.
* m4/mktime.m4: Likewise.
* m4/mmap-anon.m4: Likewise.
* m4/multiarch.m4: Likewise.
* m4/nanosleep.m4: Likewise.
* m4/nocrash.m4: Likewise.
* m4/poll.m4: Likewise.
* m4/printf-frexpl.m4: Likewise.
* m4/printf.m4: Likewise.
* m4/signbit.m4: Likewise.
* m4/sinl.m4: Likewise.
* m4/sqrtl.m4: Likewise.
* m4/strerror_r.m4: Likewise.
* m4/tanl.m4: Likewise.
* m4/threadlib.m4: Likewise.
* m4/ttyname_r.m4: Likewise.
* m4/unlink.m4: Likewise.
* m4/visibility.m4: Likewise.
* m4/wcwidth.m4: Likewise.
* tests/minus-zero.h: Likewise.
* tests/test-alloca-opt.c: Likewise.
* tests/test-copy-acl.sh: Likewise.
* tests/test-copy-file.sh: Likewise.
* tests/test-fdatasync.c: Likewise.
* tests/test-file-has-acl.sh: Likewise.
* tests/test-flock.c: Likewise.
* tests/test-fsync.c: Likewise.
* tests/test-localename.c: Likewise.
* tests/test-malloca.c: Likewise.
* tests/test-nonblocking-pipe.h: Likewise.
* tests/test-nonblocking-socket.h: Likewise.
* tests/test-openpty.c: Likewise.
* tests/test-posix_openpt.c: Likewise.
* tests/test-ptsname.c: Likewise.
* tests/test-ptsname_r.c: Likewise.
* tests/test-sameacls.c: Likewise.
* tests/test-select.h: Likewise.
* tests/test-set-mode-acl.sh: Likewise.
* tests/test-snprintf-posix.h: Likewise.
* tests/test-sprintf-posix.h: Likewise.
* tests/test-strtod.c: Likewise.
* tests/test-time.c: Likewise.
* tests/test-vasnprintf-posix.c: Likewise.
* tests/test-vasprintf-posix.c: Likewise.
* doc/acl-resources.txt: Likewise.
* doc/**/*.texi: Likewise.
Reported by Max Horn <max@quendi.de>.

11 years agograntpt: Relax requirement regarding invalid file descriptors.
Bruno Haible [Fri, 22 Jun 2012 10:36:47 +0000 (12:36 +0200)]
grantpt: Relax requirement regarding invalid file descriptors.

* lib/grantpt.c: Don't include <fcntl.h>.
(grantpt): Don't verify the validity of the file descriptor.
* modules/grantpt (Depends-on): Remove fcntl-h.
* tests/test-grantpt.c (main): Allow grantpt to succeed for invalid
file descriptors.
* doc/posix-functions/grantpt.texi: Document more platforms on which
grantpt succeeds for invalid file descriptors.
Reported by Rich Felker <dalias@aerifal.cx>.

11 years agofbufmode test: Don't test unportable behaviour.
Bruno Haible [Fri, 22 Jun 2012 10:02:54 +0000 (12:02 +0200)]
fbufmode test: Don't test unportable behaviour.

* tests/test-fbufmode.c (test_mode): New function, extracted from main.
(main): Invoke it three times.
Reported by Szabolcs Nagy <nsz@port70.net>
and Rich Felker <dalias@aerifal.cx>.

11 years agognulib-tool: Refactor inctests variable.
Bruno Haible [Thu, 21 Jun 2012 20:45:22 +0000 (22:45 +0200)]
gnulib-tool: Refactor inctests variable.

* gnulib-tool: Normalize inctests to 'true' or 'false', not ''.
(func_modules_transitive_closure,
func_modules_transitive_closure_separately,
func_import, func_create_testdir): Update.

11 years agognulib-tool: --create-[mega]testdir, --[mega]test implies --with-tests.
Bruno Haible [Thu, 21 Jun 2012 20:25:13 +0000 (22:25 +0200)]
gnulib-tool: --create-[mega]testdir, --[mega]test implies --with-tests.

* gnulib-tool: Accept option --without-tests.
(func_usage): Document --without-tests option. Rearrange.
(inctests): Normalize according to the mode.
* NEWS: Mention the change.
Suggested by Simon Josefsson.

11 years agoparse-duration test: Avoid spurious output.
Bruce Korb [Thu, 21 Jun 2012 20:17:13 +0000 (22:17 +0200)]
parse-duration test: Avoid spurious output.

* tests/test-parse-duration.sh: Reindent with leading tabs.

11 years agotesting: fix typo in here doc
Bruce Korb [Thu, 21 Jun 2012 18:19:37 +0000 (11:19 -0700)]
testing: fix typo in here doc

* tests/test-parse-duration.sh: fix mal-formed here doc.

11 years agomaint: disable the strncpy prohibition
Jim Meyering [Thu, 21 Jun 2012 16:33:00 +0000 (18:33 +0200)]
maint: disable the strncpy prohibition

* cfg.mk: Do not prohibit strncpy here.

11 years agoFix misspellings in comments.
Paul Eggert [Thu, 21 Jun 2012 15:58:33 +0000 (08:58 -0700)]
Fix misspellings in comments.

11 years agononblocking: Avoid compilation error on mingw64.
Bruno Haible [Thu, 21 Jun 2012 10:39:37 +0000 (12:39 +0200)]
nonblocking: Avoid compilation error on mingw64.

* m4/stdio_h.m4 (gl_STDIO_H): Invoke gl_MODULE_INDICATOR for scanf,
fscanf.
* modules/vscanf (configure.ac): Invoke gl_MODULE_INDICATOR.
* modules/vfscanf (configure.ac): Likewise.
* lib/stdio-read.c (scanf, fscanf, vscanf, vfscanf): Enable function
definition only if stdio.h has prepared it.
Reported by Daniel P. Berrange <berrange@redhat.com>.

11 years agoDo use readlink if available
Bernd Jendrissek [Wed, 20 Jun 2012 23:04:28 +0000 (01:04 +0200)]
Do use readlink if available

The main effect of this patch is to make gnulib-tool not spam the
terminal with failures from ls. Despite the copious stderr output,
files still get linked correctly.

gnulib-tool: Use readlink if it is available.
* gnulib-tool (func_readlink): Choose function more appropriately.

Running under dash, type -p readlink fails because dash doesn't
understand -p. That causes gnulib-tool to fall back to ls to read
symlinks, despite readlink being available. That, in turn, spams the
terminal when func_ln_if_changed's DEST argument doesn't exist.

The output from type goes to /dev/null anyway, so asking for -p has no
purpose.

11 years agoposixtm-tests: port to buggy compiler
Paul Eggert [Thu, 21 Jun 2012 09:13:59 +0000 (02:13 -0700)]
posixtm-tests: port to buggy compiler

Problem reported by Simon Josefsson in
<http://lists.gnu.org/archive/html/bug-gnulib/2012-06/msg00246.html>.
* modules/posixtm-tests (Depends-on): Add stdint.
* tests/test-posixtm.c (struct posixtm_test.t_expected):
Now of type int_least64_t, not int64_t, both because that's
what INT64_C returns and because int_least64_t works even
on 72-bit hosts.
(T): Use INT64_C on constants outside the traditional int range,
to work around compiler bug noted by Simon.

11 years agomktime: fix integer overflow in 'configure'-time test
Paul Eggert [Thu, 21 Jun 2012 08:49:15 +0000 (01:49 -0700)]
mktime: fix integer overflow in 'configure'-time test

* m4/mktime.m4 (gl_FUNC_MKTIME): Do not rely on undefined behavior
after integer overflow.  Problem reported by Rich Felker in
<http://lists.gnu.org/archive/html/bug-gnulib/2012-06/msg00257.html>.
Also, don't look for further instances of a bug if we've already
found one instance; this helps 'configure' run faster.

11 years agotmpfile, clean-temp: Fix invocation of GetVersionEx.
John Darrington [Wed, 20 Jun 2012 21:30:48 +0000 (23:30 +0200)]
tmpfile, clean-temp: Fix invocation of GetVersionEx.

* lib/tmpfile.c (supports_delete_on_close): Initialize parameter for
GetVersionEx correctly.
* lib/clean-temp.c (supports_delete_on_close): Likewise.

11 years agofdopen: Allow implementations that don't reject invalid fd arguments.
Bruno Haible [Wed, 20 Jun 2012 20:51:06 +0000 (22:51 +0200)]
fdopen: Allow implementations that don't reject invalid fd arguments.

* m4/fdopen.m4 (gl_FUNC_FDOPEN): Let the test pass if fdopen(-1,...)
succeeds.
Reported by Rich Felker <dalias@aerifal.cx>.

11 years agoparse-duration: Make self-test build on its own.
Simon Josefsson [Wed, 20 Jun 2012 17:13:44 +0000 (19:13 +0200)]
parse-duration: Make self-test build on its own.

* modules/parse-duration-tests (test_parse_duration_LDADD): Don't
bring in LIBINTL.

11 years agoautoupdate
Karl Berry [Wed, 20 Jun 2012 16:57:30 +0000 (09:57 -0700)]
autoupdate

11 years agoinit.sh: do not rely on autoupated PWD
Paul Eggert [Wed, 20 Jun 2012 14:06:54 +0000 (07:06 -0700)]
init.sh: do not rely on autoupated PWD

This addresses symptoms of the problem reported by Nelson H.F. Beebe in
<http://lists.gnu.org/archive/html/bug-gzip/2012-06/msg00008.html>.
Although Nelson's bug was not necessarily fixed by this patch,
it seems wise to make the change for safety.
* tests/init.sh (path_prepend_): Do not rely on PWD updating
automagically after 'cd'; this is not reliable on older shells.
(setup_): Fail if we cannot cd to temporary directory.

11 years agostat, fstat: Avoid warnings on mingw64.
Bruno Haible [Wed, 20 Jun 2012 00:01:14 +0000 (02:01 +0200)]
stat, fstat: Avoid warnings on mingw64.

* lib/stat.c (stat) [_GL_WINDOWS_64_BIT_ST_SIZE]: Undefine before
redefining.
* lib/fstat.c (stat, fstat) [_GL_WINDOWS_64_BIT_ST_SIZE]: Likewise.
Reported by Daniel P. Berrange <berrange@redhat.com>.

11 years agostdioext: Add support for musl libc.
Bruno Haible [Tue, 19 Jun 2012 21:35:08 +0000 (23:35 +0200)]
stdioext: Add support for musl libc.

* m4/fbufmode.m4 (gl_FUNC_FBUFMODE): Test whether __fbufsize exists.
* lib/fbufmode.c (fbufmode): Add conditional code for musl.

* m4/fseterr.m4: New file.
* lib/fseterr.h (fseterr): Define as an alias of __fseterr if that
function exists.
* modules/fseterr (Files): Add m4/fseterr.m4.
(configure.ac): Invoke gl_FUNC_FSETERR. Compile fseterr.c if
__fseterr does not exist.
(Makefile.am): Remove fseterr.c from lib_SOURCES.

* lib/freadable.h: Update comment.

* lib/fwritable.h: Update comment.

* lib/freading.h: Update comment.

* lib/fwriting.h: Update comment.

* m4/freadahead.m4: New file.
* lib/freadahead.h (freadahead): Define as an alias of __freadahead if
that function exists.
* modules/freadahead (Files): Add m4/freadahead.m4.
(configure.ac): Invoke gl_FUNC_FREADAHEAD. Compile freadahead.c if
__freadahead does not exist.
(Makefile.am): Remove freadahead.c from lib_SOURCES.

* m4/freadptr.m4: New file.
* lib/freadptr.h (freadptr): Define as an alias of __freadptr if that
function exists.
* modules/freadptr (Files): Add m4/freadptr.m4.
(configure.ac): Invoke gl_FUNC_FREADPTR. Compile freadptr.c if
__freadptr does not exist.
(Makefile.am): Remove freadptr.c from lib_SOURCES.

* m4/freadseek.m4: New file.
* lib/freadseek.c (freadptrinc): Use __freadptrinc if that function
exists.
* modules/freadseek (Files): Add m4/freadseek.m4.
(configure.ac): Invoke gl_FUNC_FREADSEEK.

* lib/fpurge.c (fpurge): Update comment.

Reported by and with help from Rich Felker <dalias@aerifal.cx>.

11 years ago*printf-posix: Put more info into config.log.
Bruno Haible [Tue, 19 Jun 2012 10:43:51 +0000 (12:43 +0200)]
*printf-posix: Put more info into config.log.

* m4/printf.m4 (gl_PRINTF_ENOMEM): Emit conftest's error output and
exit code into config.log.

11 years agogetopt-gnu: Fix exit code overflow in autoconf test.
Bruno Haible [Tue, 19 Jun 2012 10:11:04 +0000 (12:11 +0200)]
getopt-gnu: Fix exit code overflow in autoconf test.

* m4/getopt.m4 (gl_GETOPT_CHECK_HEADERS): Squash exit code values,
to keep them below < 128.

11 years agomaint.mk: fix typo in code to derive GPG key at release time
Jim Meyering [Sun, 17 Jun 2012 19:16:54 +0000 (21:16 +0200)]
maint.mk: fix typo in code to derive GPG key at release time

* top/maint.mk (gpg_key_ID): Fix typo: $3 -> $$3

11 years agoregex: avoid warning when pointers are not long
Paul Eggert [Sun, 17 Jun 2012 16:55:15 +0000 (09:55 -0700)]
regex: avoid warning when pointers are not long

* lib/regcomp.c (parse_dup_op, mark_opt_subexp): Cast between void *
and uintptr_t, not long, for portability to hosts where pointers and
long have different sizes.  Issue noted by Daniel P. Berrange in
<http://lists.gnu.org/archive/html/bug-gnulib/2012-06/msg00122.html>
and fix suggested by Bruno Haible in
<http://lists.gnu.org/archive/html/bug-gnulib/2012-06/msg00128.html>.

11 years agodummy: Relicense into the public domain.
Bruno Haible [Sun, 17 Jun 2012 15:35:59 +0000 (17:35 +0200)]
dummy: Relicense into the public domain.

* modules/dummy (License): Set to "public domain".
Suggested by Reuben Thomas.

11 years agoautoupdate
Karl Berry [Sun, 17 Jun 2012 15:15:48 +0000 (08:15 -0700)]
autoupdate

11 years agoannounce-gen: VPATH issues
Akim Demaille [Tue, 12 Jun 2012 10:23:59 +0000 (12:23 +0200)]
announce-gen: VPATH issues

* build-aux/announce-gen (--srcdir): New option, used to trim the
$srcdir part of the path from $builddir to NEWS.
* top/maint.mk (announcement): Adjust.

11 years agognu-web-doc-update: VPATH builds
Akim Demaille [Thu, 7 Jun 2012 14:17:36 +0000 (16:17 +0200)]
gnu-web-doc-update: VPATH builds

* build-aux/gnu-web-doc-update (--builddir): New option.
Revamp the handling of options.
Prefer $(...) to `...`.
Don't pass --tmpdir=. to mktemp, it is useless given that we specify
the template, and it is GNU mktemp specific.
Prefer set -e to long series of &&.
Restore the initial git branch, not "master".
Properly initialize submodules (don't rely only on bootstrap)
Do not reconfigure blindly, use config.status.
* top/README-release: Update instructions for gnu-web-doc-update.

11 years agoautoupdate
Karl Berry [Mon, 11 Jun 2012 15:21:34 +0000 (08:21 -0700)]
autoupdate

11 years agomaint.mk: revert most of the previous change re "all these"
Jim Meyering [Mon, 11 Jun 2012 09:32:54 +0000 (11:32 +0200)]
maint.mk: revert most of the previous change re "all these"

* top/maint.mk (prohibit_undesirable_word_seq_RE_): Remove that pair.
For rationale, see the discussion at
http://thread.gmane.org/gmane.comp.lib.gnulib.bugs/30912

11 years agoautoupdate missed x bit
Karl Berry [Mon, 11 Jun 2012 00:18:10 +0000 (17:18 -0700)]
autoupdate missed x bit

11 years agodo not ask for gpg pw with --dry-run
Karl Berry [Mon, 11 Jun 2012 00:07:44 +0000 (17:07 -0700)]
do not ask for gpg pw with --dry-run

11 years agoimplement --replace for ftp-upload protocol v1.2
Karl Berry [Mon, 11 Jun 2012 00:05:27 +0000 (17:05 -0700)]
implement --replace for ftp-upload protocol v1.2

11 years agoparse-duration: Relicense under LGPLv2+.
Bruce Korb [Sun, 10 Jun 2012 23:10:34 +0000 (01:10 +0200)]
parse-duration: Relicense under LGPLv2+.

* modules/parse-duration (License): Change to LGPLv2+.

11 years agomaint.mk: prohibit common grammar error: "all these"
Jim Meyering [Sun, 10 Jun 2012 19:49:59 +0000 (21:49 +0200)]
maint.mk: prohibit common grammar error: "all these"

* top/maint.mk (prohibit_undesirable_word_seq_RE_): Add "all these" to
the list of prohibited word sequences.  It should be "all of these".
* lib/tempname.c (__gen_tempname): Fix one of them.

11 years agodo-release-commit-and-tag: support VPATH builds
Akim Demaille [Thu, 7 Jun 2012 14:17:30 +0000 (16:17 +0200)]
do-release-commit-and-tag: support VPATH builds

* build-aux/do-release-commit-and-tag: Prefer $(...) to `...`.
(noteworthy): Defined earlier to factor its value.
(noteworthy_stub): New.
Use it to factor.
(help_version): Split into...
(help, version): these.
Adjust the option processing part.
Support "--option=value" in addition to "--option value".
(builddir): New.
(--builddir): New option.
* top/README-release: Document this.
Reword slightly so that the reader cannot understand that he
has to do these steps before calling do-release-commit-and-tag.

11 years agoreadme-release: also require announce-gen and maintainer-makefile
Akim Demaille [Thu, 7 Jun 2012 14:25:13 +0000 (16:25 +0200)]
readme-release: also require announce-gen and maintainer-makefile

* modules/readme-release (Depends-on): here.
* modules/announce-gen, modules/do-release-commit-and-tag,
modules/gnu-web-doc-update, modules/maintainer-makefile
(Description): Point to readme-release.

11 years agomaint.mk: fix VPATH issues.
Akim Demaille [Thu, 7 Jun 2012 10:21:36 +0000 (12:21 +0200)]
maint.mk: fix VPATH issues.

* top/maint.mk (news-check): GNU Make understand $< very well.
(release-prep): NEWS is in $(srcdir).

11 years agoreadme-release: require the promoted modules.
Akim Demaille [Tue, 5 Jun 2012 09:05:45 +0000 (11:05 +0200)]
readme-release: require the promoted modules.

* modules/readme-release (Depends-on): Add
do-release-commit-and-tag, gnupload, and gnu-web-doc-update, used
in this text.

11 years agoupdate from texinfo
Karl Berry [Tue, 5 Jun 2012 21:44:59 +0000 (14:44 -0700)]
update from texinfo

11 years agoerror, strerror-override: Support mingw64 from Fedora 17.
Paolo Bonzini [Sun, 3 Jun 2012 16:29:00 +0000 (18:29 +0200)]
error, strerror-override: Support mingw64 from Fedora 17.

* lib/errno.in.h (GNULIB_defined_ESTREAMS): Use a different indicator
for ETXTBSY, ENODATA, ENOSR, ENOSTR, ETIME, EOTHER, compared to
EINPROGRESS.
* lib/strerror-override.h (strerror_override): Test it.
* lib/strerror-override.c (strerror_override): Likewise.
* m4/errno_h.m4 (gl_HEADER_ERRNO_H): Test also ETXTBSY.

11 years agoerror, strerror-override: Support mingw64 from Fedora 17.
Paolo Bonzini [Sun, 3 Jun 2012 16:02:55 +0000 (18:02 +0200)]
error, strerror-override: Support mingw64 from Fedora 17.

* lib/errno.in.h (GNULIB_defined_ENOTRECOVERABLE): Use a different
indicator for ENOTRECOVERABLE, compared to EOWNERDEAD.
* lib/strerror-override.h (strerror_override): Test it.
* lib/strerror-override.c (strerror_override): Likewise.

11 years agoerror, strerror-override: Support new errno values from POSIX:2008.
Bruno Haible [Sun, 3 Jun 2012 13:47:14 +0000 (15:47 +0200)]
error, strerror-override: Support new errno values from POSIX:2008.

* m4/errno_h.m4 (gl_HEADER_ERRNO_H): Test also EOWNERDEAD and
ENOTRECOVERABLE.
* lib/errno.in.h (EOWNERDEAD, ENOTRECOVERABLE): Define on all
platforms.
* lib/strerror-override.c (strerror_override): Conditionalize the
EOWNERDEAD, ENOTRECOVERABLE handling on GNULIB_defined_EOWNERDEAD.
* lib/strerror-override.h (strerror_override): Declare also if
GNULIB_defined_EOWNERDEAD is defined.
* tests/test-errno.c (e130, e131): New variables.
* doc/posix-headers/errno.texi: Mention the status for EOWNERDEAD,
ENOTRECOVERABLE.
Reported by Paolo Bonzini.

11 years agoautoupdate
Karl Berry [Sat, 2 Jun 2012 15:19:30 +0000 (08:19 -0700)]
autoupdate

11 years agosavewd: add missing dependency on sys_wait module
Jim Meyering [Thu, 31 May 2012 19:30:10 +0000 (21:30 +0200)]
savewd: add missing dependency on sys_wait module

* modules/savewd (Depends-on): Add sys_wait, needed at least
for MSVC.  Report and suggested change by Michael Goffioul.

11 years agosystem-quote-tests: port to CentOS 5
Paul Eggert [Tue, 29 May 2012 14:50:21 +0000 (07:50 -0700)]
system-quote-tests: port to CentOS 5

Problem reported by Tom G. Christensen in
<http://lists.gnu.org/archive/html/bug-gnulib/2012-05/msg00255.html>.
* tests/test-system-quote-child.c (fclose, fprintf): Undef.

11 years agomaint: fix typos in comments and ChangeLog
Jim Meyering [Tue, 29 May 2012 11:45:10 +0000 (13:45 +0200)]
maint: fix typos in comments and ChangeLog

Culprits identified and fixed mostly automatically using these commands:
git ls-files | misspellings -f - |grep -v '^ERROR:' |perl -pe \
's/^(.*?)\[(\d+)\]: (\w+) -> "(.*?)"$/sed -i '\''${2}s!$3!$4!'\'' $1/'
using http://github.com/lyda/misspell-check
* ChangeLog: Fix typos.
* doc/solaris-versions: Likewise.
* lib/regexec.c (re_search_stub): Likewise.
* m4/mmap-anon.m4 (gl_FUNC_MMAP_ANON): Likewise.

11 years agoautoupdate
Karl Berry [Mon, 28 May 2012 16:42:36 +0000 (09:42 -0700)]
autoupdate

11 years agomanywarnings: remove duplicate -Wmultichar entry
Paul Eggert [Sun, 27 May 2012 23:26:51 +0000 (16:26 -0700)]
manywarnings: remove duplicate -Wmultichar entry

* m4/manywarnings.m4 (gl_MANYWARN_ALL_GCC): Remove duplicate
entry for -Wmultichar.  -Wno-multichar is in the GCC 4.7.0 manual,
so keep the entry marked as documented.

11 years agodo not sync mktime.c from libc, last one left, not worth it
Karl Berry [Sun, 27 May 2012 16:24:39 +0000 (09:24 -0700)]
do not sync mktime.c from libc, last one left, not worth it

11 years agoautoupdate
Karl Berry [Sun, 27 May 2012 16:23:13 +0000 (09:23 -0700)]
autoupdate

11 years agoregex: don't assume uint64_t or uint32_t
Paul Eggert [Sun, 27 May 2012 06:48:00 +0000 (23:48 -0700)]
regex: don't assume uint64_t or uint32_t

* lib/regcomp.c (init_word_char): Don't assume that the types
uint64_t and uint32_t exist.  The C standard doesn't guarantee
them, and on some 32-bit compilers there is no uint64_t.
Problem reported by Gianluigi Tiesi in
<http://lists.gnu.org/archive/html/bug-gnulib/2012-03/msg00154.html>.

11 years ago* lib/mktime.c: Revert autoupdate, which fetched the wrong version.
Paul Eggert [Sat, 26 May 2012 06:14:31 +0000 (23:14 -0700)]
* lib/mktime.c: Revert autoupdate, which fetched the wrong version.

11 years agomaint.mk: add strncpy-prohibiting syntax-check rule
Jim Meyering [Fri, 25 May 2012 14:38:49 +0000 (16:38 +0200)]
maint.mk: add strncpy-prohibiting syntax-check rule

* top/maint.mk (sc_prohibit_strncpy): New rule, from coreutils.

11 years agoautoupdate
Karl Berry [Fri, 25 May 2012 16:18:18 +0000 (09:18 -0700)]
autoupdate

11 years agomaint.mk: compute $(gpg_key_ID) more portably
Jim Meyering [Thu, 24 May 2012 08:22:29 +0000 (10:22 +0200)]
maint.mk: compute $(gpg_key_ID) more portably

* top/maint.mk (gpg_key_ID): Use awk in place of sed '{...;...;}'.
That use of sed is not portable to some fringe systems.
Reported by Paul Eggert in
http://thread.gmane.org/gmane.comp.lib.gnulib.bugs/30793/focus=30802

11 years agomktime: sync from glibc
Paul Eggert [Thu, 24 May 2012 05:03:52 +0000 (22:03 -0700)]
mktime: sync from glibc

* config/srclist.txt: Uncomment mktime.c.
* lib/mktime.c: Sync from glibc master.  This incorporates 3 changes.
First, indent with tabs, since glibc uses tabs and doesn't want to
change and we'd rather be identical to glibc.  Also, two small
coding changes:
(isdst_differ): Use &&, not &, as && is the usual style.
(__mktime_internal): Rename local var from abs_diff to approx_abs_diff
for clarity.

11 years agoannounce-gen: du -h is more portable than du --human
Akim Demaille [Wed, 23 May 2012 07:47:48 +0000 (09:47 +0200)]
announce-gen: du -h is more portable than du --human

* build-aux/announce-gen (sizes): Invoke du with -h instead
of --human.  Accept leading white space in its output.
These changes are required to accommodate OS/X's du.

11 years agoannounce-gen: improve getopt-emitted diagnostics
Akim Demaille [Wed, 23 May 2012 07:45:14 +0000 (09:45 +0200)]
announce-gen: improve getopt-emitted diagnostics

* build-aux/announce-gen: When parsing command line options,
prefer "announce-gen: option --release-type requires an argument"
to "Option release-type requires an argument".

11 years agomaint.mk: gpg_key_ID: use sed more portably
Akim Demaille [Wed, 23 May 2012 08:38:54 +0000 (10:38 +0200)]
maint.mk: gpg_key_ID: use sed more portably

* top/maint.mk (gpg_key_ID): End sed block with a semicolon before
the closing brace.
(refresh-po): Fuse two sed invocations into one.

11 years agogitlog-to-changelog: support the log message format used in Bison.
Akim Demaille [Tue, 22 May 2012 09:35:07 +0000 (11:35 +0200)]
gitlog-to-changelog: support the log message format used in Bison.

* build-aux/gitlog-to-changelog: Support --strip-tab and
--strip-cherry-picked.

11 years agoRevert "Revert "select: Fix build error on IRIX 6.5.""
Simon Josefsson [Tue, 22 May 2012 12:35:13 +0000 (14:35 +0200)]
Revert "Revert "select: Fix build error on IRIX 6.5.""

This reverts commit 4bacd42cee65eb44bd3aabfb01ac682fa9c7a3ce.

11 years agoRevert "select: Fix build error on IRIX 6.5."
Simon Josefsson [Tue, 22 May 2012 11:14:46 +0000 (13:14 +0200)]
Revert "select: Fix build error on IRIX 6.5."

This reverts commit 0b1066b5ab2c8e0e8a8bec718c7eaa8b3a685d89.

11 years agoRevert "strdup: undeprecate, IRIX 6.5 needs it"
Simon Josefsson [Tue, 22 May 2012 11:14:23 +0000 (13:14 +0200)]
Revert "strdup: undeprecate, IRIX 6.5 needs it"

This reverts commit 7e2a535f8c362d5d3905cac9ebd7df4622604992.

11 years agopoll/select: prevent busy-waiting
Paolo Bonzini [Mon, 21 May 2012 07:52:42 +0000 (09:52 +0200)]
poll/select: prevent busy-waiting

2012-05-21  Paolo Bonzini  <bonzini@gnu.org>

poll/select: prevent busy-waiting.  SwitchToThread() only gives away
the rest of the current time slice to another thread in the current
process. So if the thread that feeds the file decscriptor we're
polling is not in the current process, we get busy-waiting.
* lib/poll.c: Use SleepEx(1, TRUE) instead of SwitchToThread().
Patch from Theodore Leblond.
* lib/select.c: Split polling out of the loop that sets the output
fd_sets.  Check for zero result and loop if the wait timeout is
infinite.

11 years agostrdup: undeprecate, IRIX 6.5 needs it
Eric Blake [Mon, 21 May 2012 21:31:44 +0000 (15:31 -0600)]
strdup: undeprecate, IRIX 6.5 needs it

Reported by Simon Josefsson.

* modules/strdup (Status): No longer obsolete.
* doc/posix-functions/strdup.texi (strdup): Document this.

Signed-off-by: Eric Blake <eblake@redhat.com>
11 years agoselect: Fix build error on IRIX 6.5.
Simon Josefsson [Mon, 21 May 2012 20:34:41 +0000 (22:34 +0200)]
select: Fix build error on IRIX 6.5.

11 years agoautoupdate
Karl Berry [Mon, 21 May 2012 14:51:57 +0000 (07:51 -0700)]
autoupdate

11 years agoFix ChangeLog entry in last commit (silent change).
Simon Josefsson [Mon, 21 May 2012 14:06:00 +0000 (16:06 +0200)]
Fix ChangeLog entry in last commit (silent change).

11 years agogc: fix libgcrypt detection on older machines.
Simon Josefsson [Mon, 21 May 2012 14:03:01 +0000 (16:03 +0200)]
gc: fix libgcrypt detection on older machines.

* m4/gc.m4: Reject libgcrypt earlier than 1.4.4.  Collapse
copyright years because the file has been distributed every year
since it was created.

11 years agoautoupdate
Karl Berry [Sun, 20 May 2012 16:18:24 +0000 (09:18 -0700)]
autoupdate

11 years agocrypto: fix bug in large buffer handling
Paul Eggert [Fri, 18 May 2012 23:19:10 +0000 (16:19 -0700)]
crypto: fix bug in large buffer handling

* lib/sha512.c (sha512_process_block):
Work even if size_t is wider than 64 bits.

11 years agocrypto: fix bug in large buffer handling
Paul Eggert [Fri, 18 May 2012 21:33:54 +0000 (14:33 -0700)]
crypto: fix bug in large buffer handling

* lib/sha512.c (sha512_process_block):
Don't assume the buffer length is less than 2**32.
Here, the bug is present only in the rare case where the host does
not support uint64_t; use u64size to work around the problem.
* lib/u64.h (u64size): New macro.

11 years agocrypto: fix bug in large buffer handling
Paul Eggert [Fri, 18 May 2012 20:10:42 +0000 (13:10 -0700)]
crypto: fix bug in large buffer handling

Problem reported by Serge Belyshev for glibc in
<http://sourceware.org/bugzilla/show_bug.cgi?id=14090> and for gnulib in
<http://lists.gnu.org/archive/html/bug-gnulib/2012-05/msg00226.html>.
* lib/md4.c (md4_process_block):
* lib/md5.c (md5_process_block):
* lib/sha1.c (sha1_process_block):
* lib/sha256.c (sha256_process_block):
Don't assume the buffer length is less than 2**32.

11 years agoautoupdate
Karl Berry [Fri, 18 May 2012 14:57:16 +0000 (07:57 -0700)]
autoupdate

11 years agoupdate from texinfo
Karl Berry [Wed, 16 May 2012 23:38:41 +0000 (16:38 -0700)]
update from texinfo

12 years agofsusage: fix block size returned on older Linux 2.6
Pádraig Brady [Tue, 15 May 2012 11:52:36 +0000 (12:52 +0100)]
fsusage: fix block size returned on older Linux 2.6

* lib/fsusage.c: Fall back to (struct statfs).f_frsize
which is available since Linux 2.6.
* m4/fsusage.m4 (STAT_STATFS2_FRSIZE): Always define
when the member is available so it can be used as a fallback.
* doc/posix-functions/statvfs.texi: Mention the hang issue
on Linux < 2.6.36.

12 years agoautoupdate
Karl Berry [Tue, 15 May 2012 16:09:31 +0000 (09:09 -0700)]
autoupdate

12 years agobootstrap: suppress stderr chatter
Paul Eggert [Tue, 15 May 2012 06:21:02 +0000 (23:21 -0700)]
bootstrap: suppress stderr chatter

* build-aux/bootstrap (insert_sorted_if_absent, main program):
Omit unnecessary chatter to stderr.  The main program chatter
was there only inadvertantly.

12 years agobootstrap: .gitignore files created by autopoint, libtool
Paul Eggert [Mon, 14 May 2012 21:25:20 +0000 (14:25 -0700)]
bootstrap: .gitignore files created by autopoint, libtool

I ran into this problem when bootstrapping the latest diffutils.
After './bootstrap', 'git status' reported lots of untracked files
m4/codeset.m4, m4/gettext.m4, etc.  These files were created by
autopoint and do not need to be version-controlled.
* build-aux/bootstrap: Put into .gitignore the files that
autopoint and libtool create, by keeping track of files that exist
after but not before these programs are run.
(version_controlled_file): Move up.  2nd arg is now full file
name, not base name; this is more convenient.  Put CVS at the end,
as it's now somewhat deprecated.

12 years agoautoupdate
Karl Berry [Mon, 14 May 2012 16:30:35 +0000 (09:30 -0700)]
autoupdate

12 years agoignore-value.h: remove unused _GL_ATTRIBUTE_DEPRECATED definition
Jim Meyering [Mon, 14 May 2012 15:33:15 +0000 (17:33 +0200)]
ignore-value.h: remove unused _GL_ATTRIBUTE_DEPRECATED definition

* lib/ignore-value.h (_GL_ATTRIBUTE_DEPRECATED): Remove now-unused
definition.  Reported by Bruno Haible.

12 years agobinary-io: Define set_binary_mode function.
Bruno Haible [Sun, 13 May 2012 20:54:49 +0000 (22:54 +0200)]
binary-io: Define set_binary_mode function.

* lib/binary-io.h (set_binary_mode): New function.
(SET_BINARY): Define in terms of set_binary_mode.
* modules/binary-io (configure.ac): Require AC_C_INLINE.
* tests/test-binary-io.c (main): Accept an argument, and test either
set_binary_mode or SET_BINARY depending on the argument.
* tests/test-binary-io.sh: Invoke test-binary-io twice, with an
argument. Clean up also t-bin-out0.tmp.