gnulib.git
15 years agoautoupdate
Karl Berry [Tue, 23 Dec 2008 13:26:01 +0000 (05:26 -0800)]
autoupdate

15 years agoModule getaddrinfo requires linking with $(GETADDRINFO_LIB).
Bruno Haible [Tue, 23 Dec 2008 12:09:27 +0000 (13:09 +0100)]
Module getaddrinfo requires linking with $(GETADDRINFO_LIB).

15 years agoOops, typo in comment.
Bruno Haible [Tue, 23 Dec 2008 01:46:58 +0000 (02:46 +0100)]
Oops, typo in comment.

15 years agoMention platform-dependent limitations of wchar_t.
Bruno Haible [Tue, 23 Dec 2008 01:16:48 +0000 (02:16 +0100)]
Mention platform-dependent limitations of wchar_t.

15 years agoMake c-stack work on Haiku.
Ingo Weinhold [Mon, 22 Dec 2008 23:58:15 +0000 (00:58 +0100)]
Make c-stack work on Haiku.

15 years agoTreat Haiku like BeOS.
Bruno Haible [Mon, 22 Dec 2008 23:48:38 +0000 (00:48 +0100)]
Treat Haiku like BeOS.

15 years agoWork around mbrlen() bugs on various platforms.
Bruno Haible [Mon, 22 Dec 2008 23:33:10 +0000 (00:33 +0100)]
Work around mbrlen() bugs on various platforms.

15 years agoRemove an unused variable.
Bruno Haible [Mon, 22 Dec 2008 23:27:11 +0000 (00:27 +0100)]
Remove an unused variable.

15 years agoautoupdate
Karl Berry [Mon, 22 Dec 2008 20:53:51 +0000 (12:53 -0800)]
autoupdate

15 years agoAvoid gcc warnings on cygwin.
Eric Blake [Mon, 22 Dec 2008 13:11:32 +0000 (06:11 -0700)]
Avoid gcc warnings on cygwin.

* lib/regex_internal.c (re_string_reconstruct) [!RE_ENABLE_I18N]:
Avoid unused variable.
* lib/regexec.c (check_arrival_add_next_nodes) [!RE_ENABLE_I18N]:
Likewise.

Signed-off-by: Eric Blake <ebb9@byu.net>
15 years agoRemove HAVE_MBRTOWC conditionals. Use mbrtowc unconditionally.
Bruno Haible [Mon, 22 Dec 2008 11:11:44 +0000 (12:11 +0100)]
Remove HAVE_MBRTOWC conditionals. Use mbrtowc unconditionally.

15 years agoMerge branch 'master' of ssh://haible@git.sv.gnu.org/srv/git/gnulib
Bruno Haible [Mon, 22 Dec 2008 10:34:14 +0000 (11:34 +0100)]
Merge branch 'master' of ssh://haible@git.sv.gnu.org/srv/git/gnulib

15 years agoMention a glibc bug.
Bruno Haible [Mon, 22 Dec 2008 10:33:52 +0000 (11:33 +0100)]
Mention a glibc bug.

15 years agoupdate regex to use the emulated mb*/wc* functions
Paolo Bonzini [Mon, 22 Dec 2008 09:59:46 +0000 (10:59 +0100)]
update regex to use the emulated mb*/wc* functions

* modules/regex: Request emulations for the mb*/wc* functions we need.
* m4/regex.m4: Don't look for those functions here.
* lib/regex_internal.h: Do not check HAVE_WCRTOMB and HAVE_MBRTOWC.

15 years agoOops, undo last commit.
Bruno Haible [Mon, 22 Dec 2008 09:48:52 +0000 (10:48 +0100)]
Oops, undo last commit.

15 years agoMake mbiter, mbuiter, mbfile usable also if !HAVE_MBRTOWC.
Bruno Haible [Mon, 22 Dec 2008 02:48:56 +0000 (03:48 +0100)]
Make mbiter, mbuiter, mbfile usable also if !HAVE_MBRTOWC.

15 years agoClassify some recently added modules.
Bruno Haible [Mon, 22 Dec 2008 01:13:17 +0000 (02:13 +0100)]
Classify some recently added modules.

15 years agoOops, typo.
Bruno Haible [Mon, 22 Dec 2008 00:54:41 +0000 (01:54 +0100)]
Oops, typo.

15 years agoChange subtitles to refer to POSIX:2008.
Bruno Haible [Mon, 22 Dec 2008 00:51:57 +0000 (01:51 +0100)]
Change subtitles to refer to POSIX:2008.

15 years agoOops, fix syntax error.
Bruno Haible [Mon, 22 Dec 2008 00:26:36 +0000 (01:26 +0100)]
Oops, fix syntax error.

15 years agoTests for module 'wcsnrtombs'.
Bruno Haible [Sun, 21 Dec 2008 23:43:50 +0000 (00:43 +0100)]
Tests for module 'wcsnrtombs'.

15 years agoNew module 'wcsnrtombs'.
Bruno Haible [Sun, 21 Dec 2008 23:42:11 +0000 (00:42 +0100)]
New module 'wcsnrtombs'.

15 years agoTests for module 'wcsrtombs'.
Bruno Haible [Sun, 21 Dec 2008 22:50:07 +0000 (23:50 +0100)]
Tests for module 'wcsrtombs'.

15 years agoNew module 'wcsrtombs'.
Bruno Haible [Sun, 21 Dec 2008 22:48:19 +0000 (23:48 +0100)]
New module 'wcsrtombs'.

15 years agoOops, don't ignore exit code of subprocesses.
Bruno Haible [Sun, 21 Dec 2008 20:59:13 +0000 (21:59 +0100)]
Oops, don't ignore exit code of subprocesses.

15 years agoWork around a wcrtomb() bug on Solaris 10 and OSF/1 5.1.
Bruno Haible [Sun, 21 Dec 2008 20:57:36 +0000 (21:57 +0100)]
Work around a wcrtomb() bug on Solaris 10 and OSF/1 5.1.

15 years agoWork around a btowc() bug on IRIX 6.5.
Bruno Haible [Sun, 21 Dec 2008 16:35:30 +0000 (17:35 +0100)]
Work around a btowc() bug on IRIX 6.5.

15 years agoTests for module 'wcrtomb'.
Bruno Haible [Sun, 21 Dec 2008 16:00:05 +0000 (17:00 +0100)]
Tests for module 'wcrtomb'.

15 years agoNew module 'wcrtomb'.
Bruno Haible [Sun, 21 Dec 2008 15:58:29 +0000 (16:58 +0100)]
New module 'wcrtomb'.

15 years agocodeset.m4 is required by locale-fr.m4.
Bruno Haible [Sun, 21 Dec 2008 15:13:11 +0000 (16:13 +0100)]
codeset.m4 is required by locale-fr.m4.

15 years agogitlog-to-changelog: pass all command-line arguments to git-log
William Pursell [Sun, 21 Dec 2008 11:24:13 +0000 (11:24 +0000)]
gitlog-to-changelog: pass all command-line arguments to git-log

When producing a ChangeLog, it is sometimes convenient
to filter the commits in various ways.  gitlog-to-changelog
only allows --since to specify a start date, but git-log
itself supports many other filtering mechanisms.  At the
moment, I want to filter by branch name.  Rather than adding
a --branch option to gitlog-to-changelog, it seems more
flexible to simply pass all options directly to git-log
and let git do the work.  Notice that this effectively
makes --since a redundant option for gitlog-to-changelog,
but removing it would require current usage to change since
calls would then require an additional '--'.

15 years agoTests for module 'mbsnrtowcs'.
Bruno Haible [Sun, 21 Dec 2008 13:47:35 +0000 (14:47 +0100)]
Tests for module 'mbsnrtowcs'.

15 years agoNew module 'mbsnrtowcs'.
Bruno Haible [Sun, 21 Dec 2008 13:45:44 +0000 (14:45 +0100)]
New module 'mbsnrtowcs'.

15 years agoWork around mbsrtowcs bug on various platforms.
Bruno Haible [Sun, 21 Dec 2008 12:36:23 +0000 (13:36 +0100)]
Work around mbsrtowcs bug on various platforms.

15 years agoExecute the main loop twice, as intended.
Bruno Haible [Sun, 21 Dec 2008 12:29:51 +0000 (13:29 +0100)]
Execute the main loop twice, as intended.

15 years agoMention that AIX has a crippled wchar_t type.
Bruno Haible [Sun, 21 Dec 2008 12:26:10 +0000 (13:26 +0100)]
Mention that AIX has a crippled wchar_t type.

15 years agoUpdate for HP-UX 11.11.
Bruno Haible [Sun, 21 Dec 2008 11:33:42 +0000 (12:33 +0100)]
Update for HP-UX 11.11.

15 years agoWork around a portability problem.
Bruno Haible [Sun, 21 Dec 2008 11:05:35 +0000 (12:05 +0100)]
Work around a portability problem.

15 years agoOops, remove unintended commit.
Bruno Haible [Sun, 21 Dec 2008 10:31:43 +0000 (11:31 +0100)]
Oops, remove unintended commit.

15 years agoOverride mbsrtowcs when redefining mbstate_t.
Bruno Haible [Sun, 21 Dec 2008 03:53:17 +0000 (04:53 +0100)]
Override mbsrtowcs when redefining mbstate_t.

15 years agoWork around mbrtowc bugs on AIX, HP-UX, OSF/1, Solaris.
Bruno Haible [Sun, 21 Dec 2008 01:55:00 +0000 (02:55 +0100)]
Work around mbrtowc bugs on AIX, HP-UX, OSF/1, Solaris.

15 years agoAvoid test failure on AIX.
Bruno Haible [Sun, 21 Dec 2008 01:36:06 +0000 (02:36 +0100)]
Avoid test failure on AIX.

15 years agoWork around wctob bug on Solaris 9.
Bruno Haible [Sun, 21 Dec 2008 00:22:07 +0000 (01:22 +0100)]
Work around wctob bug on Solaris 9.

15 years agoDocument a select() bug on Solaris 2.6.
Bruno Haible [Sat, 20 Dec 2008 19:44:55 +0000 (20:44 +0100)]
Document a select() bug on Solaris 2.6.

15 years agoAvoid false report of ja_JP.EUC-JP locale under Cygwin.
Bruno Haible [Sat, 20 Dec 2008 15:08:46 +0000 (16:08 +0100)]
Avoid false report of ja_JP.EUC-JP locale under Cygwin.

15 years agoAvoid compiler warnings on Cygwin.
Bruno Haible [Sat, 20 Dec 2008 13:31:30 +0000 (14:31 +0100)]
Avoid compiler warnings on Cygwin.

15 years agoEnsure mbstate_t is defined on HP-UX 11.11.
Bruno Haible [Sat, 20 Dec 2008 12:43:27 +0000 (13:43 +0100)]
Ensure mbstate_t is defined on HP-UX 11.11.

15 years agoEnsure wctob is declared on IRIX 6.5.
Bruno Haible [Sat, 20 Dec 2008 11:48:18 +0000 (12:48 +0100)]
Ensure wctob is declared on IRIX 6.5.

15 years agoAvoid a test failure on AIX.
Bruno Haible [Sat, 20 Dec 2008 03:35:27 +0000 (04:35 +0100)]
Avoid a test failure on AIX.

15 years agoAvoid test failure on platforms where sizeof (wchar_t) < sizeof (int).
Bruno Haible [Sat, 20 Dec 2008 03:21:20 +0000 (04:21 +0100)]
Avoid test failure on platforms where sizeof (wchar_t) < sizeof (int).

15 years agoTests for module 'mbsrtowcs'.
Bruno Haible [Sat, 20 Dec 2008 01:04:14 +0000 (02:04 +0100)]
Tests for module 'mbsrtowcs'.

15 years agoNew module 'mbsrtowcs'.
Bruno Haible [Sat, 20 Dec 2008 01:02:35 +0000 (02:02 +0100)]
New module 'mbsrtowcs'.

15 years agoNew module 'mbrlen'.
Bruno Haible [Sat, 20 Dec 2008 00:54:05 +0000 (01:54 +0100)]
New module 'mbrlen'.

15 years agoautoupdate
Karl Berry [Fri, 19 Dec 2008 13:45:50 +0000 (05:45 -0800)]
autoupdate

15 years agoNew module 'mbrlen'.
Bruno Haible [Fri, 19 Dec 2008 12:01:07 +0000 (13:01 +0100)]
New module 'mbrlen'.

15 years agoVerify an assumption.
Bruno Haible [Fri, 19 Dec 2008 11:54:07 +0000 (12:54 +0100)]
Verify an assumption.

15 years agoTests for module 'mbsinit'.
Bruno Haible [Fri, 19 Dec 2008 02:34:16 +0000 (03:34 +0100)]
Tests for module 'mbsinit'.

15 years agoTests for module 'mbrtowc'.
Bruno Haible [Fri, 19 Dec 2008 02:33:05 +0000 (03:33 +0100)]
Tests for module 'mbrtowc'.

15 years agoNew module 'mbrtowc'.
Bruno Haible [Fri, 19 Dec 2008 02:30:28 +0000 (03:30 +0100)]
New module 'mbrtowc'.

15 years agoNew module 'wctob'.
Bruno Haible [Fri, 19 Dec 2008 02:12:24 +0000 (03:12 +0100)]
New module 'wctob'.

15 years agoEnsure wchar.h is replaced when needed.
Bruno Haible [Fri, 19 Dec 2008 01:58:16 +0000 (02:58 +0100)]
Ensure wchar.h is replaced when needed.

15 years agoflock: Fix trivial mistakes.
Simon Josefsson [Thu, 18 Dec 2008 18:30:16 +0000 (19:30 +0100)]
flock: Fix trivial mistakes.

15 years agoautoupdate
Karl Berry [Thu, 18 Dec 2008 17:44:20 +0000 (09:44 -0800)]
autoupdate

15 years agoDetermination of a Japanese EUC-JP locale.
Bruno Haible [Thu, 18 Dec 2008 11:51:03 +0000 (12:51 +0100)]
Determination of a Japanese EUC-JP locale.

15 years agoDon't override a newer version of an autoconf macro with an older version.
Bruno Haible [Thu, 18 Dec 2008 02:28:36 +0000 (03:28 +0100)]
Don't override a newer version of an autoconf macro with an older version.

15 years agoAvoid an error when autoconf 2.59 is used.
Bruno Haible [Thu, 18 Dec 2008 02:23:14 +0000 (03:23 +0100)]
Avoid an error when autoconf 2.59 is used.

15 years agoVerify an assumption.
Bruno Haible [Thu, 18 Dec 2008 01:03:14 +0000 (02:03 +0100)]
Verify an assumption.

15 years agoRename gl_FUNC_MBRTOWC to AC_FUNC_MBRTOWC.
Bruno Haible [Wed, 17 Dec 2008 23:57:10 +0000 (00:57 +0100)]
Rename gl_FUNC_MBRTOWC to AC_FUNC_MBRTOWC.

15 years agoTests for module 'btowc'.
Bruno Haible [Wed, 17 Dec 2008 23:24:27 +0000 (00:24 +0100)]
Tests for module 'btowc'.

15 years agoNew module 'btowc'.
Bruno Haible [Wed, 17 Dec 2008 23:19:07 +0000 (00:19 +0100)]
New module 'btowc'.

15 years agoOops, typo in comment.
Bruno Haible [Wed, 17 Dec 2008 23:04:15 +0000 (00:04 +0100)]
Oops, typo in comment.

15 years agoupdate from texinfo
Karl Berry [Wed, 17 Dec 2008 17:16:32 +0000 (09:16 -0800)]
update from texinfo

15 years agoNew module 'mbsinit'.
Bruno Haible [Wed, 17 Dec 2008 12:03:10 +0000 (13:03 +0100)]
New module 'mbsinit'.

15 years agoenviron is supposed to be declared by <unistd.h>.
Bruno Haible [Wed, 17 Dec 2008 00:56:49 +0000 (01:56 +0100)]
environ is supposed to be declared by <unistd.h>.

15 years agoparse-duration: various small improvements.
Bruno Haible [Tue, 16 Dec 2008 23:02:40 +0000 (00:02 +0100)]
parse-duration: various small improvements.

15 years agoSilence the parse-duration test.
Bruno Haible [Tue, 16 Dec 2008 22:56:20 +0000 (23:56 +0100)]
Silence the parse-duration test.

15 years agoupdate from texinfo
Karl Berry [Tue, 16 Dec 2008 19:50:34 +0000 (11:50 -0800)]
update from texinfo

15 years agoFix security problem in test-parse-duration.sh.
Bruno Haible [Tue, 16 Dec 2008 11:32:25 +0000 (12:32 +0100)]
Fix security problem in test-parse-duration.sh.

15 years agoTweak wording.
Bruno Haible [Mon, 15 Dec 2008 23:13:22 +0000 (00:13 +0100)]
Tweak wording.

15 years agoupdate from texinfo
Karl Berry [Mon, 15 Dec 2008 19:03:00 +0000 (11:03 -0800)]
update from texinfo

15 years agoChangeLog: fix typo
Eric Blake [Mon, 15 Dec 2008 15:12:43 +0000 (08:12 -0700)]
ChangeLog: fix typo

Signed-off-by: Eric Blake <ebb9@byu.net>
15 years agoUpdate doc for cygwin 1.7.
Eric Blake [Mon, 15 Dec 2008 14:05:41 +0000 (07:05 -0700)]
Update doc for cygwin 1.7.

* doc/posix-functions/faccessat.texi: Cygwin 1.7 added several new
functions.
* doc/posix-functions/fchmodat.texi: Likewise.
* doc/posix-functions/fchownat.texi: Likewise.
* doc/posix-functions/fdopendir.texi: Likewise.
* doc/posix-functions/fmemopen.texi: Likewise.
* doc/posix-functions/freeaddrinfo.texi: Likewise.
* doc/posix-functions/fstatat.texi: Likewise.
* doc/posix-functions/futimens.texi: Likewise.
* doc/posix-functions/gai_strerror.texi: Likewise.
* doc/posix-functions/getaddrinfo.texi: Likewise.
* doc/posix-functions/getnameinfo.texi: Likewise.
* doc/posix-functions/if_freenameindex.texi: Likewise.
* doc/posix-functions/if_indextoname.texi: Likewise.
* doc/posix-functions/if_nameindex.texi: Likewise.
* doc/posix-functions/if_nametoindex.texi: Likewise.
* doc/posix-functions/insque .texi: Likewise.
* doc/posix-functions/linkat.texi: Likewise.
* doc/posix-functions/llrint.texi: Likewise.
* doc/posix-functions/llrintf.texi: Likewise.
* doc/posix-functions/llrintl.texi: Likewise.
* doc/posix-functions/lockf.texi: Likewise.
* doc/posix-functions/lrintl.texi: Likewise.
* doc/posix-functions/mkdirat.texi: Likewise.
* doc/posix-functions/mkfifoat.texi: Likewise.
* doc/posix-functions/mknodat.texi: Likewise.
* doc/posix-functions/mq_close.texi: Likewise.
* doc/posix-functions/mq_getattr.texi: Likewise.
* doc/posix-functions/mq_notify.texi: Likewise.
* doc/posix-functions/mq_open.texi: Likewise.
* doc/posix-functions/mq_receive.texi: Likewise.
* doc/posix-functions/mq_send.texi: Likewise.
* doc/posix-functions/mq_setattr.texi: Likewise.
* doc/posix-functions/mq_timedreceive.texi: Likewise.
* doc/posix-functions/mq_timedsend.texi: Likewise.
* doc/posix-functions/mq_unlink.texi: Likewise.
* doc/posix-functions/open_memstream.texi: Likewise.
* doc/posix-functions/openat.texi: Likewise.
* doc/posix-functions/posix_fadvise.texi: Likewise.
* doc/posix-functions/posix_fallocate.texi: Likewise.
* doc/posix-functions/posix_madvise.texi: Likewise.
* doc/posix-functions/posix_memalign.texi: Likewise.
* doc/posix-functions/posix_openpt.texi: Likewise.
* doc/posix-functions/readlinkat.texi: Likewise.
* doc/posix-functions/remque.texi: Likewise.
* doc/posix-functions/renameat.texi: Likewise.
* doc/posix-functions/rintl.texi: Likewise.
* doc/posix-functions/sem_unlink.texi: Likewise.
* doc/posix-functions/shm_open.texi: Likewise.
* doc/posix-functions/shm_unlink.texi: Likewise.
* doc/posix-functions/signgam.texi: Likewise.
* doc/posix-functions/sigset.texi: Likewise.
* doc/posix-functions/stpcpy.texi: Likewise.
* doc/posix-functions/stpncpy.texi: Likewise.
* doc/posix-functions/strerror.texi: Likewise.
* doc/posix-functions/strtod.texi: Likewise.
* doc/posix-functions/symlinkat.texi: Likewise.
* doc/posix-functions/unlinkat.texi: Likewise.
* doc/posix-functions/utimensat.texi: Likewise.
* doc/glibc-functions/bindresvport.texi: Likewise.
* doc/glibc-functions/dn_expand.texi: Likewise.
* doc/glibc-functions/exp10.texi: Likewise.
* doc/glibc-functions/exp10f.texi: Likewise.
* doc/glibc-functions/fgetxattr.texi: Likewise.
* doc/glibc-functions/flistxattr.texi: Likewise.
* doc/glibc-functions/fopencookie.texi: Likewise.
* doc/glibc-functions/freeifaddrs.texi: Likewise.
* doc/glibc-functions/fremovexattr.texi: Likewise.
* doc/glibc-functions/fsetxattr.texi: Likewise.
* doc/glibc-functions/getifaddrs.texi: Likewise.
* doc/glibc-functions/getxattr.texi: Likewise.
* doc/glibc-functions/lgetxattr.texi: Likewise.
* doc/glibc-functions/listxattr.texi: Likewise.
* doc/glibc-functions/llistxattr.texi: Likewise.
* doc/glibc-functions/lremovexattr.texi: Likewise.
* doc/glibc-functions/lsetxattr.texi: Likewise.
* doc/glibc-functions/pow10.texi: Likewise.
* doc/glibc-functions/pow10f.texi: Likewise.
* doc/glibc-functions/rcmd_af.texi: Likewise.
* doc/glibc-functions/removexattr.texi: Likewise.
* doc/glibc-functions/res_init.texi: Likewise.
* doc/glibc-functions/res_mkquery.texi: Likewise.
* doc/glibc-functions/res_query.texi: Likewise.
* doc/glibc-functions/res_querydomain.texi: Likewise.
* doc/glibc-functions/res_send.texi: Likewise.
* doc/glibc-functions/rresvport_af.texi: Likewise.
* doc/glibc-functions/setxattr.texi: Likewise.
* doc/glibc-functions/strcasestr.texi: Likewise.

Signed-off-by: Eric Blake <ebb9@byu.net>
15 years agoFix compilation error on OSF/1 4.0.
Bruno Haible [Mon, 15 Dec 2008 12:39:49 +0000 (13:39 +0100)]
Fix compilation error on OSF/1 4.0.

15 years agoDocument the 'openat' module.
Bruno Haible [Mon, 15 Dec 2008 11:32:33 +0000 (12:32 +0100)]
Document the 'openat' module.

15 years agoDocument functions that have been added to POSIX:2008.
Bruno Haible [Sun, 14 Dec 2008 18:47:43 +0000 (19:47 +0100)]
Document functions that have been added to POSIX:2008.

15 years agoMove documentation for glibc functions that are now in POSIX.
Bruno Haible [Sun, 14 Dec 2008 18:08:31 +0000 (19:08 +0100)]
Move documentation for glibc functions that are now in POSIX.

15 years agoautoupdate
Karl Berry [Sun, 14 Dec 2008 17:32:40 +0000 (09:32 -0800)]
autoupdate

15 years agoRefer to new POSIX:2008 standard.
Bruno Haible [Sun, 14 Dec 2008 13:51:45 +0000 (14:51 +0100)]
Refer to new POSIX:2008 standard.

15 years agoRefer to new POSIX:2008 standard.
Bruno Haible [Sun, 14 Dec 2008 13:38:13 +0000 (14:38 +0100)]
Refer to new POSIX:2008 standard.

15 years agoUpdate doc for POSIX:2008. Part 1: Function removals.
Bruno Haible [Sun, 14 Dec 2008 13:28:16 +0000 (14:28 +0100)]
Update doc for POSIX:2008. Part 1: Function removals.

15 years agoAdd missing dependency.
Ralf Wildenhues [Sun, 14 Dec 2008 11:41:47 +0000 (12:41 +0100)]
Add missing dependency.

15 years agoAdd missing dependency.
Bruno Haible [Sun, 14 Dec 2008 11:22:31 +0000 (12:22 +0100)]
Add missing dependency.

15 years agostrtoull does not need unistd.
Bruno Haible [Sun, 14 Dec 2008 01:14:39 +0000 (02:14 +0100)]
strtoull does not need unistd.

15 years agostrtoull depends on stdlib
Ralf Wildenhues [Thu, 11 Dec 2008 18:12:46 +0000 (19:12 +0100)]
strtoull depends on stdlib

* modules/strtoull (Depends-on): Add stdlib.

Signed-off-by: Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
15 years agoautoupdate
Karl Berry [Thu, 11 Dec 2008 14:28:18 +0000 (06:28 -0800)]
autoupdate

15 years agom4/manywarnings.m4 (gl_MANYWARN_ALL_GCC): Add more warnings.
Simon Josefsson [Thu, 11 Dec 2008 09:26:26 +0000 (10:26 +0100)]
m4/manywarnings.m4 (gl_MANYWARN_ALL_GCC): Add more warnings.

15 years agogl_ASSERT: don't say assertions are disabled when they're not
Jim Meyering [Wed, 10 Dec 2008 14:06:42 +0000 (15:06 +0100)]
gl_ASSERT: don't say assertions are disabled when they're not

* m4/assert.m4 (gl_ASSERT): Do not make configure report
"checking whether to enable assertions... no", when they are in
fact enabled.  This is solely a bug in the output of configure.
In spite of saying "no", NDEBUG was not defined in that case.

15 years agoChange MODULES.html to refer to POSIX:2008 where possible.
Bruno Haible [Wed, 10 Dec 2008 12:11:28 +0000 (13:11 +0100)]
Change MODULES.html to refer to POSIX:2008 where possible.

15 years agoadd missing include to parse-duration.c
Ralf Wildenhues [Tue, 9 Dec 2008 18:45:30 +0000 (19:45 +0100)]
add missing include to parse-duration.c

* lib/parse-duration.c: #include "xalloc.h", for xstrdup.
* modules/parse-duration (Depends-on): Add xalloc.

Signed-off-by: Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
15 years agofix sed script reading maint.mk
Ralf Wildenhues [Tue, 9 Dec 2008 18:43:57 +0000 (19:43 +0100)]
fix sed script reading maint.mk

* top/maint.mk (MYSELF): New macro, define as $(srcdir)/$(ME).
(syntax-check-rules): Use it.

Signed-off-by: Ralf Wildenhues <Ralf.Wildenhues@gmx.de>