gnulib.git
12 years agousers.txt: order package names lexicographically.
Reuben Thomas [Tue, 10 Jan 2012 18:42:39 +0000 (18:42 +0000)]
users.txt: order package names lexicographically.

12 years agomaint.mk: fix description in comment
Jim Meyering [Tue, 10 Jan 2012 16:32:32 +0000 (17:32 +0100)]
maint.mk: fix description in comment

* top/maint.mk (require_exactly_one_NL_at_EOF_): Fix comment.

12 years agoignore-value: remove deprecated ignore_ptr function
Jim Meyering [Tue, 10 Jan 2012 07:38:52 +0000 (08:38 +0100)]
ignore-value: remove deprecated ignore_ptr function

* lib/ignore-value.h (ignore_ptr): Remove deprecated function.
* NEWS: Note this.

12 years agotest-init.sh: avoid a subshell
Jim Meyering [Mon, 9 Jan 2012 09:12:18 +0000 (10:12 +0100)]
test-init.sh: avoid a subshell

* tests/test-init.sh: Remove protective subshell.
Suggested by Bernhard Voelker.  While a subshell is normally
required to protect against older shells (Solaris, FreeBSD) that
warn about a missing program before performing redirection, the
shell-selection tests performed by init.sh probably exclude any
offending shell.

12 years agosetlocale tests: Avoid test failure on Solaris 11 2011-11.
Bruno Haible [Sun, 8 Jan 2012 22:32:36 +0000 (23:32 +0100)]
setlocale tests: Avoid test failure on Solaris 11 2011-11.

* tests/test-setlocale2.sh: Use 'env' to set the LC_ALL environment
variable.

12 years agoposix_spawn_file_actions_addopen: Work around Solaris 11 2011-11 bug.
Bruno Haible [Sun, 8 Jan 2012 21:31:53 +0000 (22:31 +0100)]
posix_spawn_file_actions_addopen: Work around Solaris 11 2011-11 bug.

* m4/spawn_h.m4 (gl_SPAWN_H_DEFAULTS): Initialize
REPLACE_POSIX_SPAWN_FILE_ACTIONS_ADDOPEN.
* m4/posix_spawn.m4 (gl_FUNC_POSIX_SPAWN_FILE_ACTIONS_ADDOPEN): New
macro.
* lib/spawn.in.h (posix_spawn_file_actions_addopen): Test
REPLACE_POSIX_SPAWN_FILE_ACTIONS_ADDOPEN, not REPLACE_POSIX_SPAWN.
* lib/spawn_faction_addopen.c: Add workaround implementation if
HAVE_WORKING_POSIX_SPAWN.
* modules/spawn (Makefile): Substitute
REPLACE_POSIX_SPAWN_FILE_ACTIONS_ADDOPEN.
* modules/posix_spawn_file_actions_addopen (configure.ac): Invoke
gl_FUNC_POSIX_SPAWN_FILE_ACTIONS_ADDOPEN. Test
REPLACE_POSIX_SPAWN_FILE_ACTIONS_ADDOPEN, not REPLACE_POSIX_SPAWN.
(Depends-on): Update conditions.
* doc/posix-functions/posix_spawn_file_actions_addopen.texi: Mention
the Solaris 11 bug.

12 years agoposix_spawn_file_actions_adddup2: Work around Solaris 11 2011-11 bug.
Bruno Haible [Sun, 8 Jan 2012 21:18:30 +0000 (22:18 +0100)]
posix_spawn_file_actions_adddup2: Work around Solaris 11 2011-11 bug.

* m4/spawn_h.m4 (gl_SPAWN_H_DEFAULTS): Initialize
REPLACE_POSIX_SPAWN_FILE_ACTIONS_ADDDUP2.
* m4/posix_spawn.m4 (gl_FUNC_POSIX_SPAWN_FILE_ACTIONS_ADDDUP2): New
macro.
* lib/spawn.in.h (posix_spawn_file_actions_adddup2): Test
REPLACE_POSIX_SPAWN_FILE_ACTIONS_ADDDUP2, not REPLACE_POSIX_SPAWN.
* lib/spawn_faction_adddup2.c: Add workaround implementation if
HAVE_WORKING_POSIX_SPAWN.
* modules/spawn (Makefile): Substitute
REPLACE_POSIX_SPAWN_FILE_ACTIONS_ADDDUP2.
* modules/posix_spawn_file_actions_adddup2 (configure.ac): Invoke
gl_FUNC_POSIX_SPAWN_FILE_ACTIONS_ADDDUP2. Test
REPLACE_POSIX_SPAWN_FILE_ACTIONS_ADDDUP2, not REPLACE_POSIX_SPAWN.
(Depends-on): Update conditions.
* doc/posix-functions/posix_spawn_file_actions_adddup2.texi: Mention
the Solaris 11 bug.

12 years agoposix_spawn_file_actions_addclose: Work around Solaris 11 2011-11 bug.
Bruno Haible [Sun, 8 Jan 2012 21:00:12 +0000 (22:00 +0100)]
posix_spawn_file_actions_addclose: Work around Solaris 11 2011-11 bug.

* m4/spawn_h.m4 (gl_SPAWN_H_DEFAULTS): Initialize
REPLACE_POSIX_SPAWN_FILE_ACTIONS_ADDCLOSE.
* m4/posix_spawn.m4 (gl_POSIX_SPAWN_BODY): Define
HAVE_WORKING_POSIX_SPAWN.
(gl_FUNC_POSIX_SPAWN_FILE_ACTIONS_ADDCLOSE): New macro.
* lib/spawn.in.h (posix_spawn_file_actions_addclose): Test
REPLACE_POSIX_SPAWN_FILE_ACTIONS_ADDCLOSE, not REPLACE_POSIX_SPAWN.
* lib/spawn_faction_addclose.c: Add workaround implementation if
HAVE_WORKING_POSIX_SPAWN.
* modules/spawn (Makefile): Substitute
REPLACE_POSIX_SPAWN_FILE_ACTIONS_ADDCLOSE.
* modules/posix_spawn_file_actions_addclose (configure.ac): Invoke
gl_FUNC_POSIX_SPAWN_FILE_ACTIONS_ADDCLOSE. Test
REPLACE_POSIX_SPAWN_FILE_ACTIONS_ADDCLOSE, not REPLACE_POSIX_SPAWN.
(Depends-on): Update conditions.
* doc/posix-functions/posix_spawn_file_actions_addclose.texi: Mention
the Solaris 11 bug.

12 years agodoc: Update for Solaris 11 2011-11.
Bruno Haible [Sun, 8 Jan 2012 18:57:28 +0000 (19:57 +0100)]
doc: Update for Solaris 11 2011-11.

* doc/*/*.texi: Mention Solaris 11 2011-11 where appropriate.
* m4/printf.m4: Update comments.

12 years agomktime: Avoid compilation error on Solaris 11.
Bruno Haible [Sun, 8 Jan 2012 18:07:23 +0000 (19:07 +0100)]
mktime: Avoid compilation error on Solaris 11.

* lib/mktime.c (WRAPV): Define to 0 on all non-glibc systems.

12 years agodoc: Small fix.
Bruno Haible [Sun, 8 Jan 2012 14:25:43 +0000 (15:25 +0100)]
doc: Small fix.

* doc/posix-headers/nl_types.texi: Correct platforms list.

12 years agoautoupdate
Karl Berry [Sun, 8 Jan 2012 14:18:05 +0000 (06:18 -0800)]
autoupdate

12 years agoAdd lgpl-3.0 module.
Simon Josefsson [Sun, 8 Jan 2012 13:49:07 +0000 (14:49 +0100)]
Add lgpl-3.0 module.

* MODULES.html.sh (Support for building documentation): Add
lgpl-3.0.
* modules/lgpl-3.0: New file.

12 years agoselect.c: indent with spaces, not TABs
Jim Meyering [Sun, 8 Jan 2012 13:35:22 +0000 (14:35 +0100)]
select.c: indent with spaces, not TABs

* lib/select.c (windows_poll_handle): Indent with spaces, not TABs.

12 years agoautoupdate
Karl Berry [Sat, 7 Jan 2012 16:49:48 +0000 (08:49 -0800)]
autoupdate

12 years agoAdd ChangeLog entries for last 3 commits.
Paolo Bonzini [Sat, 7 Jan 2012 15:09:11 +0000 (16:09 +0100)]
Add ChangeLog entries for last 3 commits.

12 years agoquotearg: do not use grave accent for left quote
Paolo Bonzini [Sun, 18 Dec 2011 14:44:17 +0000 (15:44 +0100)]
quotearg: do not use grave accent for left quote

* lib/quotearg.c (gettext_quote): Map "`" to "'" for locale_quoting_style.
(quotearg_buffer_restyled): Fix example.
* tests/test-quotearg-simple.c (results_g): Adjust test vectors.

12 years agoquotearg: fall back to Unicode single quotes in UTF-8 and GB-18030 locales
Paolo Bonzini [Sun, 18 Dec 2011 14:33:53 +0000 (15:33 +0100)]
quotearg: fall back to Unicode single quotes in UTF-8 and GB-18030 locales

Most programs do not have translation catalogs for English and much less
separate catalogs for British and American English.  Drop the suggestion
to translators about these two, and provide it automatically for Unicode
locales.  Like most programs, even those using American English, we use
single quotation marks.  This conflicts with the American typographic
convention, but works better when you cite the entire error message
within double quotes.  It also tries not to clash with established
practice and with what non-gnulib programs will usually do.

* lib/quotearg.c (gettext_quote): Hard-code U+2018 and U+2019 when using
an UTF-8 or GB-18030 locale.  The list of other locales with quotes was
provided by Bruno Haible.
(quotearg_buffer_restyled): Adjust instructions to translators.
* lib/quotearg.h (locale_quoting_style): Do not put an example in the
text, since this would be wrong when using Unicode.
* modules/quotearg: Depend on c-strcaseeq.

12 years agoquotearg: fix Wikipedia link
Paolo Bonzini [Sun, 18 Dec 2011 14:31:23 +0000 (15:31 +0100)]
quotearg: fix Wikipedia link

* lib/quotearg.c (quotearg_buffer_restyled): Fix link to Wikipedia.

12 years agoFix for mingw with MSVC9.
Simon Josefsson [Sat, 7 Jan 2012 09:13:28 +0000 (10:13 +0100)]
Fix for mingw with MSVC9.

* m4/ld-version-script.m4: Check that compiler rejects version
scripts with syntax errors.  Reported by Bruno Haible
<bruno@clisp.org>.

12 years agoTalk about "native Windows API", not "Woe32".
Bruno Haible [Sat, 7 Jan 2012 03:22:05 +0000 (04:22 +0100)]
Talk about "native Windows API", not "Woe32".

* lib/accept4.c: Update comments to mention native Windows.
* lib/execute.c: Likewise.
* lib/fatal-signal.c: Likewise.
* lib/localcharset.c: Likewise.
* lib/nanosleep.c: Likewise.
* lib/nl_langinfo.c: Likewise.
* lib/pclose.c: Likewise.
* lib/pipe-filter-gi.c: Likewise.
* lib/pipe-filter-ii.c: Likewise.
* lib/pipe.c: Likewise.
* lib/pipe2.c: Likewise.
* lib/popen.c: Likewise.
* lib/progreloc.c: Likewise.
* lib/relocatable.c: Likewise.
* lib/sigaction.c: Likewise.
* lib/sigprocmask.c: Likewise.
* lib/spawn-pipe.h: Likewise.
* lib/spawn-pipe.c: Likewise.
* lib/spawni.c: Likewise.
* lib/stat-time.h: Likewise.
* lib/w32spawn.h: Likewise.
* tests/test-isatty.c: Likewise.
* lib/config.charset: More comments.
* doc/gnulib-intro.texi: Mention native Windows.
* doc/posix-functions/_Exit_C99.texi: Likewise.
* doc/posix-headers/fcntl.texi: Likewise.

12 years agoargp: Avoid crash if translator uses % characters in a translation.
Guillem Jover [Sat, 7 Jan 2012 00:42:41 +0000 (01:42 +0100)]
argp: Avoid crash if translator uses % characters in a translation.

* lib/argp-parse.c (argp_version_parser): Use a "%s" format string.
Reported by Mats Erik Andersson <gnu@gisladisker.se>.

12 years agodoc: add ChangeLog entry for previous change
Paul Eggert [Fri, 6 Jan 2012 18:55:20 +0000 (10:55 -0800)]
doc: add ChangeLog entry for previous change

12 years agodoc: C11 and C++11 are now official
Paul Eggert [Fri, 6 Jan 2012 17:55:50 +0000 (09:55 -0800)]
doc: C11 and C++11 are now official

12 years agouc-is-grapheme-break tests: Tweak.
Bruno Haible [Fri, 6 Jan 2012 14:04:37 +0000 (15:04 +0100)]
uc-is-grapheme-break tests: Tweak.

* tests/unigbrk/test-uc-is-grapheme-break.c (main): Fix an error
message.

12 years agotest-init.sh: correct the test for diff -u
Bruno Haible [Fri, 6 Jan 2012 08:21:29 +0000 (09:21 +0100)]
test-init.sh: correct the test for diff -u

* tests/test-init.sh: Also redirect stdout to /dev/null.

12 years agodoc: fix minor quoting issues, mostly with `
Paul Eggert [Fri, 6 Jan 2012 07:59:09 +0000 (23:59 -0800)]
doc: fix minor quoting issues, mostly with `

12 years agoIn commentary, do not use ` to quote.
Paul Eggert [Fri, 6 Jan 2012 07:53:49 +0000 (23:53 -0800)]
In commentary, do not use ` to quote.

12 years agoUse ', not `, for quoting output.
Paul Eggert [Fri, 6 Jan 2012 07:44:15 +0000 (23:44 -0800)]
Use ', not `, for quoting output.

* build-aux/announce-gen (usage, sizes, print_news_deltas)
(print_changelog_deltas, get_tool_versions, main program):
* build-aux/git-version-gen:
* build-aux/gitlog-to-changelog (usage, parse_amend_file):
* build-aux/move-if-change (help):
* build-aux/useless-if-before-free (usage, main program):
* check-module (parse_module_file, usage)
(find_included_lib_files, check_module):
* lib/argmatch.c (main) [TEST]:
* lib/argp-help.c (_help):
* lib/getopt1.c (main) [TEST]:
* lib/git-merge-changelog.c (usage):
* lib/xstrtol-error.c (xstrtol_error):
* m4/alloca.m4 (_AC_LIBOBJ_ALLOCA):
* m4/argz.m4 (gl_FUNC_ARGZ):
* m4/bison.m4 (gl_BISON):
* m4/calloc.m4 (gl_FUNC_CALLOC_GNU):
* m4/extensions.m4 (AC_USE_SYSTEM_EXTENSIONS):
* m4/flexmember.m4 (AC_C_FLEXIBLE_ARRAY_MEMBER):
* m4/fpending.m4 (gl_PREREQ_FPENDING):
* m4/gc-random.m4 (gl_GC_RANDOM):
* m4/intl.m4 (gt_CHECK_DECL):
* m4/link-follow.m4 (gl_FUNC_LINK_FOLLOWS_SYMLINK):
* m4/longlong.m4 (AC_TYPE_LONG_LONG_INT)
(AC_TYPE_UNSIGNED_LONG_LONG_INT):
* m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS):
* m4/lstat.m4 (gl_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK):
* m4/onceonly.m4 (AC_CHECK_FUNCS_ONCE):
* m4/posixver.m4 (gl_DEFAULT_POSIX2_VERSION):
* tests/test-dirname.c (main):
* tests/test-getpass.c (main):
* tests/test-iconvme.c (main):
* tests/test-parse-datetime.c (LOG):
* tests/test-xstrtoimax.sh:
* tests/test-xstrtol.sh:
* tests/test-xstrtoll.sh:
* tests/test-xstrtoumax.sh:
* tests/unigbrk/test-uc-is-grapheme-break.c (main):
* top/GNUmakefile (abort-due-to-no-makefile):
Quote 'like this', not `like this', as per the recent change to
the GNU coding standards.

12 years agostrtoimax: Don't force a replacement on systems where intmax_t is int.
Bruno Haible [Thu, 5 Jan 2012 19:18:54 +0000 (20:18 +0100)]
strtoimax: Don't force a replacement on systems where intmax_t is int.

* m4/strtoimax.m4 (gl_FUNC_STRTOIMAX): Use a different test if
'intmax_t' is not larger than 'int'.
Reported by Pádraig Brady <P@draigBrady.com>.

12 years agodoc: Mention NetBSD bugs.
Bruno Haible [Thu, 5 Jan 2012 18:08:21 +0000 (19:08 +0100)]
doc: Mention NetBSD bugs.

* doc/posix-functions/*printf.texi: Mention a NetBSD 5.1 bug.
* doc/posix-functions/nl_langinfo.texi: Mention another NetBSD 5.1 bug.

12 years agostrtoumax tests: Enhance tests.
Bruno Haible [Thu, 5 Jan 2012 17:51:23 +0000 (18:51 +0100)]
strtoumax tests: Enhance tests.

* tests/test-strtoumax.c (main): Add tests for large values.

12 years agostrtoimax: Work around AIX 5.1 bug.
Bruno Haible [Thu, 5 Jan 2012 17:47:38 +0000 (18:47 +0100)]
strtoimax: Work around AIX 5.1 bug.

* lib/inttypes.in.h (strtoimax): Allow overriding the system's
definition.
* m4/strtoimax.m4 (gl_FUNC_STRTOIMAX): Check against the AIX 5.1 bug.
Set HAVE_STRTOIMAX.
* m4/inttypes.m4 (gl_INTTYPES_H_DEFAULTS): Initialize
REPLACE_STRTOIMAX.
* modules/inttypes-incomplete (Makefile.am): Substitute
REPLACE_STRTOIMAX.
* modules/strtoimax (Files): Add m4/stdint_h.m4, m4/inttypes_h.m4.
(configure.ac): Test HAVE_STRTOIMAX, REPLACE_STRTOIMAX.
(Depends-on): Update conditions.
* tests/test-strtoimax.c (main): Add tests for large values.
* doc/posix-functions/strtoimax.texi: Mention the AIX 5.1 bug.

12 years agointtypes: Modernize.
Bruno Haible [Thu, 5 Jan 2012 17:42:08 +0000 (18:42 +0100)]
inttypes: Modernize.

* lib/inttypes.in.h (strtoimax, strtoumax): Use the C++ safe idioms.
* modules/inttypes-incomplete (Depends-on): Add snippet/c++defs.
(Makefile.am): Update inttypes.h rule.

12 years agoinit.sh: don't waste a subshell just to redirect stderr
Jim Meyering [Thu, 5 Jan 2012 15:45:50 +0000 (16:45 +0100)]
init.sh: don't waste a subshell just to redirect stderr

* tests/init.sh: In testing for diff -u and diff -c, use a
stderr-redirecting exec inside `...` rather than a subshell.

12 years agotest-init.sh: avoid failure on HP-UX 11.00
Jim Meyering [Thu, 5 Jan 2012 15:43:04 +0000 (16:43 +0100)]
test-init.sh: avoid failure on HP-UX 11.00

* tests/test-init.sh: Skip "diff -u"-comparing step when compare
resolves to diff -c or cmp.  Reported by Bruno Haible.

12 years agoTests for module 'strtoull'.
Bruno Haible [Thu, 5 Jan 2012 16:29:33 +0000 (17:29 +0100)]
Tests for module 'strtoull'.

* modules/strtoull-tests: New file.
* tests/test-strtoull.c: New file, based on tests/test-strtoumax.c.

12 years agoTests for module 'strtoll'.
Bruno Haible [Thu, 5 Jan 2012 16:29:03 +0000 (17:29 +0100)]
Tests for module 'strtoll'.

* modules/strtoll-tests: New file.
* tests/test-strtoll.c: New file, based on tests/test-strtoimax.c.

12 years agoTests for module 'strtoul'.
Bruno Haible [Thu, 5 Jan 2012 16:28:29 +0000 (17:28 +0100)]
Tests for module 'strtoul'.

* modules/strtoul-tests: New file.
* tests/test-strtoul.c: New file, based on tests/test-strtoumax.c.

12 years agoTests for module 'strtol'.
Bruno Haible [Thu, 5 Jan 2012 16:27:59 +0000 (17:27 +0100)]
Tests for module 'strtol'.

* modules/strtol-tests: New file.
* tests/test-strtol.c: New file, based on tests/test-strtoimax.c.

12 years agoupdate from texinfo
Karl Berry [Thu, 5 Jan 2012 15:20:01 +0000 (07:20 -0800)]
update from texinfo

12 years agoautoupdate
Karl Berry [Thu, 5 Jan 2012 15:19:28 +0000 (07:19 -0800)]
autoupdate

12 years agotest-init.sh: accommodate Solaris 5.10's different diff -u output
Jim Meyering [Wed, 4 Jan 2012 19:19:37 +0000 (20:19 +0100)]
test-init.sh: accommodate Solaris 5.10's different diff -u output

* tests/test-init.sh: Also exempt @@ lines from the comparison
of diff output, since Solaris 5.10 and GNU diff formats differ.
Reported by Stefano Lattarini.

12 years agotest-posixtm: don't assume signed integer wraparound
Paul Eggert [Thu, 5 Jan 2012 00:04:38 +0000 (16:04 -0800)]
test-posixtm: don't assume signed integer wraparound

* tests/test-posixtm.c (main): Don't assume wraparound semantics
after signed integer overflow.  Inspired by (though it may not
fix) Bruno Haible's bug report in
<http://lists.gnu.org/archive/html/bug-gnulib/2012-01/msg00066.html>.

12 years agoSpell out "Windows 9x" and "Windows XP".
Paul Eggert [Wed, 4 Jan 2012 17:33:32 +0000 (09:33 -0800)]
Spell out "Windows 9x" and "Windows XP".

* lib/poll.c, lib/select.c: In comments, replace "Win9x" with
"Windows 9x" and "WinXP" with "Windows XP".

12 years agotest-vc-list-files-cvs.sh: remove obsolete comment
Jim Meyering [Wed, 4 Jan 2012 16:54:57 +0000 (17:54 +0100)]
test-vc-list-files-cvs.sh: remove obsolete comment

* tests/test-vc-list-files-cvs.sh: Remove obsolete comment about
double exit.  Now that's all encapsulated via skip_ and Exit.

12 years agoautoupdate
Karl Berry [Wed, 4 Jan 2012 14:05:53 +0000 (06:05 -0800)]
autoupdate

12 years agoupdate from texinfo
Karl Berry [Wed, 4 Jan 2012 14:01:22 +0000 (06:01 -0800)]
update from texinfo

12 years agoTalk about "native Windows API", not "Win32".
Bruno Haible [Wed, 4 Jan 2012 13:31:33 +0000 (14:31 +0100)]
Talk about "native Windows API", not "Win32".

* lib/classpath.c: Update comments to mention native Windows.
* lib/csharpexec.c: Likewise.
* lib/dup2.c: Likewise.
* lib/error.c: Likewise.
* lib/fcntl.c: Likewise.
* lib/filename.h: Likewise.
* lib/findprog.c: Likewise.
* lib/get-rusage-as.c: Likewise.
* lib/get-rusage-data.c: Likewise.
* lib/getpagesize.c: Likewise.
* lib/javaexec.c: Likewise.
* lib/msvc-inval.c: Likewise.
* lib/msvc-nothrow.c: Likewise.
* lib/nanosleep.c: Likewise.
* lib/nonblocking.c: Likewise.
* lib/printf-parse.c: Likewise.
* lib/setlocale.c: Likewise.
* lib/sigaction.c: Likewise.
* lib/strerror_r.c: Likewise.
* lib/tmpdir.c: Likewise.
* lib/vasnprintf.c: Likewise.
* lib/w32spawn.h: Likewise.
* lib/waitpid.c: Likewise.
* lib/stdio.in.h (fdopen, fopen, freopen): 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/printf.m4: Likewise.
* tests/test-cloexec.c: Likewise.
* tests/test-copy-acl.sh: Likewise.
* tests/test-copy-file.sh: Likewise.
* tests/test-file-has-acl.sh: Likewise.
* tests/test-set-mode-acl.sh: Likewise.
* tests/test-dup-safer.c: Likewise.
* tests/test-dup2.c: Likewise.
* tests/test-dup3.c: Likewise.
* tests/test-fcntl.c: Likewise.
* tests/test-nonblocking-pipe.h: Likewise.
* tests/test-nonblocking-socket.h: Likewise.
* tests/test-pipe.c: Likewise.
* tests/test-pipe2.c: Likewise.
* tests/test-spawn-pipe-child.c: Likewise.
* doc/acl-resources.txt: Likewise.
* lib/getaddrinfo.c (WINDOWS_NATIVE): Renamed from WIN32_NATIVE.
* tests/test-poll.c (WINDOWS_NATIVE): Likewise.
* tests/test-select.h (WINDOWS_NATIVE): Likewise.
* lib/localcharset.c: Update comments to mention native Windows.
(WINDOWS_NATIVE): Renamed from WIN32_NATIVE.
* lib/localename.c: Likewise.
* lib/progreloc.c: Likewise.
* lib/relocatable.c: Likewise.
* lib/poll.c (WINDOWS_NATIVE): Renamed from WIN32_NATIVE.
(windows_compute_revents): Renamed from win32_compute_revents.
(windows_compute_revents_socket): Renamed from
win32_compute_revents_socket.
* lib/select.c: Update comments to mention native Windows.
(windows_poll_handle): Renamed from win32_poll_handle.
* m4/threadlib.m4: Update comments to mention native Windows.
(gl_THREADLIB_EARLY_BODY, gl_THREADLIB_BODY): Expect
--enable-threads=windows instead of --enable-threads=win32. Set
USE_WINDOWS_THREADS, not USE_WIN32_THREADS.
* lib/glthread/lock.h: Update comments to mention native Windows.
(USE_WINDOWS_THREADS): Renamed from USE_WIN32_THREADS.
* lib/glthread/lock.c (USE_WINDOWS_THREADS): Renamed from
USE_WIN32_THREADS.
* lib/glthread/cond.h (USE_WINDOWS_THREADS): Likewise.
* lib/glthread/cond.c (USE_WINDOWS_THREADS): Likewise.
* lib/glthread/thread.h (USE_WINDOWS_THREADS): Likewise.
* lib/glthread/thread.c (USE_WINDOWS_THREADS): Likewise.
* lib/glthread/tls.h (USE_WINDOWS_THREADS): Likewise.
* lib/glthread/tls.c (USE_WINDOWS_THREADS): Likewise.
* lib/glthread/yield.h (USE_WINDOWS_THREADS): Likewise.
* tests/test-cond.c (USE_WINDOWS_THREADS): Likewise.
* tests/test-thread_create.c (USE_WINDOWS_THREADS): Likewise.
* tests/test-lock.c (USE_WINDOWS_THREADS): Likewise.
(TEST_WINDOWS_THREADS): Renamed from TEST_WIN32_THREADS.
* tests/test-tls.c: Likewise.

Rationale:
Microsoft renamed the "Win32 API" to "Windows API", as it is available
on both 32-bit and 64-bit Windows systems.
But in gnulib, we treat Cygwin like a Unix platform, therefore the main
line of distinction is between "native Windows" on one side and Unix/
POSIX systems on the other side. More details in
<https://lists.gnu.org/archive/html/bug-gnulib/2012-01/msg00027.html>.
Suggested by Paul Eggert.

12 years agoisatty: Support for MSVC 9.
Bruno Haible [Tue, 3 Jan 2012 12:52:36 +0000 (13:52 +0100)]
isatty: Support for MSVC 9.

* doc/posix-functions/isatty.texi: Mention the MSVC problem.
* lib/isatty.c: Include <errno.h>, msvc-inval.h.
(_isatty_nothrow): New function.
(isatty): Use it instead of _isatty.
(IsConsoleHandle): Add comment, from Paolo Bonzini.
* lib/poll.c (IsConsoleHandle): Likewise.
* lib/select.c (IsConsoleHandle): Likewise.
* m4/isatty.m4 (gl_FUNC_ISATTY): Fix comment. Reported by Eli Zaretskii.
(gl_PREREQ_ISATTY): New macro.
* modules/isatty (Depends-on): Add msvc-inval.
(configure.ac): Invoke gl_PREREQ_ISATTY.

12 years agomaint.mk: remove temporary transition aid from over 1.5 years ago
Jim Meyering [Tue, 3 Jan 2012 10:35:43 +0000 (11:35 +0100)]
maint.mk: remove temporary transition aid from over 1.5 years ago

* top/maint.mk (_prohibit_regexp): Remove definition whose sole
purpose was to aid in the transition (avoiding silent malfunction)
from that old name to the new _sc_search_regexp.  This shim was
added by commit 219c504b.

12 years agoinit.sh: do not try to accommodate compare arguments starting with "-"
Jim Meyering [Tue, 3 Jan 2012 07:21:09 +0000 (08:21 +0100)]
init.sh: do not try to accommodate compare arguments starting with "-"

* tests/init.sh (compare_dev_null_): Do not try to accommodate
compare arguments that start with "-".  Besides, we do not worry
about this when invoking diff or cmp; why start now with sed?
Using "--" to separate options from argument would trigger sed
failure in at least Solaris 7, HP-UX 11.00, IRIX 6.5, FreeBSD 6.4,
OpenBSD 4.9 and NetBSD 5.1.  Reported by Bruno Haible.

12 years agoEnhance tests for module 'isatty'.
Bruno Haible [Tue, 3 Jan 2012 02:56:16 +0000 (03:56 +0100)]
Enhance tests for module 'isatty'.

* modules/isatty-tests (Depends-on): Add pipe-posix.
* tests/test-isatty.c: Include <fcntl.h>.
(DEV_NULL): New macro.
(main): Test the resut of isatty() also on regular files, pipes, and
/dev/null.

12 years agoNew module 'isatty'.
Bruno Haible [Tue, 3 Jan 2012 02:54:08 +0000 (03:54 +0100)]
New module 'isatty'.

* lib/unistd.in.h (isatty): New declaration.
* lib/isatty.c: New file, based on an idea of
Bastien Roucariès <roucaries.bastien@gmail.com>.
* m4/isatty.m4: New file.
* m4/unistd_h.m4 (gl_UNISTD_H): Test whether isatty is declared.
(gl_UNISTD_H_DEFAULTS): Initialize GNULIB_ISATTY, REPLACE_ISATTY.
* modules/unistd (Makefile.am): Substitute GNULIB_ISATTY,
REPLACE_ISATTY.
* modules/isatty: New file.
* doc/posix-functions/isatty.texi: Mention the new module.
Suggested by Paolo Bonzini.

12 years agocanonicalize: Tweak 2011-12-29 commit.
Bruno Haible [Tue, 3 Jan 2012 00:08:24 +0000 (01:08 +0100)]
canonicalize: Tweak 2011-12-29 commit.

* lib/canonicalize.c (canonicalize_filename_mode): Fix typo in comment.
* lib/canonicalize.h (canonicalize_filename_mode): Update specification.

12 years agogitlog-to-changelog: describe input syntax in --help output
Jim Meyering [Mon, 2 Jan 2012 14:53:06 +0000 (15:53 +0100)]
gitlog-to-changelog: describe input syntax in --help output

* build-aux/gitlog-to-changelog (usage) [SPECIAL SYNTAX]: New section.

12 years agogitlog-to-changelog: fix typo in --help: show backslash before email @
Jim Meyering [Mon, 2 Jan 2012 09:59:17 +0000 (10:59 +0100)]
gitlog-to-changelog: fix typo in --help: show backslash before email @

* build-aux/gitlog-to-changelog (usage): An "@" was backslash-escaped
in sources, but not in actual output.

12 years agogitlog-to-changelog: don't malfunction when name contains %-directive
Jim Meyering [Fri, 30 Dec 2011 18:00:49 +0000 (19:00 +0100)]
gitlog-to-changelog: don't malfunction when name contains %-directive

* build-aux/gitlog-to-changelog (main): Don't let a %-directive
in a name string cause trouble.  E.g., with a user name of "%s",
gitlog-to-changelog would fail with "Missing argument in sprintf at..."

12 years agogitlog-to-changelog: Copyright-paperwork-exempt: yes == (tiny change)
Gary V. Vaughan [Fri, 30 Dec 2011 17:47:55 +0000 (18:47 +0100)]
gitlog-to-changelog: Copyright-paperwork-exempt: yes == (tiny change)

* build-aux/gitlog-to-changelog (main): Map the string, at beginning
of line in a git commit log, "Copyright-paperwork-exempt: yes", to
the "  (tiny change)" notation that is appended to the standard
ChangeLog "date  name  email" header line.

12 years agotest-framework-sh: init.sh: fix "make dist" failure
Jim Meyering [Sun, 1 Jan 2012 16:51:36 +0000 (17:51 +0100)]
test-framework-sh: init.sh: fix "make dist" failure

When using gnulib-tool's --with-tests option and any module that
depends on test-framework-sh, "make dist" would fail due to the
lack of init.sh *in lib/*.  The EXTRA_DIST += init.sh is required
in the gltests directory, and not in the gllib/ directory.
One way to work around that is to move the EXTRA_DIST += init.sh
from the primary module to the -tests one:
* modules/test-framework-sh-tests (EXTRA_DIST): Add init.sh here, ...
* modules/test-framework-sh (Makefile.am): ...not here.
Reported by Tom G. Christensen in
http://thread.gmane.org/gmane.comp.lib.gnulib.bugs/29519

12 years agoautoupdate
Karl Berry [Sun, 1 Jan 2012 16:45:03 +0000 (08:45 -0800)]
autoupdate

12 years agomaint: update all copyright year number ranges
Jim Meyering [Sun, 1 Jan 2012 09:04:58 +0000 (10:04 +0100)]
maint: update all copyright year number ranges

Run "make update-copyright".

12 years agoversion-etc: update copyright year reported by --version
Jim Meyering [Sun, 1 Jan 2012 09:00:41 +0000 (10:00 +0100)]
version-etc: update copyright year reported by --version

* lib/version-etc.c (COPYRIGHT_YEAR): Update to 2012.

Copyright (C) 1997-2012 Free Software Foundation, Inc.

12 years agocanonicalize: only stat() when required
Pádraig Brady [Sat, 31 Dec 2011 11:03:58 +0000 (11:03 +0000)]
canonicalize: only stat() when required

* lib/canonicalize.c (canonicalize_filename_mode):
Avoid calling l?stat() when both CAN_MISSING,
and CAN_NOLINKS are set, as then we neither need
to resolve symlinks or test component existence.

12 years agodoc: cover st_ino issues once; add OpenVMS etc.
Paul Eggert [Sat, 31 Dec 2011 21:38:25 +0000 (13:38 -0800)]
doc: cover st_ino issues once; add OpenVMS etc.

* doc/posix-functions/stat.texi (stat):
* doc/posix-functions/lstat.texi (lstat):
* doc/posix-functions/fstatat.texi (fstatat):
* doc/posix-functions/fstat.texi (fstat):
Move general 'struct stat' stuff to sys_stat.texi,
leaving behind a pointer.
* doc/posix-headers/sys_stat.texi (sys/stat.h):
Merge duplicate info about 'struct stat' problems into here.
Mention issues with OpenVMS, GNU/Linux NFS, NetApp, ClearCase,
and suggest partial workarounds.

12 years agosame-inode: port to OpenVMS
Paul Eggert [Sat, 31 Dec 2011 21:19:53 +0000 (13:19 -0800)]
same-inode: port to OpenVMS

* lib/same-inode.h (SAME_INODE): Port to OpenVMS by checking all
three st_ino values.

12 years agocanonicalize: fix references to stat() and lstat()
Pádraig Brady [Fri, 30 Dec 2011 15:36:50 +0000 (15:36 +0000)]
canonicalize: fix references to stat() and lstat()

* lib/canonicalize.c (canonicalize_filename_mode):
Ensure references always resolve to a replacement
function if required (even via a macro).

The issue was spotted by Eric Blake and is
adequately documented in the docs for stat and lstat.

12 years agoautoupdate
Karl Berry [Fri, 30 Dec 2011 15:29:52 +0000 (07:29 -0800)]
autoupdate

12 years agogitlog-to-changelog: remove a little duplication
Jim Meyering [Fri, 30 Dec 2011 14:53:33 +0000 (15:53 +0100)]
gitlog-to-changelog: remove a little duplication

* build-aux/gitlog-to-changelog (main): Grep @lines once,
rather than twice.

12 years agocanonicalize: add support for not resolving symlinks
Pádraig Brady [Thu, 29 Dec 2011 23:49:53 +0000 (23:49 +0000)]
canonicalize: add support for not resolving symlinks

This will initially be used by a new coreutils realpath command.

* lib/canonicalize.h: Add the CAN_NOLINKS flag to
indicate we don't want to follow symlinks.  Also
provide CAN_MODE_MASK to aid setting these existing
mutually exclusive values.
* lib/canonicalize.c (canonicalize_filename_mode):
Extract the flags from can_mode parameter, which
are currently just used to select between stat()
and lstat().  Also ensure that mutually exclusive
values are flagged immediately as invalid.
* tests/test-canonicalize.c: Verify symlinks are
not followed, and that invalid flag combinations
are diagnosed.

12 years agoautoupdate
Karl Berry [Tue, 27 Dec 2011 15:00:31 +0000 (07:00 -0800)]
autoupdate

12 years agoupdate from texinfo
Karl Berry [Mon, 26 Dec 2011 22:15:05 +0000 (14:15 -0800)]
update from texinfo

12 years agogitlog-to-changelog: do not clump multi-paragraph entries
Jim Meyering [Sun, 25 Dec 2011 15:14:36 +0000 (16:14 +0100)]
gitlog-to-changelog: do not clump multi-paragraph entries

Identical header lines (date,name,email+coauthors) are suppressed,
thus putting all entries with those same characteristics under
a single header.  However, when a log entry consists of two or
more paragraphs, it may not be clear where it starts and ends.
This change makes it so that such an entry is always separated
from others by a header line, even when that header would
otherwise be suppressed.
* build-aux/gitlog-to-changelog: Implement the above.
Inspired by a related request from Stefano Lattarini in
http://thread.gmane.org/gmane.comp.lib.gnulib.bugs/29456

12 years agoupdate from texinfo
Karl Berry [Mon, 26 Dec 2011 01:23:01 +0000 (17:23 -0800)]
update from texinfo

12 years agoannounce-gen: fix `cmd' typo in diagnostic
Paul Eggert [Sun, 25 Dec 2011 18:32:13 +0000 (10:32 -0800)]
announce-gen: fix `cmd' typo in diagnostic

* build-aux/announce-gen (print_changelog_deltas): Fix typo in
diagnostic: a missing '$' meant that the command was not output.

12 years agoupdate from texinfo
Karl Berry [Sun, 25 Dec 2011 01:12:46 +0000 (17:12 -0800)]
update from texinfo

12 years agoautoupdate
Karl Berry [Sat, 24 Dec 2011 01:51:08 +0000 (17:51 -0800)]
autoupdate

12 years agotest-framework-sh: distribute init.sh
Jim Meyering [Fri, 23 Dec 2011 15:44:55 +0000 (16:44 +0100)]
test-framework-sh: distribute init.sh

* modules/test-framework-sh (EXTRA_DIST): Append init.sh.
Otherwise, "make -C gnulib-tests check" (at least in grep) would
fail due to the lack of init.sh.

12 years agoautoupdate
Karl Berry [Fri, 23 Dec 2011 14:56:25 +0000 (06:56 -0800)]
autoupdate

12 years agomaint: remove explicit Files: tests/init.sh; depend on test-framework-sh
Jim Meyering [Fri, 23 Dec 2011 11:14:15 +0000 (12:14 +0100)]
maint: remove explicit Files: tests/init.sh; depend on test-framework-sh

* modules/atexit-tests: Rather than listing tests/init.sh,
now that there's a module for it, simply depend on that new module.
* modules/closein-tests: Likewise.
* modules/exclude-tests: Likewise.
* modules/getcwd-tests: Likewise.
* modules/perror-tests: Likewise.
* modules/pread-tests: Likewise.
* modules/pwrite-tests: Likewise.
* modules/vc-list-files-tests: Likewise.
* modules/verify-tests: Likewise.
* modules/xalloc-die-tests: Likewise.
* modules/xstrtoimax-tests: Likewise.
* modules/xstrtol-tests: Likewise.
* modules/xstrtoll-tests: Likewise.
* modules/xstrtoumax-tests: Likewise.
* modules/yesno-tests: Likewise.

12 years agotest-framework-sh: add minimal tests of init.sh's compare function
Jim Meyering [Fri, 23 Dec 2011 09:54:46 +0000 (10:54 +0100)]
test-framework-sh: add minimal tests of init.sh's compare function

* modules/test-framework-sh-tests: New file.
* tests/test-init.sh: New file.

12 years agotest-framework-sh: new module
Jim Meyering [Fri, 23 Dec 2011 09:53:10 +0000 (10:53 +0100)]
test-framework-sh: new module

* modules/test-framework-sh: New file.
* MODULES.html.sh (Support for maintaining and releasing projects):
List it.

12 years agoinit.sh: do not emit simulated diff output to stderr
Jim Meyering [Thu, 22 Dec 2011 15:04:36 +0000 (16:04 +0100)]
init.sh: do not emit simulated diff output to stderr

* tests/init.sh (compare_dev_null_): Print to stdout, not stderr.

12 years ago.gitignore: ignore gnulib.dvi and regex.info
Reuben Thomas [Mon, 19 Dec 2011 08:38:14 +0000 (09:38 +0100)]
.gitignore: ignore gnulib.dvi and regex.info

* doc/.gitignore:add gnulib.dvi and regex.info

12 years agoinit.sh: correct previous change
Jim Meyering [Thu, 22 Dec 2011 12:12:19 +0000 (13:12 +0100)]
init.sh: correct previous change

* tests/init.sh (compare): My previous change was wrong.
Don't clobber "$?".  Spotted by Stefano Lattarini and Pádraig Brady.

12 years agocorrect previous ChangeLog entry: s/set -x/set -e/
Jim Meyering [Thu, 22 Dec 2011 11:58:50 +0000 (12:58 +0100)]
correct previous ChangeLog entry: s/set -x/set -e/

Spotted by Stefano Lattarini.

12 years agoinit.sh: avoid unwarranted test failure when using "set -x"
Jim Meyering [Thu, 22 Dec 2011 11:42:32 +0000 (12:42 +0100)]
init.sh: avoid unwarranted test failure when using "set -x"

* tests/init.sh (compare): Ignore nonzero exit from compare_dev_null_.
Otherwise, in a test script that uses "set -x" (like many in vc-dwim)
a use like "compare exp out" would get evoke an unconditional failure.

12 years agobootstrap: fix it to honor $ACLOCAL_FLAGS once again
Alfred M. Szmidt [Wed, 21 Dec 2011 09:47:03 +0000 (10:47 +0100)]
bootstrap: fix it to honor $ACLOCAL_FLAGS once again

The 2011-12-17 change, commit 767ccd40, replaced a manual invocation
of aclocal that used explicit $ACLOCAL_FLAGS with an invocation of
autoreconf that did not.
* build-aux/bootstrap: Use $ACLOCAL_FLAGS when invoking autoreconf.
Reported by Mats Erik Andersson <gnu@gisladisker.se>.

12 years agobootstrap: remove some now-unneeded code
Jim Meyering [Sat, 17 Dec 2011 16:00:44 +0000 (17:00 +0100)]
bootstrap: remove some now-unneeded code

This script arose back when gnulib-tool was young.
Since then, it has seen improvements that render much of this
script unnecessary.  In particular, it can now make symlinks
to the files it uses.  Also, I no longer see as much value in
marking files as read-only via comments.
If you relied on the symlink-creation feature of the preceding
version of this script, you can get most of that functionality
by adding the --symlink option to the definition of
gnulib_tool_option_extras in your bootstrap.conf file.
* build-aux/bootstrap (AUTOPOINT, AUTORECONF): Factor out definitions.
Run autopoint and libtoolize *before* gnulib-tool.
After it, run an abbreviated autoreconf, rather than a loop around
all tools.
(slirp, bt_mark_as_generated): Remove functions.

12 years agoftoastr: fix typo
Paul Eggert [Mon, 19 Dec 2011 00:30:21 +0000 (16:30 -0800)]
ftoastr: fix typo

* lib/ftoastr.h: Fix misspelling in comment.

12 years agoREADME-release: fix punctuation
Reuben Thomas [Sun, 18 Dec 2011 14:23:31 +0000 (15:23 +0100)]
README-release: fix punctuation

* top/README-release: s/:/./

12 years agobootstrap: correct the recent buildreq change
Jim Meyering [Sat, 17 Dec 2011 15:28:55 +0000 (16:28 +0100)]
bootstrap: correct the recent buildreq change

The 2011-12-07 commit, 39f5f1e4, omitted some '*'s, and thus
had no effect.
* build-aux/bootstrap (buildreq): Bracket each search term with
"*...*", so that the shell "case" statement works as intended.
Add comments.

12 years agobuild: let bootstrap resort to wget for downloading .po files
Bernhard Voelker [Mon, 5 Sep 2011 11:28:20 +0000 (13:28 +0200)]
build: let bootstrap resort to wget for downloading .po files

* build-aux/bootstrap (download_po_files): Fallback to wget when
downloading the .po files via rsync failed.  This is necessary to
bootstrap behind a strict firewall.

12 years ago* m4/stdint.m4 (gl_STDINT_H): Finish up previous change.
Paul Eggert [Fri, 16 Dec 2011 06:46:46 +0000 (22:46 -0800)]
* m4/stdint.m4 (gl_STDINT_H): Finish up previous change.

12 years agostdint: don't assume C++11 when compiling with g++
Paul Eggert [Thu, 15 Dec 2011 19:48:25 +0000 (11:48 -0800)]
stdint: don't assume C++11 when compiling with g++

Problem reported for glibc 2.14 and g++ by Alexander V. Lukyanov in
<http://lists.gnu.org/archive/html/bug-gnulib/2011-12/msg00099.html>.
* m4/stdint.m4 (gl_STDINT_H): Don't go to extra work to make it
work also in C++ before C++11, as that improperly inhibits
generating a substitute stdint.h for that case.

12 years agoalloca: protect comment from gnulib-tool
Paul Eggert [Thu, 15 Dec 2011 19:10:23 +0000 (11:10 -0800)]
alloca: protect comment from gnulib-tool

* lib/alloca.c: Change "GCC version 2" to "GCC 2" in comment, so
that gnulib-tool doesn't think it's a license, and munge it to
say "GCC version 3".

12 years agoChangeLog: fix encoding typo
Paul Eggert [Thu, 15 Dec 2011 18:38:12 +0000 (10:38 -0800)]
ChangeLog: fix encoding typo

12 years agolocalcharset: Use an absolute path in TESTS_ENVIRONMENT.
Ludovic Courtès [Thu, 15 Dec 2011 00:10:48 +0000 (01:10 +0100)]
localcharset: Use an absolute path in TESTS_ENVIRONMENT.

* modules/localcharset (LOCALCHARSET_TESTS_ENVIRONMENT): Use
$(abs_top_builddir) instead of $(top_builddir).

12 years agostrftime-tests: also test nanoseconds
Alex Nelson [Wed, 14 Dec 2011 02:52:59 +0000 (18:52 -0800)]
strftime-tests: also test nanoseconds

The test-strftime program did not test the display of nanoseconds.  This
patch clarifies the expected output for a number of nanoseconds with
trailing zeroes.

* tests/test-strftime.c (T): Add a test of %N.
Signed-off-by: Alex Nelson <ajnelson@cs.ucsc.edu>
12 years agointtypes, stdint: add C++11 support
Paul Eggert [Tue, 13 Dec 2011 23:27:41 +0000 (15:27 -0800)]
inttypes, stdint: add C++11 support

C++11 says there's no need to define __STDC_CONSTANT_MACROS etc.
when including inttypes.h and stdint.h.  Support this change to
the standard.
* doc/posix-headers/inttypes.texi (inttypes.h):
* doc/posix-headers/stdint.texi (stdint.h): Document this.
* lib/inttypes.in.h (__STDC_FORMAT_MACROS) [! __cplusplus]:
Define if not defined already, for the benefit of pre-C++11 hosts.
Define the standard format macros (e.g., PRId8) always.
* lib/stdint.in.h (__STDC_CONSTANT_MACROS, __STDC_LIMIT_MACROS):
Likewise, if __cpluspus.  Define the standard constant and limit
macros (e.g., INT8_C, INT8_MAX) always.
* m4/inttypes.m4 (gl_INTTYPES_INCOMPLETE): Do not define
GL_TRIGGER_STDC_LIMIT_MACROS or __STDC_LIMIT_MACROS; no longer needed.
* m4/stdint.m4 (gl_STDINT_H): Update comments about these macros.
* tests/test-inttypes.c (__STDC_LIMIT_MACROS, __STDC_CONSTANT_MACROS)
(__STDC_FORMAT_MACROS): Do not define, since we assume C++11 API now.
* tests/test-stdint.c (__STDC_LIMIT_MACROS, __STDC_CONSTANT_MACROS):
Likewise.