Bruno Haible [Mon, 31 Jul 2006 14:44:16 +0000 (14:44 +0000)]
Comment out macro invocation.
Bruno Haible [Mon, 31 Jul 2006 14:42:54 +0000 (14:42 +0000)]
Assume <string.h> exists.
Bruno Haible [Mon, 31 Jul 2006 11:40:40 +0000 (11:40 +0000)]
Install javaversion.class.
Bruno Haible [Mon, 31 Jul 2006 11:39:18 +0000 (11:39 +0000)]
Fix dependencies.
Bruno Haible [Mon, 31 Jul 2006 11:38:19 +0000 (11:38 +0000)]
Change license to LGPL.
Bruno Haible [Mon, 31 Jul 2006 11:37:23 +0000 (11:37 +0000)]
Clean core dumps.
Bruno Haible [Mon, 31 Jul 2006 11:36:29 +0000 (11:36 +0000)]
Improve autoconf_minversion detection.
Bruno Haible [Mon, 31 Jul 2006 11:35:20 +0000 (11:35 +0000)]
New option --no-libtool.
Bruno Haible [Sat, 29 Jul 2006 15:56:45 +0000 (15:56 +0000)]
Tweak error message about missing --doc-base.
Bruno Haible [Sat, 29 Jul 2006 15:34:58 +0000 (15:34 +0000)]
Module setenv must depend on module unistd, because unsetenv.c uses
#include <unistd.h> unconditionally.
Bruno Haible [Sat, 29 Jul 2006 14:38:53 +0000 (14:38 +0000)]
setenv.c comes from gettext / libiconv again.
Bruno Haible [Sat, 29 Jul 2006 13:29:02 +0000 (13:29 +0000)]
Make it possible to use a locally augmented gnulib.
Bruno Haible [Sat, 29 Jul 2006 13:18:04 +0000 (13:18 +0000)]
Support projects without a top-level Makefile.am.
Bruno Haible [Sat, 29 Jul 2006 13:14:42 +0000 (13:14 +0000)]
Remove the --assume-autoconf option.
Bruno Haible [Sat, 29 Jul 2006 13:10:38 +0000 (13:10 +0000)]
Avoid creating an empty doc directory.
Bruno Haible [Sat, 29 Jul 2006 13:04:18 +0000 (13:04 +0000)]
Split the --help output into several paragraphs.
Bruno Haible [Sat, 29 Jul 2006 12:55:43 +0000 (12:55 +0000)]
Revert the --help output reordering.
Bruno Haible [Sat, 29 Jul 2006 12:46:34 +0000 (12:46 +0000)]
Improve an error message.
Eric Blake [Sat, 29 Jul 2006 00:03:36 +0000 (00:03 +0000)]
* regex_internal.h (struct re_dfa_t) [!_LIBC]: Avoid invalid C89
macro expansion.
Bruno Haible [Fri, 28 Jul 2006 17:32:33 +0000 (17:32 +0000)]
Oops, weird typos in last patch.
Simon Josefsson [Fri, 28 Jul 2006 17:27:50 +0000 (17:27 +0000)]
Use netinet_in module.
Simon Josefsson [Fri, 28 Jul 2006 17:27:29 +0000 (17:27 +0000)]
Add new module netinet_in.
Simon Josefsson [Fri, 28 Jul 2006 16:47:24 +0000 (16:47 +0000)]
Use arpa_inet in inet_?to?.
Simon Josefsson [Fri, 28 Jul 2006 16:31:48 +0000 (16:31 +0000)]
2006-07-28 Yoann Vandoorselaere <yoann.v@prelude-ids.com>
* inet_pton.m4, inet_ntop.m4: Check for netinet/in.h too.
Simon Josefsson [Fri, 28 Jul 2006 16:28:08 +0000 (16:28 +0000)]
2006-07-28 Bruno Haible <bruno@clisp.org>
* inet_ntop.h, inet_pton.h: Use #if HAVE* instead of #ifdef HAVE*.
2006-07-28 Yoann Vandoorselaere <yoann.v@prelude-ids.com>
* inet_ntop.h, inet_pton.h: Need to include netinet/in.h before
arpa/inet.h.
Bruno Haible [Fri, 28 Jul 2006 15:37:42 +0000 (15:37 +0000)]
Avoid defining a substitute for the same function twice.
Bruno Haible [Fri, 28 Jul 2006 15:31:45 +0000 (15:31 +0000)]
Assume an ASCII compatible wide character encoding.
Bruno Haible [Fri, 28 Jul 2006 15:22:23 +0000 (15:22 +0000)]
Define fallbacks for missing isw* functions on FreeBSD 4.x.
Paul Eggert [Fri, 28 Jul 2006 07:39:27 +0000 (07:39 +0000)]
* modechange.c (mode_compile): Numeric modes now affect setuid and
setgid on directories only if they set these bits.
* modechange.h: Remove obsolete comment about masks.
Bruno Haible [Thu, 27 Jul 2006 12:54:05 +0000 (12:54 +0000)]
Get the C++ macros/conditionals right.
Bruno Haible [Thu, 27 Jul 2006 12:44:38 +0000 (12:44 +0000)]
Fix syntax error.
Eric Blake [Thu, 27 Jul 2006 04:35:51 +0000 (04:35 +0000)]
* unistd-safer.m4 (gl_UNISTD_SAFER): Check for missing pipe.
Eric Blake [Thu, 27 Jul 2006 04:34:16 +0000 (04:34 +0000)]
* mkstemp-safer.c [! HAVE_MKSTEMP]: Add prototype for platforms
like mingw that lack mkstemp.
* pipe-safer.c (pipe_safer) [!HAVE_FUNC_PIPE]: Provide fallback to
avoid compilation warning on mingw.
Bruno Haible [Wed, 26 Jul 2006 12:10:44 +0000 (12:10 +0000)]
Verify the existence of some more macros.
Karl Berry [Wed, 26 Jul 2006 08:05:22 +0000 (08:05 +0000)]
.
Bruno Haible [Tue, 25 Jul 2006 19:38:53 +0000 (19:38 +0000)]
Trivial simplification.
Bruno Haible [Tue, 25 Jul 2006 11:32:36 +0000 (11:32 +0000)]
Use the stdarg module.
Karl Berry [Tue, 25 Jul 2006 08:06:37 +0000 (08:06 +0000)]
.
Paul Eggert [Tue, 25 Jul 2006 06:20:19 +0000 (06:20 +0000)]
* MODULES.html.sh (File stream based Input/Output):
Add fopen-safer, tmpfile-safer; remove stdio-safer.
* modules/getusershell (Depends-on): Change stdio-safer to fopen-safer.
* modules/fopen-safer, modules/tmpfile-safer: New files.
* modules/stdio-safer: Remove.
* m4/stdio-safer.m4 (gl_FOPEN_SAFER, gl_TMPFILE_SAFER): New macros.
(gl_STDIO_SAFER): Remove.
Bruno Haible [Mon, 24 Jul 2006 19:48:57 +0000 (19:48 +0000)]
Update dependencies after rewrite.
Bruno Haible [Mon, 24 Jul 2006 16:45:17 +0000 (16:45 +0000)]
New module 'clean-temp'.
Bruno Haible [Mon, 24 Jul 2006 16:43:01 +0000 (16:43 +0000)]
New module 'tmpdir'.
Bruno Haible [Mon, 24 Jul 2006 16:34:38 +0000 (16:34 +0000)]
Make it possible to use the list in signal-handlers.
Bruno Haible [Mon, 24 Jul 2006 12:15:11 +0000 (12:15 +0000)]
Reorganize the ChangeLog entries of the last big merge.
Eric Blake [Sun, 23 Jul 2006 18:50:12 +0000 (18:50 +0000)]
* stdio--.h (tmpfile): Make safer.
Eric Blake [Sun, 23 Jul 2006 13:42:52 +0000 (13:42 +0000)]
* modules/close-stream: New file
Eric Blake [Sun, 23 Jul 2006 12:59:05 +0000 (12:59 +0000)]
* modules/stdio-safer (Files): Add tmpfile-safer.c.
(Depends-on): Add binary-io.
Eric Blake [Sun, 23 Jul 2006 12:58:40 +0000 (12:58 +0000)]
* stdio-safer.m4 (gl_STDIO_SAFER): Add tmpfile-safer.c.
Eric Blake [Sun, 23 Jul 2006 12:58:15 +0000 (12:58 +0000)]
* tmpfile-safer.c: New file.
* stdio-safer.h (fopen_safer): Add prototype.
* stdio--.h (tmpfile): Make safer.
Paul Eggert [Sat, 22 Jul 2006 22:25:09 +0000 (22:25 +0000)]
Initial revision.
Paul Eggert [Sat, 22 Jul 2006 22:13:57 +0000 (22:13 +0000)]
* modules/close-stream: New file.
* modules/closeout (Description): Make it clear that it exits
with a diagnostic on error.
(Depends-on): Add close-stream. Remove fpending, stdbool.
* MODULES.html.sh (File stream based Input/Output): Add close-stream.
* lib/close-stream.c, lib/close-stream.h: New files.
* m4/close-stream.m4: New file.
Bruno Haible [Sat, 22 Jul 2006 17:03:06 +0000 (17:03 +0000)]
Resync with gettext-0.15.
Bruno Haible [Sat, 22 Jul 2006 16:59:55 +0000 (16:59 +0000)]
Update from GNU gettext 0.15.
Bruno Haible [Sat, 22 Jul 2006 16:54:42 +0000 (16:54 +0000)]
Update from GNU gettext 0.15.
Bruno Haible [Sat, 22 Jul 2006 16:36:17 +0000 (16:36 +0000)]
Update copyright years: This file was modified in 2005.
Bruno Haible [Sat, 22 Jul 2006 16:35:23 +0000 (16:35 +0000)]
Upgrade to gettext 0.15.
Bruno Haible [Sat, 22 Jul 2006 16:32:15 +0000 (16:32 +0000)]
Update copyright years.
Bruno Haible [Sat, 22 Jul 2006 16:30:36 +0000 (16:30 +0000)]
Prettier copyright message.
Bruno Haible [Sat, 22 Jul 2006 16:27:07 +0000 (16:27 +0000)]
Better linebreaking of copyright message.
Update copyright years.
Bruno Haible [Sat, 22 Jul 2006 16:25:49 +0000 (16:25 +0000)]
Better linebreaking of copyright message.
Bruno Haible [Sat, 22 Jul 2006 16:20:20 +0000 (16:20 +0000)]
Update copyright years: This file was modified in 2005.
Bruno Haible [Sat, 22 Jul 2006 16:17:20 +0000 (16:17 +0000)]
Update from GNU gettext 0.15.
Bruno Haible [Sat, 22 Jul 2006 16:03:47 +0000 (16:03 +0000)]
Update from GNU gettext 0.15. Accept source and target versions.
Bruno Haible [Sat, 22 Jul 2006 15:48:49 +0000 (15:48 +0000)]
STAT_MACROS_BROKEN is obsolete.
Bruno Haible [Sat, 22 Jul 2006 15:30:47 +0000 (15:30 +0000)]
Tweak linebreaking of copyright message.
Bruno Haible [Sat, 22 Jul 2006 15:29:15 +0000 (15:29 +0000)]
Tweak line breaking of copyright message.
Bruno Haible [Sat, 22 Jul 2006 15:28:21 +0000 (15:28 +0000)]
New module 'javaversion'.
Bruno Haible [Sat, 22 Jul 2006 15:17:55 +0000 (15:17 +0000)]
Update javaexec module from GNU gettext 0.15.
Bruno Haible [Sat, 22 Jul 2006 15:08:58 +0000 (15:08 +0000)]
Avoid causing trouble in relocatable.c.
Bruno Haible [Sat, 22 Jul 2006 14:54:26 +0000 (14:54 +0000)]
Update copyright years.
Bruno Haible [Sat, 22 Jul 2006 14:44:27 +0000 (14:44 +0000)]
Merge from gettext 0.15: Be more careful to use 'volatile'.
Bruno Haible [Sat, 22 Jul 2006 14:37:42 +0000 (14:37 +0000)]
Update copyright year.
Bruno Haible [Sat, 22 Jul 2006 14:32:41 +0000 (14:32 +0000)]
Update csharpexec module from GNU gettext.
Bruno Haible [Sat, 22 Jul 2006 14:24:36 +0000 (14:24 +0000)]
Update csharpcomp module from GNU gettext 0.15.
Bruno Haible [Sat, 22 Jul 2006 14:11:57 +0000 (14:11 +0000)]
Update localcharset module from GNU gettext.
Bruno Haible [Sat, 22 Jul 2006 14:05:49 +0000 (14:05 +0000)]
Linebreak copyright message.
Bruno Haible [Sat, 22 Jul 2006 13:56:32 +0000 (13:56 +0000)]
Merge from GNU gettext.
Bruno Haible [Sat, 22 Jul 2006 13:28:34 +0000 (13:28 +0000)]
Update to GNU gettext-0.15.
Bruno Haible [Sat, 22 Jul 2006 13:18:28 +0000 (13:18 +0000)]
Update to GNU gettext 0.15.
Bruno Haible [Sat, 22 Jul 2006 13:17:45 +0000 (13:17 +0000)]
Renamed to inttypes-h.m4.
Bruno Haible [Sat, 22 Jul 2006 13:17:22 +0000 (13:17 +0000)]
From GNU gettext-0.15. Was earlier called inttypes.h,
Bruno Haible [Sat, 22 Jul 2006 13:13:09 +0000 (13:13 +0000)]
Upgrade to gettext-0.15.
Simon Josefsson [Sat, 22 Jul 2006 10:13:57 +0000 (10:13 +0000)]
2006-07-22 Yoann Vandoorselaere <yoann.v@prelude-ids.com>
and Simon Josefsson <jas@extundo.com>
* getaddrinfo.h (AI_PASSIVE): Make sure it is defined.
* getaddrinfo.c (getaddrinfo): Support AI_PASSIVE.
Karl Berry [Sat, 22 Jul 2006 08:06:12 +0000 (08:06 +0000)]
.
Eric Blake [Fri, 21 Jul 2006 13:06:22 +0000 (13:06 +0000)]
* modules/stdlib-safer: New file.
* MODULES.html.sh (File stream based Input/Output): Add
stdlib-safer.
Eric Blake [Fri, 21 Jul 2006 13:06:05 +0000 (13:06 +0000)]
* stdlib-safer.h: New file from coreutils, required by
stdlib--.h.
Karl Berry [Fri, 21 Jul 2006 08:03:39 +0000 (08:03 +0000)]
.
Bruno Haible [Thu, 20 Jul 2006 17:32:20 +0000 (17:32 +0000)]
Fix HTML syntax.
Bruno Haible [Thu, 20 Jul 2006 17:23:06 +0000 (17:23 +0000)]
Fix HTML syntax.
Paul Eggert [Thu, 20 Jul 2006 16:53:35 +0000 (16:53 +0000)]
* gnulib-tool (func_usage): Document --assume-autoconf='latest-stable'.
Bruno Haible [Thu, 20 Jul 2006 14:51:57 +0000 (14:51 +0000)]
Add option --assume-autoconf. Default is back to 2.59.
Bruno Haible [Thu, 20 Jul 2006 14:22:07 +0000 (14:22 +0000)]
Reorder tests in doc-base patch.
Derek R. Price [Wed, 19 Jul 2006 21:59:39 +0000 (21:59 +0000)]
Correct ChangeLog.
Derek R. Price [Wed, 19 Jul 2006 21:59:10 +0000 (21:59 +0000)]
* lib/getaddrinfo.h: Reindent and repaginate.
Derek R. Price [Wed, 19 Jul 2006 21:51:37 +0000 (21:51 +0000)]
* lib/getaddrinfo.h: Don't define unimplemented AI_* flags.
Derek R. Price [Wed, 19 Jul 2006 21:48:14 +0000 (21:48 +0000)]
* gnulib.texi (Libtool and Windows): Eliminate passive voice. Correct
grammar.
Bruno Haible [Tue, 18 Jul 2006 11:29:44 +0000 (11:29 +0000)]
Complete comments.
Bruno Haible [Tue, 18 Jul 2006 11:29:26 +0000 (11:29 +0000)]
Fix specification header include.
Karl Berry [Tue, 18 Jul 2006 08:05:17 +0000 (08:05 +0000)]
.
Bruno Haible [Mon, 17 Jul 2006 11:34:58 +0000 (11:34 +0000)]
New modules for lists and ordered sets.