gnulib.git
15 years agoautoupdate
Karl Berry [Sun, 16 Nov 2008 16:27:29 +0000 (08:27 -0800)]
autoupdate

15 years agoOops, bad typo.
Bruno Haible [Sun, 16 Nov 2008 14:04:26 +0000 (15:04 +0100)]
Oops, bad typo.

15 years agoFix indentation.
Bruno Haible [Sun, 16 Nov 2008 12:45:26 +0000 (13:45 +0100)]
Fix indentation.

15 years agoAvoid test failure on Haiku.
Bruno Haible [Sun, 16 Nov 2008 11:59:38 +0000 (12:59 +0100)]
Avoid test failure on Haiku.

15 years agoNew module 'hostent'.
Bruno Haible [Sun, 16 Nov 2008 04:06:09 +0000 (05:06 +0100)]
New module 'hostent'.

15 years agoNew module 'servent'.
Bruno Haible [Sun, 16 Nov 2008 04:02:40 +0000 (05:02 +0100)]
New module 'servent'.

15 years agoAvoid generating same test program with two different rules.
Bruno Haible [Sat, 15 Nov 2008 22:35:22 +0000 (23:35 +0100)]
Avoid generating same test program with two different rules.

15 years agoAvoid possible link error.
Bruno Haible [Sat, 15 Nov 2008 22:31:45 +0000 (23:31 +0100)]
Avoid possible link error.

15 years agoMake the netdb.h replacement work on Haiku.
Bruno Haible [Sat, 15 Nov 2008 20:17:23 +0000 (21:17 +0100)]
Make the netdb.h replacement work on Haiku.

15 years agoInclude config.h in all tests.
Bruno Haible [Sat, 15 Nov 2008 12:33:04 +0000 (13:33 +0100)]
Include config.h in all tests.

15 years agoTest also the existence of the SCHED_* macros.
Bruno Haible [Sat, 15 Nov 2008 12:09:57 +0000 (13:09 +0100)]
Test also the existence of the SCHED_* macros.

15 years agoMake the 'sched' module work on platforms where <sched.h> is incomplete.
Bruno Haible [Sat, 15 Nov 2008 12:06:41 +0000 (13:06 +0100)]
Make the 'sched' module work on platforms where <sched.h> is incomplete.

15 years agoautoupdate
Karl Berry [Thu, 13 Nov 2008 16:11:30 +0000 (08:11 -0800)]
autoupdate

15 years agotest-argp-2: avoid test failure when PACKAGE_BUGREPORT is defined
Jim Meyering [Thu, 13 Nov 2008 10:31:01 +0000 (11:31 +0100)]
test-argp-2: avoid test failure when PACKAGE_BUGREPORT is defined

* tests/test-argp-2.sh: When PACKAGE_BUGREPORT was defined, this
test would fail due to the difference in the Report bugs to ...
line.  The expected address is empty, "<>", while the actual
would contain e.g., "<bug-tar@gnu.org>".  Filter out any address.

15 years agoOops, forgot to update the serial number.
Bruno Haible [Thu, 13 Nov 2008 11:52:20 +0000 (12:52 +0100)]
Oops, forgot to update the serial number.

15 years agolstat: don't compile lstat.c on systems lacking lstat
Bruno Haible [Thu, 13 Nov 2008 06:59:46 +0000 (07:59 +0100)]
lstat: don't compile lstat.c on systems lacking lstat

* m4/lstat.m4 (gl_FUNC_LSTAT): Don't compile lstat.c on systems
which don't have lstat; this is handled by lib/sys_stat.in.h already.
Reported by Daniel P. Berrange via Jim Meyering.

15 years ago* lib/unicodeio.c (unicode_to_mb): Correct spelling of u8_uctomb.
Jim Meyering [Wed, 12 Nov 2008 14:27:38 +0000 (15:27 +0100)]
* lib/unicodeio.c (unicode_to_mb): Correct spelling of u8_uctomb.

15 years agowarnings: Invoke AC_SUBST on WARN_CFLAGS.
Simon Josefsson [Wed, 12 Nov 2008 11:33:58 +0000 (12:33 +0100)]
warnings: Invoke AC_SUBST on WARN_CFLAGS.

15 years agoDon't duplicate a function defined elsewhere in gnulib.
Bruno Haible [Wed, 12 Nov 2008 11:29:05 +0000 (12:29 +0100)]
Don't duplicate a function defined elsewhere in gnulib.

15 years agowarnings: Remove gl_WARN_INIT.
Simon Josefsson [Wed, 12 Nov 2008 11:19:23 +0000 (12:19 +0100)]
warnings: Remove gl_WARN_INIT.

15 years agoAdd documentation for warnings module, from Bruno.
Simon Josefsson [Wed, 12 Nov 2008 11:14:55 +0000 (12:14 +0100)]
Add documentation for warnings module, from Bruno.

15 years agoAdd a comment.
Bruno Haible [Tue, 11 Nov 2008 23:28:23 +0000 (00:28 +0100)]
Add a comment.

15 years agosync fdl.texi from gnustandards
Karl Berry [Tue, 11 Nov 2008 23:24:07 +0000 (15:24 -0800)]
sync fdl.texi from gnustandards

15 years agofdl.texi: avoid git symlinks
Eric Blake [Tue, 11 Nov 2008 13:01:57 +0000 (06:01 -0700)]
fdl.texi: avoid git symlinks

* doc/fdl.texi: Copy, rather than link, fdl-1.3.texi.

Signed-off-by: Eric Blake <ebb9@byu.net>
15 years agowarnings: Think right.
Paolo Bonzini [Tue, 11 Nov 2008 12:55:40 +0000 (13:55 +0100)]
warnings: Think right.

2008-11-11  Paolo Bonzini  <bonzini@gnu.org>

* m4/warnings.m4 (gl_WARN_ADD): Don't AC_SUBST the empty string.

15 years agowarnings: Add AC_SUBST.
Paolo Bonzini [Tue, 11 Nov 2008 12:42:48 +0000 (13:42 +0100)]
warnings: Add AC_SUBST.

2008-11-11  Paolo Bonzini  <bonzini@gnu.org>

* m4/warnings.m4 (gl_WARN_INIT): Substitute WARN_CFLAGS.
(gl_WARN_ADD): Substitute $2 if literal.

15 years agoRemove m4/warning.m4.
Paolo Bonzini [Tue, 11 Nov 2008 12:31:31 +0000 (13:31 +0100)]
Remove m4/warning.m4.

2008-11-11  Paolo Bonzini  <bonzini@gnu.org>

* m4/warning.m4: Remove.

15 years agowarnings: Support non-literal arguments, and let the user choose the variable
Paolo Bonzini [Tue, 11 Nov 2008 11:01:34 +0000 (12:01 +0100)]
warnings: Support non-literal arguments, and let the user choose the variable

2008-11-11  Paolo Bonzini  <bonzini@gnu.org>

* m4/warnings.m4: Almost complete rewrite. :-)

15 years agoAdd warnings module.
Simon Josefsson [Tue, 11 Nov 2008 09:29:18 +0000 (10:29 +0100)]
Add warnings module.

15 years agofdl.texi: make a symlink to the latest version
Eric Blake [Tue, 11 Nov 2008 02:20:23 +0000 (19:20 -0700)]
fdl.texi: make a symlink to the latest version

* doc/standards.texi: Revert today's earlier change.
* doc/fdl-1.2.texi: Rename from old fdl.texi...
* doc/fdl.texi: ...and replace this with a symlink to the newer
fdl-1.3.texi.

Signed-off-by: Eric Blake <ebb9@byu.net>
15 years agoDon't rely on the contents of stderr of shell commands.
Bruno Haible [Tue, 11 Nov 2008 01:28:25 +0000 (02:28 +0100)]
Don't rely on the contents of stderr of shell commands.

15 years agoUse substituted macros instead of C preprocessor macros.
Bruno Haible [Tue, 11 Nov 2008 00:23:24 +0000 (01:23 +0100)]
Use substituted macros instead of C preprocessor macros.

15 years agostandards.texi: include correct file for FDL 1.3
Eric Blake [Mon, 10 Nov 2008 17:58:36 +0000 (10:58 -0700)]
standards.texi: include correct file for FDL 1.3

* doc/standards.texi (GNU Free Documentation License): Change
include file to pull in FDL 1.3, not 1.2.

Signed-off-by: Eric Blake <ebb9@byu.net>
15 years agofdl.texi: revert accidental change to license
Eric Blake [Mon, 10 Nov 2008 16:45:05 +0000 (09:45 -0700)]
fdl.texi: revert accidental change to license

* doc/fdl.texi: This is FDL 1.2, not 1.3.

Signed-off-by: Eric Blake <ebb9@byu.net>
15 years agoGuess that printf on Haiku survives out-of-memory conditions.
Bruno Haible [Mon, 10 Nov 2008 12:30:35 +0000 (13:30 +0100)]
Guess that printf on Haiku survives out-of-memory conditions.

15 years agoFix a serious gcc warning.
Bruno Haible [Mon, 10 Nov 2008 11:48:32 +0000 (12:48 +0100)]
Fix a serious gcc warning.

15 years agoAdd note about Haiku.
Bruno Haible [Mon, 10 Nov 2008 11:46:10 +0000 (12:46 +0100)]
Add note about Haiku.

15 years agoAdd support for Haiku.
Bruno Haible [Mon, 10 Nov 2008 11:37:32 +0000 (12:37 +0100)]
Add support for Haiku.

15 years agoTreat Haiku like BeOS.
Bruno Haible [Mon, 10 Nov 2008 11:36:28 +0000 (12:36 +0100)]
Treat Haiku like BeOS.

15 years agoTreat Haiku like BeOS.
Ingo Weinhold [Mon, 10 Nov 2008 11:30:58 +0000 (12:30 +0100)]
Treat Haiku like BeOS.

15 years agoupdate from texinfo
Karl Berry [Mon, 10 Nov 2008 00:52:33 +0000 (16:52 -0800)]
update from texinfo

15 years agoupdate from texinfo
Karl Berry [Sun, 9 Nov 2008 18:30:25 +0000 (10:30 -0800)]
update from texinfo

15 years agoautoupdate
Karl Berry [Sun, 9 Nov 2008 14:52:01 +0000 (06:52 -0800)]
autoupdate

15 years agoautoupdate
Karl Berry [Sat, 8 Nov 2008 14:47:14 +0000 (06:47 -0800)]
autoupdate

15 years agoAvoid using AC_CHECK_DECL inside AC_CACHE_CHECK.
Bruno Haible [Sat, 8 Nov 2008 14:05:16 +0000 (15:05 +0100)]
Avoid using AC_CHECK_DECL inside AC_CACHE_CHECK.

15 years agoEnsure tests/test-select.c includes <unistd.h> and <sys/wait.h> on Unix.
Bruno Haible [Sat, 8 Nov 2008 13:48:57 +0000 (14:48 +0100)]
Ensure tests/test-select.c includes <unistd.h> and <sys/wait.h> on Unix.

15 years agoMore tests for 'select' module.
Bruno Haible [Sat, 8 Nov 2008 13:32:20 +0000 (14:32 +0100)]
More tests for 'select' module.

15 years agofdl 1.3 tweaks
Karl Berry [Fri, 7 Nov 2008 16:55:35 +0000 (08:55 -0800)]
fdl 1.3 tweaks

15 years agoAvoid link errors in C++ programs.
Bruno Haible [Thu, 6 Nov 2008 08:19:37 +0000 (09:19 +0100)]
Avoid link errors in C++ programs.

15 years agobuild-aux/pmccabe2html: Added support for C++ source files.
Simon Josefsson [Thu, 6 Nov 2008 08:10:43 +0000 (09:10 +0100)]
build-aux/pmccabe2html: Added support for C++ source files.

15 years agoAdd lib/w32sock.h as dependency of close module.
Ben Pfaff [Wed, 5 Nov 2008 17:22:29 +0000 (09:22 -0800)]
Add lib/w32sock.h as dependency of close module.

15 years agoAccept Bison's NEWS format.
Paolo Bonzini [Wed, 5 Nov 2008 09:09:21 +0000 (10:09 +0100)]
Accept Bison's NEWS format.

* build-aux/announce-gen (print_news_deltas): Tweak $re_prefix.

15 years agoAdd reminder that random_r is maintained in glibc too.
Bruno Haible [Wed, 5 Nov 2008 00:10:21 +0000 (01:10 +0100)]
Add reminder that random_r is maintained in glibc too.

15 years agoFix comment.
Simon Josefsson [Tue, 4 Nov 2008 23:50:29 +0000 (00:50 +0100)]
Fix comment.

15 years agoFix last commit.
Simon Josefsson [Tue, 4 Nov 2008 23:46:50 +0000 (00:46 +0100)]
Fix last commit.

15 years agoChange license to GFDLv1.3+.
Simon Josefsson [Tue, 4 Nov 2008 23:43:19 +0000 (00:43 +0100)]
Change license to GFDLv1.3+.

15 years agoadd new standards subfile
Karl Berry [Tue, 4 Nov 2008 23:23:52 +0000 (15:23 -0800)]
add new standards subfile

15 years agoAdd modules/fdl-1.3, forgotten in last commit.
Simon Josefsson [Tue, 4 Nov 2008 08:13:59 +0000 (09:13 +0100)]
Add modules/fdl-1.3, forgotten in last commit.

15 years agoAdd GFDLv1.3.
Simon Josefsson [Tue, 4 Nov 2008 08:12:32 +0000 (09:12 +0100)]
Add GFDLv1.3.

15 years agoMake determination of absolute name of header file work with AIX xlc.
Bruno Haible [Tue, 4 Nov 2008 00:52:43 +0000 (01:52 +0100)]
Make determination of absolute name of header file work with AIX xlc.

15 years agomaint.mk: Use --coverage.
Simon Josefsson [Mon, 3 Nov 2008 11:20:18 +0000 (12:20 +0100)]
maint.mk: Use --coverage.

15 years agoMark 'strpbrk' obsolete.
Bruno Haible [Sun, 2 Nov 2008 17:06:04 +0000 (18:06 +0100)]
Mark 'strpbrk' obsolete.

15 years agoMark 'strdup' obsolete.
Bruno Haible [Sun, 2 Nov 2008 17:02:05 +0000 (18:02 +0100)]
Mark 'strdup' obsolete.

15 years agoMark 'strcspn' obsolete.
Bruno Haible [Sun, 2 Nov 2008 16:50:31 +0000 (17:50 +0100)]
Mark 'strcspn' obsolete.

15 years agoMark 'rmdir' obsolete.
Bruno Haible [Sun, 2 Nov 2008 16:47:18 +0000 (17:47 +0100)]
Mark 'rmdir' obsolete.

15 years agoMark 'raise' obsolete.
Bruno Haible [Sun, 2 Nov 2008 16:43:40 +0000 (17:43 +0100)]
Mark 'raise' obsolete.

15 years agoMark 'memset' obsolete.
Bruno Haible [Sun, 2 Nov 2008 16:36:56 +0000 (17:36 +0100)]
Mark 'memset' obsolete.

15 years agoMark 'memmove' obsolete.
Bruno Haible [Sun, 2 Nov 2008 16:35:43 +0000 (17:35 +0100)]
Mark 'memmove' obsolete.

15 years agoMark 'memcpy' obsolete.
Bruno Haible [Sun, 2 Nov 2008 16:26:35 +0000 (17:26 +0100)]
Mark 'memcpy' obsolete.

15 years agoMark 'memcmp' obsolete.
Bruno Haible [Sun, 2 Nov 2008 15:57:03 +0000 (16:57 +0100)]
Mark 'memcmp' obsolete.

15 years agoOops, move dependency to 'memchr'.
Bruno Haible [Sun, 2 Nov 2008 15:50:53 +0000 (16:50 +0100)]
Oops, move dependency to 'memchr'.

15 years agoMark 'memchr' obsolete.
Bruno Haible [Sun, 2 Nov 2008 15:34:09 +0000 (16:34 +0100)]
Mark 'memchr' obsolete.

15 years agoMark 'atexit' obsolete.
Bruno Haible [Sun, 2 Nov 2008 15:24:05 +0000 (16:24 +0100)]
Mark 'atexit' obsolete.

15 years agoNew option --with-obsolete.
Bruno Haible [Sun, 2 Nov 2008 15:17:26 +0000 (16:17 +0100)]
New option --with-obsolete.

15 years agoModules now have a 'status' attribute.
Bruno Haible [Sun, 2 Nov 2008 14:41:14 +0000 (15:41 +0100)]
Modules now have a 'status' attribute.

15 years ago-mautoupdate
Karl Berry [Sat, 1 Nov 2008 13:34:24 +0000 (06:34 -0700)]
-mautoupdate

15 years agomodules/sockets (License): Change from LGPL to LGPLv2+.
Simon Josefsson [Thu, 30 Oct 2008 19:57:32 +0000 (20:57 +0100)]
modules/sockets (License): Change from LGPL to LGPLv2+.

15 years agoupdate from texinfo
Karl Berry [Thu, 30 Oct 2008 14:09:51 +0000 (07:09 -0700)]
update from texinfo

15 years agoupdate from texinfo
Karl Berry [Wed, 29 Oct 2008 23:57:00 +0000 (16:57 -0700)]
update from texinfo

15 years agotop/maint.mk: Add coverage rules, inspired by scripts in gnupdf.
Simon Josefsson [Tue, 28 Oct 2008 21:53:47 +0000 (22:53 +0100)]
top/maint.mk: Add coverage rules, inspired by scripts in gnupdf.

15 years agoupdate from texinfo
Karl Berry [Tue, 28 Oct 2008 18:31:58 +0000 (11:31 -0700)]
update from texinfo

15 years agoAdd files missing from last commit.
Simon Josefsson [Tue, 28 Oct 2008 17:22:28 +0000 (18:22 +0100)]
Add files missing from last commit.

15 years agoAdd modules for sys/times.h header and times function.
Simon Josefsson [Tue, 28 Oct 2008 17:19:49 +0000 (18:19 +0100)]
Add modules for sys/times.h header and times function.

15 years ago* modules/tempname (Depends-on): Add lstat.
Jim Meyering [Tue, 28 Oct 2008 10:56:54 +0000 (11:56 +0100)]
* modules/tempname (Depends-on): Add lstat.

15 years ago* modules/lstat (License): Relicense: LGPL -> LGPLv2+.
Jim Meyering [Tue, 28 Oct 2008 10:55:43 +0000 (11:55 +0100)]
* modules/lstat (License): Relicense: LGPL -> LGPLv2+.

15 years agoargp: Use standard gnulib idiom for EXEEXT.
Simon Josefsson [Tue, 28 Oct 2008 10:04:35 +0000 (11:04 +0100)]
argp: Use standard gnulib idiom for EXEEXT.

15 years ago* modules/gethostname (License): Relicense: LGPL -> LGPLv2+.
Jim Meyering [Mon, 27 Oct 2008 18:21:35 +0000 (19:21 +0100)]
* modules/gethostname (License): Relicense: LGPL -> LGPLv2+.

15 years agoFix typo in last commit.
Simon Josefsson [Mon, 27 Oct 2008 16:16:19 +0000 (17:16 +0100)]
Fix typo in last commit.

15 years agoSet and use EXEEXT.
Simon Josefsson [Mon, 27 Oct 2008 12:51:04 +0000 (13:51 +0100)]
Set and use EXEEXT.

15 years agolib/sys_stat.in.h (lstat): Fix declaration for mingw.
Simon Josefsson [Mon, 27 Oct 2008 11:40:45 +0000 (12:40 +0100)]
lib/sys_stat.in.h (lstat): Fix declaration for mingw.

15 years agoInclude <stdio.h>, for perror.
Bruno Haible [Mon, 27 Oct 2008 11:22:13 +0000 (12:22 +0100)]
Include <stdio.h>, for perror.

15 years agolstat: New module.
Simon Josefsson [Mon, 27 Oct 2008 10:03:33 +0000 (11:03 +0100)]
lstat: New module.

15 years agoChangeLog: clean up white space
Jim Meyering [Sun, 26 Oct 2008 20:26:24 +0000 (21:26 +0100)]
ChangeLog: clean up white space

15 years ago* lib/mkdir.c (rpl_mkdir) [_WIN32...]: Mark mode as an unused parameter.
Jim Meyering [Fri, 24 Oct 2008 13:28:10 +0000 (15:28 +0200)]
* lib/mkdir.c (rpl_mkdir) [_WIN32...]: Mark mode as an unused parameter.

15 years agoTweak last ChangeLog entry.
Bruno Haible [Sun, 26 Oct 2008 13:39:01 +0000 (14:39 +0100)]
Tweak last ChangeLog entry.

15 years agoFix a clash between the type DATADIR on Windows and the macro DATADIR.
Bruno Haible [Sun, 26 Oct 2008 13:29:43 +0000 (14:29 +0100)]
Fix a clash between the type DATADIR on Windows and the macro DATADIR.

15 years agoTweak last commit.
Bruno Haible [Sun, 26 Oct 2008 11:38:39 +0000 (12:38 +0100)]
Tweak last commit.

15 years agoFix last commit.
Simon Josefsson [Sun, 26 Oct 2008 10:51:35 +0000 (11:51 +0100)]
Fix last commit.

15 years agostdlib: Provide struct random_data.
Simon Josefsson [Sun, 26 Oct 2008 10:04:17 +0000 (11:04 +0100)]
stdlib: Provide struct random_data.
* m4/stdlib_h.m4: Check for struct random_data.  Initialize and
substitute HAVE_STRUCT_RANDOM_DATA.
* lib/stdlib.in.h [!HAVE_STRUCT_RANDOM_DATA]: Provide struct
random_data.
* modules/stdlib (Makefile.am): Substitute
HAVE_STRUCT_RANDOM_DATA.

15 years agoUse GFDLv1.2+ for manual.
Simon Josefsson [Sun, 26 Oct 2008 08:38:56 +0000 (09:38 +0100)]
Use GFDLv1.2+ for manual.