gnulib.git
17 years ago* lib/getcwd.c (__getcwd): Remove redundant comparison of buf to NULL.
Paul Eggert [Mon, 19 Mar 2007 17:30:07 +0000 (17:30 +0000)]
* lib/getcwd.c (__getcwd): Remove redundant comparison of buf to NULL.
If size is zero here, buf must be zero.

17 years ago2007-03-19 Simon Josefsson <simon@josefsson.org>
Simon Josefsson [Mon, 19 Mar 2007 10:07:27 +0000 (10:07 +0000)]
2007-03-19  Simon Josefsson  <simon@josefsson.org>

* des.c: Remove weak_keys_chksum.  Reported by Bruno Haible
<bruno@clisp.org>.

17 years agoUndo first part of last patch.
Bruno Haible [Mon, 19 Mar 2007 01:02:27 +0000 (01:02 +0000)]
Undo first part of last patch.

17 years agoRecommend using as prefix a directory that does not exist and will
Ben Pfaff [Sun, 18 Mar 2007 23:59:44 +0000 (23:59 +0000)]
Recommend using as prefix a directory that does not exist and will
never be created.  Based on discussion with Bruno Haible, Ralf
Wildenhues, Matthew Woehlke, and others.

17 years ago* lib/fchownat.c: Include lchown.h.
Jim Meyering [Sun, 18 Mar 2007 15:29:10 +0000 (15:29 +0000)]
* lib/fchownat.c: Include lchown.h.

2007-03-17  Bruno Haible  <bruno@clisp.org>

17 years agoautoupdate
Karl Berry [Sun, 18 Mar 2007 13:25:06 +0000 (13:25 +0000)]
autoupdate

17 years agoFix endless loop when the given allocated size was > INT_MAX.
Bruno Haible [Sun, 18 Mar 2007 00:31:50 +0000 (00:31 +0000)]
Fix endless loop when the given allocated size was > INT_MAX.

17 years agoProduce output that makes it easier to debug failures.
Bruno Haible [Sun, 18 Mar 2007 00:12:31 +0000 (00:12 +0000)]
Produce output that makes it easier to debug failures.

17 years agoWork around buggy locales in NetBSD 3.0.
Bruno Haible [Sun, 18 Mar 2007 00:03:06 +0000 (00:03 +0000)]
Work around buggy locales in NetBSD 3.0.

17 years agoFix a portability problem on x86.
Bruno Haible [Sat, 17 Mar 2007 20:07:01 +0000 (20:07 +0000)]
Fix a portability problem on x86.

17 years agoAvoid gcc warnings.
Bruno Haible [Sat, 17 Mar 2007 19:26:29 +0000 (19:26 +0000)]
Avoid gcc warnings.

17 years agoAvoid gcc warnings.
Bruno Haible [Sat, 17 Mar 2007 19:22:56 +0000 (19:22 +0000)]
Avoid gcc warnings.

17 years agoRemove unused variables.
Bruno Haible [Sat, 17 Mar 2007 19:20:48 +0000 (19:20 +0000)]
Remove unused variables.

17 years agoRemove unused variables.
Bruno Haible [Sat, 17 Mar 2007 19:08:13 +0000 (19:08 +0000)]
Remove unused variables.

17 years agoIncude c-strcase.h.
Bruno Haible [Sat, 17 Mar 2007 19:05:33 +0000 (19:05 +0000)]
Incude c-strcase.h.

17 years agoEnsure we get the mkstemp() declaration. On MacOS X, it comes from <unistd.h>.
Bruno Haible [Sat, 17 Mar 2007 19:02:51 +0000 (19:02 +0000)]
Ensure we get the mkstemp() declaration. On MacOS X, it comes from <unistd.h>.

17 years agoUpdate year.
Bruno Haible [Sat, 17 Mar 2007 18:41:38 +0000 (18:41 +0000)]
Update year.

17 years agoInclude <stdlib.h>, for malloc().
Bruno Haible [Sat, 17 Mar 2007 18:41:28 +0000 (18:41 +0000)]
Include <stdlib.h>, for malloc().

17 years agoInclude <stdlib>, for malloc().
Bruno Haible [Sat, 17 Mar 2007 18:40:48 +0000 (18:40 +0000)]
Include <stdlib>, for malloc().

17 years agoUndo last patch.
Bruno Haible [Sat, 17 Mar 2007 18:39:35 +0000 (18:39 +0000)]
Undo last patch.

17 years agoInclude <stdlib.h>, for malloc().
Bruno Haible [Sat, 17 Mar 2007 18:35:49 +0000 (18:35 +0000)]
Include <stdlib.h>, for malloc().

17 years agoautoupdate
Karl Berry [Sat, 17 Mar 2007 16:54:19 +0000 (16:54 +0000)]
autoupdate

17 years agoMention all modules affected by last change.
Bruno Haible [Sat, 17 Mar 2007 16:30:30 +0000 (16:30 +0000)]
Mention all modules affected by last change.

17 years agoUpdate .cvsignore and .gitignore files.
Bruno Haible [Sat, 17 Mar 2007 16:27:48 +0000 (16:27 +0000)]
Update .cvsignore and .gitignore files.

17 years ago* NEWS: Document stdlib change from 2007-02-18.
Eric Blake [Sat, 17 Mar 2007 13:54:35 +0000 (13:54 +0000)]
* NEWS: Document stdlib change from 2007-02-18.

17 years agoRemove, accidentally committed.
Simon Josefsson [Sat, 17 Mar 2007 12:12:19 +0000 (12:12 +0000)]
Remove, accidentally committed.

17 years ago*** empty log message ***
Simon Josefsson [Sat, 17 Mar 2007 12:11:35 +0000 (12:11 +0000)]
*** empty log message ***

17 years agoDiscuss strdup change.
Simon Josefsson [Sat, 17 Mar 2007 12:11:10 +0000 (12:11 +0000)]
Discuss strdup change.

17 years agofix syntax error in last change
Jim Meyering [Sat, 17 Mar 2007 12:04:04 +0000 (12:04 +0000)]
fix syntax error in last change

17 years agoDetect use of AC_CONFIG_AUX_DIR also when its argument is quoted.
Jim Meyering [Sat, 17 Mar 2007 11:52:47 +0000 (11:52 +0000)]
Detect use of AC_CONFIG_AUX_DIR also when its argument is quoted.
* build-aux/bootstrap: Put ""s around use of $build_aux, in case
someone uses a name containing shell meta-characters.
Reported by Alfred M. Szmidt.

17 years ago* build-aux/bootstrap: Don't use \> in grep regexp. For HP-UX.
Jim Meyering [Sat, 17 Mar 2007 08:58:43 +0000 (08:58 +0000)]
* build-aux/bootstrap: Don't use \> in grep regexp.  For HP-UX.

17 years ago* build-aux/bootstrap (with_gettext): New variable. Run autopoint
Jim Meyering [Fri, 16 Mar 2007 21:03:43 +0000 (21:03 +0000)]
* build-aux/bootstrap (with_gettext): New variable.  Run autopoint
and copy gettext configuration files only if configure.ac contains
a use of AM_GNU_GETTEXT_VERSION.

2007-03-16  Alfred M. Szmidt  <ams@gnu.org>

17 years ago* build-aux/bootstrap (gnulib_name): New variable.
Jim Meyering [Fri, 16 Mar 2007 20:22:58 +0000 (20:22 +0000)]
* build-aux/bootstrap (gnulib_name): New variable.
(gnulib_tool_options): Use it.

17 years agoUse new namespace.
Simon Josefsson [Fri, 16 Mar 2007 02:42:41 +0000 (02:42 +0000)]
Use new namespace.

17 years agoTry to avoid clashing symbols.
Bruno Haible [Fri, 16 Mar 2007 00:52:55 +0000 (00:52 +0000)]
Try to avoid clashing symbols.

17 years ago2007-03-15 Bruno Haible <bruno@clisp.org>
Bruno Haible [Fri, 16 Mar 2007 00:37:51 +0000 (00:37 +0000)]
2007-03-15  Bruno Haible  <bruno@clisp.org>
* lib/glob.c (glob): Add 'restrict' so that prototype matches the
declared prototype. Needed with cc on OSF/1 5.1.

17 years agoAllow the use of a destructor for the values stored in the list.
Bruno Haible [Fri, 16 Mar 2007 00:30:06 +0000 (00:30 +0000)]
Allow the use of a destructor for the values stored in the list.

17 years agoFix compilation error introduced in last commit.
Bruno Haible [Fri, 16 Mar 2007 00:01:29 +0000 (00:01 +0000)]
Fix compilation error introduced in last commit.

17 years agoAdd an element disposal function.
Bruno Haible [Thu, 15 Mar 2007 23:56:13 +0000 (23:56 +0000)]
Add an element disposal function.

17 years agoList of important user-visible changes.
Bruno Haible [Thu, 15 Mar 2007 23:40:59 +0000 (23:40 +0000)]
List of important user-visible changes.

17 years agoupdate from texinfo
Karl Berry [Thu, 15 Mar 2007 23:34:24 +0000 (23:34 +0000)]
update from texinfo

17 years ago* lib/quotearg.c: Include <wctype.h> early, before the definition of
Paul Eggert [Thu, 15 Mar 2007 22:58:36 +0000 (22:58 +0000)]
* lib/quotearg.c: Include <wctype.h> early, before the definition of
the iswprint macro. Needed on Solaris 2.5.1.

2007-03-12  Bruno Haible  <bruno@clisp.org>

* tests/test-printf-frexp.c (main): Declare x as volatile.

2007-03-12  Simon Josefsson  <simon@josefsson.org>

* doc/gnulib.texi (Build robot for gnulib): New section.

2007-03-12  Jim Meyering  <jim@meyering.net>

* build-aux/bootstrap: New file.
* build-aux/bootstrap.conf: New file, from coreutils.

2007-03-11  Bruno Haible  <bruno@clisp.org>

* m4/cycle-check.m4 (gl_CYCLE_CHECK): Require AC_C_INLINE.

2007-03-12  Simon Josefsson  <simon@josefsson.org>

* lib/des.h, lib/des.c, lib/gc-gnulib.c: Use gl_ namespace, to
avoid collisions with 'des_setkey'.  Reported by Bruno Haible
<bruno@clisp.org>.  Also change 'tripledes_' to '3des_'.

2007-03-11  Bruno Haible  <bruno@clisp.org>

* m4/locale-tr.m4 (gt_LOCALE_TR_UTF8): If the test program fails to
compile, set LOCALE_TR_UTF8 to 'none' instead of empty.

2007-03-11  Bruno Haible  <bruno@clisp.org>

* lib/stdint_.h (INT64_MIN, INTMAX_MIN): Avoid using the ~INT..._MAX
formula. Needed for SunPRO C 5.0.

17 years agoRequest a "make distclean" after successful "make check", to save disk space.
Bruno Haible [Mon, 12 Mar 2007 00:48:31 +0000 (00:48 +0000)]
Request a "make distclean" after successful "make check", to save disk space.

17 years ago* modules/long-options (Depends-on): Add getopt.
Bruno Haible [Sun, 11 Mar 2007 23:32:06 +0000 (23:32 +0000)]
* modules/long-options (Depends-on): Add getopt.

17 years ago* modules/modechange (Depends-on): Add stdbool.
Bruno Haible [Sun, 11 Mar 2007 23:28:00 +0000 (23:28 +0000)]
* modules/modechange (Depends-on): Add stdbool.

17 years ago* modules/i-ring (Depends-on): Add stdbool.
Bruno Haible [Sun, 11 Mar 2007 23:24:19 +0000 (23:24 +0000)]
* modules/i-ring (Depends-on): Add stdbool.

17 years agoDepend on stdbool.
Bruno Haible [Sun, 11 Mar 2007 23:19:47 +0000 (23:19 +0000)]
Depend on stdbool.

17 years agomktime.c requires 'inline'.
Bruno Haible [Sun, 11 Mar 2007 23:14:58 +0000 (23:14 +0000)]
mktime.c requires 'inline'.

17 years agoRequire 'restrict'.
Bruno Haible [Sun, 11 Mar 2007 23:09:09 +0000 (23:09 +0000)]
Require 'restrict'.

17 years agoFix syntax error.
Bruno Haible [Sun, 11 Mar 2007 22:58:33 +0000 (22:58 +0000)]
Fix syntax error.

17 years agoUse the system's sprintf function.
Bruno Haible [Sun, 11 Mar 2007 22:55:55 +0000 (22:55 +0000)]
Use the system's sprintf function.

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