gnulib.git
16 years agoautoupdate
Karl Berry [Thu, 14 Feb 2008 15:16:31 +0000 (07:16 -0800)]
autoupdate

16 years agoDon't rely on signed integer overflowing to negative value.
Lasse Collin [Wed, 23 Jan 2008 16:48:40 +0000 (17:48 +0100)]
Don't rely on signed integer overflowing to negative value.

* lib/getugroups.c (getugroups): Include <limits.h>.
Instead, compare against INT_MAX, and increment only if the test passes.

16 years agoAvoid shadowing warning and compile errors on Linux.
Eric Blake [Wed, 13 Feb 2008 14:41:22 +0000 (07:41 -0700)]
Avoid shadowing warning and compile errors on Linux.

* tests/test-quotearg.c [ENABLE_NLS]: Disable <libintl.h>
forwarding macros on Linux.
(dcgettext): Define a stub, for Linux.
(results_g, main): Avoid warnings.

Signed-off-by: Eric Blake <ebb9@byu.net>
16 years agoSilence warning in last patch.
Eric Blake [Wed, 13 Feb 2008 04:05:57 +0000 (21:05 -0700)]
Silence warning in last patch.

* lib/quotearg.c (quotearg_buffer_restyled): Add missing const.

Signed-off-by: Eric Blake <ebb9@byu.net>
16 years agoQuotearg part 4: add tests, fix c-maybe colon quoting.
Eric Blake [Tue, 12 Feb 2008 18:42:29 +0000 (11:42 -0700)]
Quotearg part 4: add tests, fix c-maybe colon quoting.

* lib/quotearg.h: Improve documentation.
* lib/quotearg.c (quotearg_buffer_restyled): Don't add extra
escapes when adding outer quotes.  When quoting trigraphs, use
valid C notation.  When quoting NUL, omit extra characters if next
character is not digit.  Alter prototype.
(quotearg_buffer, quotearg_alloc_mem, quotearg_n_options): Adjust
callers.
* modules/quotearg-tests: New module.
* tests/test-quotearg.c: New test.

Signed-off-by: Eric Blake <ebb9@byu.net>
16 years agoQuotearg part 3: add flag to control outer quote elision.
Eric Blake [Thu, 7 Feb 2008 23:44:01 +0000 (16:44 -0700)]
Quotearg part 3: add flag to control outer quote elision.

* lib/quotearg.h (c_maybe_quoting_style): New style.
(enum quoting_flags): Better documentation of flags.
* lib/quotearg.c (quoting_style_args, quoting_style_vals): Add
c-maybe style.
(quotearg_buffer_restyled): Handle new flag to elide outer
quotes.

Signed-off-by: Eric Blake <ebb9@byu.net>
16 years agoQuotearg part 2: add flag that can control NUL elision.
Eric Blake [Thu, 7 Feb 2008 21:35:51 +0000 (14:35 -0700)]
Quotearg part 2: add flag that can control NUL elision.

* lib/quotearg.h (set_quoting_flags): New prototype.
* lib/quotearg.c (struct quoting_options): Add flag field.
(set_quoting_flags): New function.
(quotearg_buffer_restyled): Add flags parameter.
(quotearg_alloc_mem): Set the flag if length cannot be returned.
(quotearg_n_options): Set the flag, since length cannot be
returned.
(quoting_options_from_style): Default flags correctly.

Signed-off-by: Eric Blake <ebb9@byu.net>
16 years agoQuotearg part 1: more wrappers, restore quotearg_char state.
Eric Blake [Thu, 7 Feb 2008 13:39:57 +0000 (06:39 -0700)]
Quotearg part 1: more wrappers, restore quotearg_char state.

* lib/quotearg.h (quotearg_alloc_mem, quotearg_n_mem)
(quotearg_mem, quotearg_style_mem, quotearg_char_mem)
(quotearg_colon_mem): New wrappers.
* lib/quotearg.c (quotearg_alloc, quotearg_char): Rewrite...
(quotearg_alloc_mem, quotearg_char_mem): ...in terms of these new
functions.
(quotearg_n_mem, quotearg_mem, quotearg_style_mem)
(quotearg_colon_mem): New functions.

Signed-off-by: Eric Blake <ebb9@byu.net>
16 years agoGive credit to a bug reporter.
Bruno Haible [Tue, 12 Feb 2008 23:23:23 +0000 (00:23 +0100)]
Give credit to a bug reporter.

16 years agoImprove reference to ./libgnu.a.
Bruno Haible [Mon, 11 Feb 2008 23:13:34 +0000 (00:13 +0100)]
Improve reference to ./libgnu.a.

16 years agoSpecify custom merge drivers.
Bruno Haible [Mon, 11 Feb 2008 12:27:09 +0000 (13:27 +0100)]
Specify custom merge drivers.

16 years agoComment changes.
Bruno Haible [Mon, 11 Feb 2008 12:24:11 +0000 (13:24 +0100)]
Comment changes.

16 years agouseless-if-before-free: Fix reversed exit values.
Jim Meyering [Mon, 11 Feb 2008 08:10:21 +0000 (09:10 +0100)]
useless-if-before-free: Fix reversed exit values.

* build-aux/useless-if-before-free: Use correct values
for EXIT_MATCH and EXIT_NO_MATCH.

16 years agouseless-if-before-free: Close stdout carefully.
Jim Meyering [Mon, 11 Feb 2008 07:34:27 +0000 (08:34 +0100)]
useless-if-before-free: Close stdout carefully.

16 years agoNew module 'git-merge-changelog'.
Bruno Haible [Mon, 11 Feb 2008 00:16:24 +0000 (01:16 +0100)]
New module 'git-merge-changelog'.

16 years agouseless-if-before-free: New option: --list (-l).
Jim Meyering [Sun, 10 Feb 2008 22:18:09 +0000 (23:18 +0100)]
useless-if-before-free: New option: --list (-l).

16 years agoAdd a better summary to previous ChangeLog entry.
Jim Meyering [Sun, 10 Feb 2008 19:42:00 +0000 (20:42 +0100)]
Add a better summary to previous ChangeLog entry.

16 years ago* build-aux/useless-if-before-free: Exit 2 for errors.
Jim Meyering [Sun, 10 Feb 2008 19:40:47 +0000 (20:40 +0100)]
* build-aux/useless-if-before-free: Exit 2 for errors.

Upon failure to open a file, don't exit immediately.
Rather, just warn and continue with any remaining files.

16 years agoNew abstract list operation 'node_set_value'.
Bruno Haible [Sun, 10 Feb 2008 18:35:54 +0000 (19:35 +0100)]
New abstract list operation 'node_set_value'.

16 years agoAvoid gcc warnings due to misplaced 'const'.
Bruno Haible [Sun, 10 Feb 2008 18:22:48 +0000 (19:22 +0100)]
Avoid gcc warnings due to misplaced 'const'.

16 years agoNew script and module: useless-if-before-free
Jim Meyering [Sun, 10 Feb 2008 16:15:06 +0000 (17:15 +0100)]
New script and module: useless-if-before-free

* MODULES.html.sh (maint+release support): Add useless-if-before-free.
* build-aux/useless-if-before-free: New file.
* modules/useless-if-before-free: New file.

16 years agogitlog-to-changelog: Add omitted ChangeLog entry.
Jim Meyering [Sun, 10 Feb 2008 16:12:20 +0000 (17:12 +0100)]
gitlog-to-changelog: Add omitted ChangeLog entry.

16 years ago* build-aux/gitlog-to-changelog: Use committer date, not author date.
Jim Meyering [Sun, 10 Feb 2008 10:05:12 +0000 (11:05 +0100)]
* build-aux/gitlog-to-changelog: Use committer date, not author date.

16 years agoxstrtol_error: Fix typo.
Jim Meyering [Sun, 10 Feb 2008 08:49:40 +0000 (09:49 +0100)]
xstrtol_error: Fix typo.

* lib/xstrtol-error.c (xstrtol_error): The parameter was unused:
s/exit_failure/exit_status/.

16 years agoNew script and module: gitlog-to-changelog
Jim Meyering [Sat, 9 Feb 2008 13:35:33 +0000 (14:35 +0100)]
New script and module: gitlog-to-changelog

* MODULES.html.sh (maint+release support): Add gitlog-to-changelog.
* modules/gitlog-to-changelog: New file.
* build-aux/gitlog-to-changelog: New file.

16 years agoAvoid two "parameter unused" warnings.
Jim Meyering [Fri, 8 Feb 2008 16:49:35 +0000 (17:49 +0100)]
Avoid two "parameter unused" warnings.

* lib/stat-time.h (get_stat_birthtime_ns, get_stat_birthtime):
Mark "st" as used.

16 years agoUse "git COMMAND", not "git-COMMAND".
Jim Meyering [Fri, 8 Feb 2008 10:35:02 +0000 (11:35 +0100)]
Use "git COMMAND", not "git-COMMAND".

* build-aux/bootstrap (version_controlled_file): s/git-rm/git-rm/.
* build-aux/announce-gen (get_tool_versions): Correct a diagnostic.

16 years ago* build-aux/git-version-gen: Use "git status", not "git-status".
Jim Meyering [Fri, 8 Feb 2008 10:31:54 +0000 (11:31 +0100)]
* build-aux/git-version-gen: Use "git status", not "git-status".

16 years agoDon't use %n on native Woe32 systems, to avoid a crash on Windows Vista systems.
Bruno Haible [Fri, 8 Feb 2008 01:32:48 +0000 (02:32 +0100)]
Don't use %n on native Woe32 systems, to avoid a crash on Windows Vista systems.

16 years agoTweak ChangeLog entry.
Bruno Haible [Thu, 7 Feb 2008 01:12:24 +0000 (02:12 +0100)]
Tweak ChangeLog entry.

16 years agoFix *printf behaviour regarding the left-adjust flag on HP-UX 10.20.
Bruno Haible [Thu, 7 Feb 2008 01:08:13 +0000 (02:08 +0100)]
Fix *printf behaviour regarding the left-adjust flag on HP-UX 10.20.

16 years agoFix bug introduced on 2008-01-26.
Bruno Haible [Thu, 7 Feb 2008 00:47:53 +0000 (01:47 +0100)]
Fix bug introduced on 2008-01-26.

16 years agoFix bug introduced on 2007-06-10.
Bruno Haible [Wed, 6 Feb 2008 22:58:36 +0000 (23:58 +0100)]
Fix bug introduced on 2007-06-10.

16 years agoautoupdate
Karl Berry [Tue, 5 Feb 2008 18:24:16 +0000 (10:24 -0800)]
autoupdate

16 years agogetloadavg: use libperfstat on AIX5
Peter O'Gorman [Sun, 3 Feb 2008 08:15:52 +0000 (09:15 +0100)]
getloadavg: use libperfstat on AIX5

* lib/getloadavg.c, m4/getloadavg.m4 [aix]: Use libperfstat

16 years agoAdd comments about required includes.
Bruno Haible [Sun, 3 Feb 2008 20:06:40 +0000 (21:06 +0100)]
Add comments about required includes.

16 years agousers.txt: Add gnuit.
Bruno Haible [Sat, 2 Feb 2008 02:41:28 +0000 (03:41 +0100)]
users.txt: Add gnuit.

16 years agoMark set_uint32 function as 'inline'.
Bruno Haible [Thu, 31 Jan 2008 22:37:55 +0000 (23:37 +0100)]
Mark set_uint32 function as 'inline'.

16 years agoUse "sizeof VAR", rather than a literal "4".
Jim Meyering [Thu, 31 Jan 2008 13:32:19 +0000 (14:32 +0100)]
Use "sizeof VAR", rather than a literal "4".

* lib/md5.c (md5_read_ctx): Use sizeof ctx->A, not 4.
* lib/md4.c (md4_read_ctx): Likewise.
* lib/sha1.c (sha1_read_ctx): Likewise.

16 years agoFix typo. Suggested by Jim.
Simon Josefsson [Thu, 31 Jan 2008 12:59:31 +0000 (13:59 +0100)]
Fix typo.  Suggested by Jim.

16 years agoAdd sha1 self test.
Simon Josefsson [Thu, 31 Jan 2008 12:59:03 +0000 (13:59 +0100)]
Add sha1 self test.

16 years agoAdd SHA1_DIGEST_SIZE #define to sha1.h.
Simon Josefsson [Thu, 31 Jan 2008 12:57:17 +0000 (13:57 +0100)]
Add SHA1_DIGEST_SIZE #define to sha1.h.

16 years agoPrefer "sizeof v" over the equivalent "4".
Jim Meyering [Thu, 31 Jan 2008 12:04:07 +0000 (13:04 +0100)]
Prefer "sizeof v" over the equivalent "4".

* lib/md4.c (set_uint32): Use "sizeof v" as memcpy length, not 4.
* lib/md5.c (set_uint32): Likewise.
* lib/sha1.c (set_uint32): Likewise.

16 years agovc-list-files: new module
Jim Meyering [Thu, 31 Jan 2008 10:13:04 +0000 (11:13 +0100)]
vc-list-files: new module

* modules/vc-list-files: New module.
* build-aux/vc-list-files: New file.
* MODULES.html.sh (maint/rel Support): Add vc-list-files.

16 years agosha1.c (set_uint32): Mark function as static.
Simon Josefsson [Thu, 31 Jan 2008 10:13:13 +0000 (11:13 +0100)]
sha1.c (set_uint32): Mark function as static.

16 years agomd2: clarify comments to say that alignment is not required.
Simon Josefsson [Thu, 31 Jan 2008 10:10:36 +0000 (11:10 +0100)]
md2: clarify comments to say that alignment is not required.
* lib/md2.h: Remove warning about alignment in comment.
* lib/md2.c (md2_read_ctx, md2_finish_ctx): Doc fix, alignment
has never been required.

16 years agomd4: adapt alignment constraint fix from sha1.
Simon Josefsson [Thu, 31 Jan 2008 10:08:05 +0000 (11:08 +0100)]
md4: adapt alignment constraint fix from sha1.
* lib/md4.c (set_uint32): New function, from sha1.c
(md4_read_ctx): Use it.
(md4_finish_ctx): Doc fix.
* lib/md4.h: Doc fix.

16 years agomd5: adapt alignment constraint fix from sha1.
Simon Josefsson [Thu, 31 Jan 2008 10:05:46 +0000 (11:05 +0100)]
md5: adapt alignment constraint fix from sha1.
* lib/md5.c (set_uint32): New function, from sha1.c
(md5_read_ctx): Use it.
(md5_finish_ctx): Doc fix.
* lib/md5.h: Doc fix.

16 years agosha1: remove the result buffer alignment constraint
Peter Palfrader [Wed, 30 Jan 2008 12:36:13 +0000 (13:36 +0100)]
sha1: remove the result buffer alignment constraint

* lib/sha1.c (set_uint32): New function.
(sha1_read_ctx): Rewrite to remove the result buffer alignment
constraint.
(sha1_finish_ctx): Remove comment warning about alignment constraint.
* lib/sha1.h: Likewise.

16 years agoFix autoconf test bug introduced on 2008-01-15.
Andreas Schwab [Wed, 30 Jan 2008 23:25:53 +0000 (00:25 +0100)]
Fix autoconf test bug introduced on 2008-01-15.

16 years agolog
Karl Berry [Wed, 30 Jan 2008 19:58:29 +0000 (11:58 -0800)]
log

16 years agotry to preserve x bits
Karl Berry [Wed, 30 Jan 2008 19:57:21 +0000 (11:57 -0800)]
try to preserve x bits

16 years agoautoupdate
Karl Berry [Wed, 30 Jan 2008 19:56:25 +0000 (11:56 -0800)]
autoupdate

16 years agovasnprintf.c: Avoid warning about unused label
Jim Meyering [Tue, 29 Jan 2008 09:32:15 +0000 (10:32 +0100)]
vasnprintf.c: Avoid warning about unused label

* lib/vasnprintf.c (VASNPRINTF) [!USE_SNPRINTF]: Guard the
"overflow" label definition and associated code with the
same cpp condition that guards the sole use of that label.

16 years agoAdd credits to ChangeLog entry.
Bruno Haible [Sat, 26 Jan 2008 14:56:47 +0000 (15:56 +0100)]
Add credits to ChangeLog entry.

16 years agoUse the GCC built-in __builtin_isnanl (if it works).
Bruno Haible [Sat, 26 Jan 2008 14:45:42 +0000 (15:45 +0100)]
Use the GCC built-in __builtin_isnanl (if it works).

16 years agoMake use of GCC's __builtin_isnan.
Bruno Haible [Sat, 26 Jan 2008 14:37:59 +0000 (15:37 +0100)]
Make use of GCC's __builtin_isnan.

16 years agoUse the GCC built-in when available.
Bruno Haible [Sat, 26 Jan 2008 12:23:24 +0000 (13:23 +0100)]
Use the GCC built-in when available.

16 years agoRename isnan, applicable to 'double' only, to isnand.
Bruno Haible [Sat, 26 Jan 2008 14:17:58 +0000 (15:17 +0100)]
Rename isnan, applicable to 'double' only, to isnand.

16 years agoExploit the __builtin_signbit GCC built-in.
Bruno Haible [Sat, 26 Jan 2008 01:26:52 +0000 (02:26 +0100)]
Exploit the __builtin_signbit GCC built-in.

16 years agoPrefer <config.h> over "config.h". See autoconf doc for explanation.
Jim Meyering [Fri, 25 Jan 2008 20:52:02 +0000 (21:52 +0100)]
Prefer <config.h> over "config.h".  See autoconf doc for explanation.

* lib/poll.c: Include <config.h>, not "config.h".
* tests/test-getaddrinfo.c: Likewise.

16 years agoAdd self-test for sockets module.
Simon Josefsson [Fri, 25 Jan 2008 10:52:09 +0000 (11:52 +0100)]
Add self-test for sockets module.

16 years agoAdd module sockets.
Simon Josefsson [Thu, 24 Jan 2008 14:55:56 +0000 (15:55 +0100)]
Add module sockets.

16 years agoexec
Karl Berry [Thu, 24 Jan 2008 14:52:11 +0000 (06:52 -0800)]
exec

16 years agoautoupdate
Karl Berry [Thu, 24 Jan 2008 14:51:43 +0000 (06:51 -0800)]
autoupdate

16 years agoautoupdate
Karl Berry [Sun, 20 Jan 2008 01:51:32 +0000 (17:51 -0800)]
autoupdate

16 years agoRename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible [Sat, 19 Jan 2008 23:09:59 +0000 (00:09 +0100)]
Rename two directories: headers -> posix-headers, functions -> posix-functions.

16 years agoIncorporate existing strcasestr doc into new doc structure.
Bruno Haible [Sat, 19 Jan 2008 12:06:50 +0000 (13:06 +0100)]
Incorporate existing strcasestr doc into new doc structure.

16 years agoIncorporate existing memmem doc into new doc structure.
Bruno Haible [Sat, 19 Jan 2008 11:59:00 +0000 (12:59 +0100)]
Incorporate existing memmem doc into new doc structure.

16 years agoNew documentation of GNU libc functions.
Bruno Haible [Sat, 19 Jan 2008 01:51:21 +0000 (02:51 +0100)]
New documentation of GNU libc functions.

16 years agoFix a printf statement.
Bruno Haible [Fri, 18 Jan 2008 01:14:04 +0000 (02:14 +0100)]
Fix a printf statement.

16 years agoautoupdate
Karl Berry [Thu, 17 Jan 2008 15:33:23 +0000 (07:33 -0800)]
autoupdate

16 years agoNew module gethostname-tests.
Simon Josefsson [Thu, 17 Jan 2008 12:16:12 +0000 (13:16 +0100)]
New module gethostname-tests.

16 years agoNeed string.h unconditionally, for strncpy or strcpy.
Simon Josefsson [Thu, 17 Jan 2008 10:07:41 +0000 (11:07 +0100)]
Need string.h unconditionally, for strncpy or strcpy.

16 years agoConvert c-strcasestr to be more efficient.
Eric Blake [Thu, 17 Jan 2008 03:35:00 +0000 (20:35 -0700)]
Convert c-strcasestr to be more efficient.

* modules/c-strcasestr (Files): Use Two-Way, not KMP.
(Depends-on): Add c-strcase, remove malloca, strnlen.
* tests/test-c-strcasestr.c (main): Enhance test.
* lib/c-strcasestr.c (c_strcasestr): Rewrite to new algorithm.

Signed-off-by: Eric Blake <ebb9@byu.net>
16 years ago* build-aux/bootstrap (MSGID_BUGS_ADDRESS): New overridable variable.
Paolo Bonzini [Wed, 16 Jan 2008 16:52:21 +0000 (17:52 +0100)]
* build-aux/bootstrap (MSGID_BUGS_ADDRESS): New overridable variable.

Use it in creating po/Makevars.

16 years agoDisable secure memory in gc-libgcrypt.c.
Simon Josefsson [Wed, 16 Jan 2008 14:53:45 +0000 (15:53 +0100)]
Disable secure memory in gc-libgcrypt.c.

16 years agoNeed string.h for strcpy in gethostname module.
Simon Josefsson [Wed, 16 Jan 2008 14:01:09 +0000 (15:01 +0100)]
Need string.h for strcpy in gethostname module.

16 years agoFix problem with getdate on mingw32 reported by Simon Josefsson
Paul Eggert [Wed, 16 Jan 2008 00:32:59 +0000 (16:32 -0800)]
Fix problem with getdate on mingw32 reported by Simon Josefsson

in <http://lists.gnu.org/archive/html/bug-gnulib/2008-01/msg00192.html>.
* lib/getdate.y (get_date): Check "HAVE_DECL_TZNAME", not "defined
tzname", when deciding whether to declare tzname.
* lib/strftime.c (tzname): Likewise.

16 years agoWork around a MacOS X 10.5 bug in frexpl().
Bruno Haible [Tue, 15 Jan 2008 23:21:10 +0000 (00:21 +0100)]
Work around a MacOS X 10.5 bug in frexpl().

16 years agoTouch up previous patch.
Eric Blake [Tue, 15 Jan 2008 04:00:56 +0000 (21:00 -0700)]
Touch up previous patch.

* m4/strcasestr.m4 (gl_FUNC_STRCASESTR_SIMPLE): Fix typo.
* doc/functions/strcasestr.texi (strcasestr): Document OpenBSD bug.

Signed-off-by: Eric Blake <ebb9@byu.net>
16 years agoConvert strcasestr module to use Two-Way algorithm.
Eric Blake [Fri, 11 Jan 2008 05:22:51 +0000 (22:22 -0700)]
Convert strcasestr module to use Two-Way algorithm.

* modules/strcasestr-simple: New module, based on the old
strcasestr, but with Two-Way rather than KMP.
* modules/strcasestr (Depends-on): Change to strcasestr-simple.
* lib/string.in.h (rpl_strcasestr): Declare.
* m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Check for linear
performance.
* lib/strcasestr.c (strcasestr): Simplify, and avoid malloc.
* modules/string (Makefile.am): Support strcasestr.
* m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Likewise.
* modules/strcasestr-tests (Depends-on): Check for alarm.
* tests/test-strcasestr.c: Augment test.
* lib/str-two-way.h: Clean up stray macro.
* NEWS: Document new module.
* MODULES.html.sh (string handling): Likewise.
* doc/functions/strcasestr.texi: New file.
* doc/gnulib.texi (Function Substitutes): New node.  Move memmem
here, since it is not a POSIX function.

Signed-off-by: Eric Blake <ebb9@byu.net>
16 years agoReplace strsignal if it does not work fine.
Bruno Haible [Tue, 15 Jan 2008 01:25:14 +0000 (02:25 +0100)]
Replace strsignal if it does not work fine.

16 years agoFix documentation of include file.
Bruno Haible [Mon, 14 Jan 2008 22:43:46 +0000 (23:43 +0100)]
Fix documentation of include file.

16 years agoMake the functions argp_error, argp_failure known to xgettext.
Colin Watson [Mon, 14 Jan 2008 22:35:44 +0000 (23:35 +0100)]
Make the functions argp_error, argp_failure known to xgettext.

16 years agoautoupdate
Karl Berry [Mon, 14 Jan 2008 15:57:42 +0000 (07:57 -0800)]
autoupdate

16 years agoTypo in comment.
Bruno Haible [Mon, 14 Jan 2008 10:11:25 +0000 (11:11 +0100)]
Typo in comment.

16 years agoTests for module 'strsignal'.
Colin Watson [Sun, 13 Jan 2008 23:27:28 +0000 (00:27 +0100)]
Tests for module 'strsignal'.

16 years agoNew module 'strsignal'.
Colin Watson [Sun, 13 Jan 2008 23:26:30 +0000 (00:26 +0100)]
New module 'strsignal'.

16 years agoRestore executable bits.
Eric Blake [Sun, 13 Jan 2008 21:09:07 +0000 (14:09 -0700)]
Restore executable bits.

16 years agoAvoid unsupported locales on OpenBSD.
Bruno Haible [Sun, 13 Jan 2008 16:46:31 +0000 (17:46 +0100)]
Avoid unsupported locales on OpenBSD.

16 years agoDon't redefine __attribute__ without a need.
Bruno Haible [Sun, 13 Jan 2008 15:51:48 +0000 (16:51 +0100)]
Don't redefine __attribute__ without a need.

16 years agoautoupdate
Karl Berry [Sun, 13 Jan 2008 15:16:33 +0000 (07:16 -0800)]
autoupdate

16 years agoAdd documentation chapter about the glibc header files.
Bruno Haible [Sat, 12 Jan 2008 15:28:52 +0000 (16:28 +0100)]
Add documentation chapter about the glibc header files.

16 years agoannounce-gen: emit Gnulib's git-based version string.
Jim Meyering [Sat, 12 Jan 2008 08:52:42 +0000 (09:52 +0100)]
announce-gen: emit Gnulib's git-based version string.

* build-aux/announce-gen: Remove option: --gnulib-snapshot-time-stamp=S.
New option --gnulib-version=V, where V is expected to be
the output of running git describe in the gnulib directory.
(get_tool_versions): Request feedback on xdelta.  I suspect it's
not useful, and plan to stop publishing an xdelta file with each
coreutils release.

16 years ago* build-aux/announce-gen: Also check for lzma-compressed files.
Jim Meyering [Sat, 12 Jan 2008 07:54:48 +0000 (08:54 +0100)]
* build-aux/announce-gen: Also check for lzma-compressed files.

16 years agoIncrease the maximum allowed time for the test.
Bruno Haible [Sat, 12 Jan 2008 00:14:37 +0000 (01:14 +0100)]
Increase the maximum allowed time for the test.

16 years agoMore notes about specific platforms.
Bruno Haible [Sat, 12 Jan 2008 00:07:11 +0000 (01:07 +0100)]
More notes about specific platforms.

16 years agofix typo
Eric Blake [Fri, 11 Jan 2008 03:54:39 +0000 (20:54 -0700)]
fix typo

16 years ago* m4/strstr.m4: Delete cruft from copy-n-paste.
Eric Blake [Fri, 11 Jan 2008 03:44:14 +0000 (20:44 -0700)]
* m4/strstr.m4: Delete cruft from copy-n-paste.

Reported by Brun Haible.

Signed-off-by: Eric Blake <ebb9@byu.net>