gnulib.git
17 years agoWork around bug regarding initializers in SunPRO C and Compaq C compilers.
Bruno Haible [Sun, 11 Mar 2007 22:40:52 +0000 (22:40 +0000)]
Work around bug regarding initializers in SunPRO C and Compaq C compilers.

17 years agoMake pointer decrementing code ANSI C compliant.
Bruno Haible [Sun, 11 Mar 2007 22:34:33 +0000 (22:34 +0000)]
Make pointer decrementing code ANSI C compliant.

17 years agoAvoid error with SunPRO C 5.0 on Solaris 2.5.1.
Bruno Haible [Sun, 11 Mar 2007 22:28:43 +0000 (22:28 +0000)]
Avoid error with SunPRO C 5.0 on Solaris 2.5.1.

17 years agoAvoid test failures.
Bruno Haible [Sun, 11 Mar 2007 22:19:18 +0000 (22:19 +0000)]
Avoid test failures.

17 years agoAvoid using sed -e "", not supported by AIX sed.
Bruno Haible [Sun, 11 Mar 2007 22:16:19 +0000 (22:16 +0000)]
Avoid using sed -e "", not supported by AIX sed.
Add optional CONFIGURE_OPTIONS variable.

17 years agoStart the autobuild script with /bin/sh.
Bruno Haible [Sun, 11 Mar 2007 22:11:22 +0000 (22:11 +0000)]
Start the autobuild script with /bin/sh.

17 years agoAvoid an endless recursion.
Bruno Haible [Sun, 11 Mar 2007 12:05:24 +0000 (12:05 +0000)]
Avoid an endless recursion.

17 years agoCreate also an autobuild script.
Bruno Haible [Sun, 11 Mar 2007 12:03:51 +0000 (12:03 +0000)]
Create also an autobuild script.

17 years agoTests for module 'canonicalize-lgpl'.
Bruno Haible [Sun, 11 Mar 2007 00:55:27 +0000 (00:55 +0000)]
Tests for module 'canonicalize-lgpl'.

17 years agoTests for module 'c-strcase'.
Bruno Haible [Sun, 11 Mar 2007 00:54:21 +0000 (00:54 +0000)]
Tests for module 'c-strcase'.

17 years agoTests for module 'atexit'.
Bruno Haible [Sun, 11 Mar 2007 00:53:00 +0000 (00:53 +0000)]
Tests for module 'atexit'.

17 years agoChoose better temporary filenames.
Bruno Haible [Sun, 11 Mar 2007 00:51:51 +0000 (00:51 +0000)]
Choose better temporary filenames.

17 years agoAvoid using the fallback implementation; prefer porting efforts.
Bruno Haible [Sat, 10 Mar 2007 16:08:20 +0000 (16:08 +0000)]
Avoid using the fallback implementation; prefer porting efforts.

17 years agoAvoiding the "./configure && make && make distclean" did not work most of the
Bruno Haible [Sat, 10 Mar 2007 15:20:28 +0000 (15:20 +0000)]
Avoiding the "./configure && make && make distclean" did not work most of the
time.

17 years agoFix typo in last patch.
Bruno Haible [Sat, 10 Mar 2007 15:03:27 +0000 (15:03 +0000)]
Fix typo in last patch.

17 years agoMake "make distcheck" work.
Bruno Haible [Sat, 10 Mar 2007 14:57:20 +0000 (14:57 +0000)]
Make "make distcheck" work.

17 years agoRemve redundant specification.
Bruno Haible [Sat, 10 Mar 2007 14:56:09 +0000 (14:56 +0000)]
Remve redundant specification.

17 years ago* lib/stdint_.h (int64_t, uint64_t): Don't undefine if 64-bit
Eric Blake [Sat, 10 Mar 2007 14:52:08 +0000 (14:52 +0000)]
* lib/stdint_.h (int64_t, uint64_t): Don't undefine if 64-bit
types are not being provided by gnulib.
(GL_INT64_T, GL_UINT64_T): New witnesses of whether gnulib 64-bit
types are supported.

17 years agoSpecify __attribute__ __format__ for GCC.
Bruno Haible [Sat, 10 Mar 2007 11:24:15 +0000 (11:24 +0000)]
Specify __attribute__ __format__ for GCC.

17 years agoTreat __strftime__ and __strfmon__ like __scanf__.
Bruno Haible [Sat, 10 Mar 2007 11:20:32 +0000 (11:20 +0000)]
Treat __strftime__ and __strfmon__ like __scanf__.

17 years agoTests for module 'printf-posix'.
Bruno Haible [Sat, 10 Mar 2007 01:21:30 +0000 (01:21 +0000)]
Tests for module 'printf-posix'.

17 years agoNew module 'printf-posix'.
Bruno Haible [Sat, 10 Mar 2007 01:20:26 +0000 (01:20 +0000)]
New module 'printf-posix'.

17 years agoTest for internationalization of module 'vasnprintf-posix'.
Bruno Haible [Sat, 10 Mar 2007 00:24:51 +0000 (00:24 +0000)]
Test for internationalization of module 'vasnprintf-posix'.

17 years agoThe decimal point must be locale dependent.
Bruno Haible [Sat, 10 Mar 2007 00:20:53 +0000 (00:20 +0000)]
The decimal point must be locale dependent.

17 years ago* lib/stdlib_.h (EXIT_FAILURE): GNU code expects this to be 1, in
Eric Blake [Fri, 9 Mar 2007 23:34:42 +0000 (23:34 +0000)]
* lib/stdlib_.h (EXIT_FAILURE): GNU code expects this to be 1, in
spite of platforms like Tandem/NSK that define it to -1.

17 years agoautoupdate
Karl Berry [Fri, 9 Mar 2007 14:11:25 +0000 (14:11 +0000)]
autoupdate

17 years agoTests for module 'vprintf-posix'.
Bruno Haible [Fri, 9 Mar 2007 03:43:46 +0000 (03:43 +0000)]
Tests for module 'vprintf-posix'.

17 years agoNew module 'vprintf-posix'.
Bruno Haible [Fri, 9 Mar 2007 03:42:25 +0000 (03:42 +0000)]
New module 'vprintf-posix'.

17 years agoTests for module 'fprintf-posix'.
Bruno Haible [Fri, 9 Mar 2007 03:00:45 +0000 (03:00 +0000)]
Tests for module 'fprintf-posix'.

17 years agoNew module 'fprintf-posix'.
Bruno Haible [Fri, 9 Mar 2007 02:59:39 +0000 (02:59 +0000)]
New module 'fprintf-posix'.

17 years agoTests for module 'vfprintf-posix'.
Bruno Haible [Fri, 9 Mar 2007 02:43:32 +0000 (02:43 +0000)]
Tests for module 'vfprintf-posix'.

17 years agoPreserve errno.
Bruno Haible [Fri, 9 Mar 2007 02:41:51 +0000 (02:41 +0000)]
Preserve errno.

17 years agoNew module 'vfprintf-posix'.
Bruno Haible [Fri, 9 Mar 2007 02:40:14 +0000 (02:40 +0000)]
New module 'vfprintf-posix'.

17 years agoFix for glibc-2.3.6.
Bruno Haible [Fri, 9 Mar 2007 02:27:19 +0000 (02:27 +0000)]
Fix for glibc-2.3.6.

17 years agoUse 'case' statements instead of 'expr' invocations.
Bruno Haible [Fri, 9 Mar 2007 01:24:32 +0000 (01:24 +0000)]
Use 'case' statements instead of 'expr' invocations.

17 years agoTests for module 'fseterr'.
Bruno Haible [Fri, 9 Mar 2007 00:55:00 +0000 (00:55 +0000)]
Tests for module 'fseterr'.

17 years agoNew module 'fseterr'.
Bruno Haible [Fri, 9 Mar 2007 00:53:49 +0000 (00:53 +0000)]
New module 'fseterr'.

17 years agoConvert tabs in the middle of preprocessor directives.
Bruno Haible [Fri, 9 Mar 2007 00:33:15 +0000 (00:33 +0000)]
Convert tabs in the middle of preprocessor directives.

17 years ago* users.txt: Add parted.
Jim Meyering [Thu, 8 Mar 2007 16:34:31 +0000 (16:34 +0000)]
* users.txt: Add parted.

17 years agoChangeLog: Restore 1500 lines mistakenly removed from the end.
Jim Meyering [Thu, 8 Mar 2007 16:33:38 +0000 (16:33 +0000)]
ChangeLog: Restore 1500 lines mistakenly removed from the end.

17 years agoInfo about OpenBSD 4.0.
Bruno Haible [Thu, 8 Mar 2007 13:45:22 +0000 (13:45 +0000)]
Info about OpenBSD 4.0.

17 years agoMake <sys/select.h> self-contained, i.e. make it possible to include it
Bruno Haible [Thu, 8 Mar 2007 03:48:30 +0000 (03:48 +0000)]
Make <sys/select.h> self-contained, i.e. make it possible to include it
without prior <sys/types.h>.

17 years agoWhitespace change.
Bruno Haible [Thu, 8 Mar 2007 03:24:38 +0000 (03:24 +0000)]
Whitespace change.

17 years agoMake shell snippets copy&pastable.
Bruno Haible [Thu, 8 Mar 2007 02:46:52 +0000 (02:46 +0000)]
Make shell snippets copy&pastable.

17 years agoMake <netinet/in.h> self-contained, i.e. allow it to be included without
Bruno Haible [Wed, 7 Mar 2007 23:11:37 +0000 (23:11 +0000)]
Make <netinet/in.h> self-contained, i.e. allow it to be included without
prior <sys/types.h>.

17 years agoMake <sys/select.h> self-contained, i.e. make it possible to include it
Bruno Haible [Wed, 7 Mar 2007 23:08:22 +0000 (23:08 +0000)]
Make <sys/select.h> self-contained, i.e. make it possible to include it
without prior <sys/types.h>.

17 years agoMake <sys/socket.h> self-contained, so that it can be included without
Bruno Haible [Wed, 7 Mar 2007 23:04:53 +0000 (23:04 +0000)]
Make <sys/socket.h> self-contained, so that it can be included without
prior <sys/types.h>.

17 years agoFix formula.
Bruno Haible [Wed, 7 Mar 2007 22:59:46 +0000 (22:59 +0000)]
Fix formula.

17 years agovasnprintf not synced anymore
Karl Berry [Wed, 7 Mar 2007 14:15:40 +0000 (14:15 +0000)]
vasnprintf not synced anymore

17 years agoTests for module 'sprintf-posix'.
Bruno Haible [Wed, 7 Mar 2007 03:48:45 +0000 (03:48 +0000)]
Tests for module 'sprintf-posix'.

17 years agoNew module 'sprintf-posix'.
Bruno Haible [Wed, 7 Mar 2007 03:47:50 +0000 (03:47 +0000)]
New module 'sprintf-posix'.

17 years agoTests for module 'vsprintf-posix'.
Bruno Haible [Wed, 7 Mar 2007 03:28:35 +0000 (03:28 +0000)]
Tests for module 'vsprintf-posix'.

17 years agoNew module 'vsprintf-posix'.
Bruno Haible [Wed, 7 Mar 2007 03:27:10 +0000 (03:27 +0000)]
New module 'vsprintf-posix'.

17 years agoRemove unused dependency.
Bruno Haible [Wed, 7 Mar 2007 03:18:09 +0000 (03:18 +0000)]
Remove unused dependency.

17 years agoDon't need <stdarg.h> here.
Bruno Haible [Wed, 7 Mar 2007 03:17:23 +0000 (03:17 +0000)]
Don't need <stdarg.h> here.

17 years agoFix last commit: Require gl_STDIO_H_DEFAULTS.
Bruno Haible [Wed, 7 Mar 2007 03:16:29 +0000 (03:16 +0000)]
Fix last commit: Require gl_STDIO_H_DEFAULTS.

17 years agoTests for module 'snprintf-posix'.
Bruno Haible [Wed, 7 Mar 2007 02:02:17 +0000 (02:02 +0000)]
Tests for module 'snprintf-posix'.

17 years agoNew module 'snprintf-posix'.
Bruno Haible [Wed, 7 Mar 2007 01:59:05 +0000 (01:59 +0000)]
New module 'snprintf-posix'.

17 years agoTests for module 'vsnprintf-posix'.
Bruno Haible [Wed, 7 Mar 2007 01:54:18 +0000 (01:54 +0000)]
Tests for module 'vsnprintf-posix'.

17 years agoTest for gnulib modules 'snprintf-posix' and 'vsnprintf-posix'.
Bruno Haible [Wed, 7 Mar 2007 01:53:47 +0000 (01:53 +0000)]
Test for gnulib modules 'snprintf-posix' and 'vsnprintf-posix'.

17 years agoNew module 'vsnprintf-posix'.
Bruno Haible [Wed, 7 Mar 2007 01:51:15 +0000 (01:51 +0000)]
New module 'vsnprintf-posix'.

17 years agoUndo last change.
Bruno Haible [Wed, 7 Mar 2007 01:39:07 +0000 (01:39 +0000)]
Undo last change.

17 years agoTest for vasnprintf in the macro that need it.
Bruno Haible [Wed, 7 Mar 2007 01:34:55 +0000 (01:34 +0000)]
Test for vasnprintf in the macro that need it.

17 years agoFix the test whether frexpl() and ldexpl() are declared. Move the declaration
Bruno Haible [Wed, 7 Mar 2007 01:14:04 +0000 (01:14 +0000)]
Fix the test whether frexpl() and ldexpl() are declared. Move the declaration
to <math.h>.

17 years agoProvide the option to declare the mathl functions also when the 'mathl'
Bruno Haible [Wed, 7 Mar 2007 01:12:01 +0000 (01:12 +0000)]
Provide the option to declare the mathl functions also when the 'mathl'
module is not used. Needed for MacOS X.

17 years agoautoupdate
Karl Berry [Tue, 6 Mar 2007 15:12:07 +0000 (15:12 +0000)]
autoupdate

17 years agoProvide missing frexpl(), ldexpl() declarations.
Bruno Haible [Tue, 6 Mar 2007 03:38:53 +0000 (03:38 +0000)]
Provide missing frexpl(), ldexpl() declarations.

17 years agoSpecial handling for the 'relocatable-prog-wrapper' module.
Bruno Haible [Tue, 6 Mar 2007 03:38:30 +0000 (03:38 +0000)]
Special handling for the 'relocatable-prog-wrapper' module.

17 years agoInclude <stddef.h>, for size_t.
Bruno Haible [Tue, 6 Mar 2007 03:27:21 +0000 (03:27 +0000)]
Include <stddef.h>, for size_t.

17 years agoInclude <stddef.h>, for ptrdiff_t.
Bruno Haible [Tue, 6 Mar 2007 03:19:52 +0000 (03:19 +0000)]
Include <stddef.h>, for ptrdiff_t.

17 years agoRename a cache variable.
Bruno Haible [Tue, 6 Mar 2007 02:00:30 +0000 (02:00 +0000)]
Rename a cache variable.

17 years agoAdd an 8th test, against HP-UX.
Bruno Haible [Tue, 6 Mar 2007 00:53:50 +0000 (00:53 +0000)]
Add an 8th test, against HP-UX.

17 years agoMention glibc-2.5.
Bruno Haible [Mon, 5 Mar 2007 23:51:20 +0000 (23:51 +0000)]
Mention glibc-2.5.

17 years agoBe more conservative about the config.guess results on NetBSD.
Bruno Haible [Mon, 5 Mar 2007 23:41:21 +0000 (23:41 +0000)]
Be more conservative about the config.guess results on NetBSD.

17 years agoAdd info about NetBSD 4, which has now borrowed the printf implementation
Bruno Haible [Mon, 5 Mar 2007 23:34:36 +0000 (23:34 +0000)]
Add info about NetBSD 4, which has now borrowed the printf implementation
from FreeBSD.

17 years agoUpdate with info about HP-UX 10.20.
Bruno Haible [Mon, 5 Mar 2007 23:01:41 +0000 (23:01 +0000)]
Update with info about HP-UX 10.20.

17 years agoAdd info about OpenBSD.
Bruno Haible [Mon, 5 Mar 2007 22:58:25 +0000 (22:58 +0000)]
Add info about OpenBSD.

17 years agoAdd info about some older Cygwin.
Bruno Haible [Mon, 5 Mar 2007 17:09:01 +0000 (17:09 +0000)]
Add info about some older Cygwin.

17 years agoHandle the case of hidden system functions better.
Bruno Haible [Mon, 5 Mar 2007 03:58:26 +0000 (03:58 +0000)]
Handle the case of hidden system functions better.

17 years agoTest a corner case. Exclude two buggy implementations.
Bruno Haible [Mon, 5 Mar 2007 03:20:23 +0000 (03:20 +0000)]
Test a corner case. Exclude two buggy implementations.

17 years agoOops, fix a couple of bugs in last commit.
Bruno Haible [Mon, 5 Mar 2007 03:14:53 +0000 (03:14 +0000)]
Oops, fix a couple of bugs in last commit.

17 years agoTests for module 'vasprintf-posix'.
Bruno Haible [Mon, 5 Mar 2007 00:39:01 +0000 (00:39 +0000)]
Tests for module 'vasprintf-posix'.

17 years agoNew module 'vasprintf-posix'.
Bruno Haible [Mon, 5 Mar 2007 00:37:52 +0000 (00:37 +0000)]
New module 'vasprintf-posix'.

17 years agoSmall reorganization.
Bruno Haible [Mon, 5 Mar 2007 00:37:10 +0000 (00:37 +0000)]
Small reorganization.

17 years agoRemove unused variables.
Bruno Haible [Mon, 5 Mar 2007 00:28:36 +0000 (00:28 +0000)]
Remove unused variables.

17 years agoUse function name rpl_vasnprintf if vasnprintf already exists.
Bruno Haible [Sun, 4 Mar 2007 23:50:44 +0000 (23:50 +0000)]
Use function name rpl_vasnprintf if vasnprintf already exists.

17 years agoRename GETTIMEOFDAY_REPLACEMENT to REPLACE_GETTIMEOFDAY.
Bruno Haible [Sun, 4 Mar 2007 23:41:27 +0000 (23:41 +0000)]
Rename GETTIMEOFDAY_REPLACEMENT to REPLACE_GETTIMEOFDAY.

17 years agoTests for module 'vasnprintf-posix'.
Bruno Haible [Sun, 4 Mar 2007 23:30:21 +0000 (23:30 +0000)]
Tests for module 'vasnprintf-posix'.

17 years agoNew module 'vasnprintf-posix'.
Bruno Haible [Sun, 4 Mar 2007 23:28:59 +0000 (23:28 +0000)]
New module 'vasnprintf-posix'.

17 years agoCompile progreloc.c only if --enable-relocatable is specified.
Bruno Haible [Sun, 4 Mar 2007 21:05:50 +0000 (21:05 +0000)]
Compile progreloc.c only if --enable-relocatable is specified.

17 years agoAvoid a gcc warning.
Bruno Haible [Sun, 4 Mar 2007 20:20:07 +0000 (20:20 +0000)]
Avoid a gcc warning.

17 years ago* lib/acl.c (ACL_NOT_WELL_SUPPORTED): New macro.
Jim Meyering [Sun, 4 Mar 2007 19:07:51 +0000 (19:07 +0000)]
* lib/acl.c (ACL_NOT_WELL_SUPPORTED): New macro.
Use it consistently, rather than enumerating errno constants.

17 years agoTests for module 'xvasprintf'.
Bruno Haible [Sun, 4 Mar 2007 18:05:48 +0000 (18:05 +0000)]
Tests for module 'xvasprintf'.

17 years agoTests for module 'vasprintf'.
Bruno Haible [Sun, 4 Mar 2007 18:05:16 +0000 (18:05 +0000)]
Tests for module 'vasprintf'.

17 years agoTests for module 'vasnprintf'.
Bruno Haible [Sun, 4 Mar 2007 18:04:28 +0000 (18:04 +0000)]
Tests for module 'vasnprintf'.

17 years agoTests for module 'vsnprintf'.
Bruno Haible [Sun, 4 Mar 2007 18:03:57 +0000 (18:03 +0000)]
Tests for module 'vsnprintf'.

17 years agoTests for module 'snprintf'.
Bruno Haible [Sun, 4 Mar 2007 18:03:19 +0000 (18:03 +0000)]
Tests for module 'snprintf'.

17 years agoCompile relocatable.c only if --enable-relocatable was specified.
Bruno Haible [Sun, 4 Mar 2007 15:33:48 +0000 (15:33 +0000)]
Compile relocatable.c only if --enable-relocatable was specified.

17 years agoTests for module 'argmatch'.
Bruno Haible [Sun, 4 Mar 2007 13:39:32 +0000 (13:39 +0000)]
Tests for module 'argmatch'.

17 years agoRemove unusede ASSERT macro.
Bruno Haible [Sun, 4 Mar 2007 13:20:31 +0000 (13:20 +0000)]
Remove unusede ASSERT macro.