X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=ChangeLog;h=36e7e06e4376f550e08d194602062575297cf0ec;hb=22eb7728a25fbfb7ba1a591db0f70fe5a0e266e0;hp=2d785fc1ce36336d963d49e37c1d8fa5a8d39981;hpb=254d5cfbee939eee0ac284a74720262902fbba4e;p=gnulib.git diff --git a/ChangeLog b/ChangeLog index 2d785fc1c..36e7e06e4 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,731 @@ +2008-02-24 Bruno Haible + + New module 'environ'. + * modules/environ: New file. + * lib/unistd.in.h (environ): New declaration. + * m4/environ.m4: New file. + (gt_CHECK_VAR_DECL): Moved here from m4/setenv.m4. Undefine gt_cv_var + after use. + * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_ENVIRON and + HAVE_DECL_ENVIRON. + * modules/unistd (Makefile.am): Substitute also GNULIB_ENVIRON and + HAVE_DECL_ENVIRON. + * doc/posix-functions/environ.texi: Mention module 'environ'. Remove + wrong claim that 'environ' is missing on some systems. + * modules/execute (Depends-on): Add environ. + * lib/execute.c (environ): Remove fallback declaration. + * modules/pipe (Depends-on): Add environ. + * lib/pipe.c (environ): Remove fallback declaration. + * modules/setenv (Depends-on): Add environ. + * lib/setenv.c (environ): Remove fallback declaration. + * modules/unsetenv (Depends-on): Add environ. + * lib/unsetenv.c (environ): Remove fallback declaration. + * m4/setenv.m4 (gt_CHECK_VAR_DECL): Remove macro. Moved to + m4/environ.m4. + (gl_PREREQ_SETENV): Require gl_ENVIRON instead of testing for environ. + (gl_PREREQ_UNSETENV): Likewise. + +2008-02-24 Bruno Haible + + * doc/posix-functions/environ.texi: Document the MacOS X problem. + +2008-02-20 Bob Proulx + + Enable use of older two part flavor 'git describe'. + * build-aux/git-version-gen: If using the older two part flavor of + git version then recreate the third part now present in the + newer three part flavor of git describe. + +2008-02-20 Martin Buchholz (tiny change) + + * lib/fts.c (fts_build): Typo correction to comment. + +2008-02-17 Bruno Haible + + * lib/git-merge-changelog.c (main) [split_merged_entry]: Avoid + generating no-op conflicts. + +2008-02-17 Bruno Haible + + Speed up by 10%. + * lib/git-merge-changelog.c (main): Use the iterator to iterate through + result_entries, rather than an index-based loop. + +2008-02-17 Bruno Haible + + Speed up by 25%. + * lib/git-merge-changelog.c (struct entry): New fields 'hashcode', + 'hashcode_cached'. + (entry_create): New function. + (entry_hashcode): Use the cached hashcode if possible. + (read_changelog_file, try_split_merged_entry): Use entry_create. + +2008-02-17 Bruno Haible + + Speed up from O(n^2) to O(n) for long ChangeLog files. + * lib/git-merge-changelog.c: Include gl_rbtreehash_list.h. + (read_changelog_file): Change implementation of entries_reversed list + to rbtreehash. + * modules/git-merge-changelog (Depends-on): Add rbtreehash-list. + +2008-02-17 Bruno Haible + + New option --split-merged-entry. + * lib/git-merge-changelog.c (FSTRCMP_STRICTER_THRESHOLD): New macro. + (find_paragraph_end, try_split_merged_entry): New functions. + (long_options): Add option --split-merged-entry. + (usage): Document option --split-merged-entry. + (main): Implement option --split-merged-entry. + Reported by Eric Blake. + +2008-02-17 Bruno Haible + + * lib/git-merge-changelog.c: Include c-strstr.h. + (main): Support the "git pull --rebase" situation. + * modules/git-merge-changelog (Depends-on): Add c-strstr. + Reported by Eric Blake. + +2008-02-16 Eric Blake + + Avoid doubling \ in common case of "c-maybe" quoting style. + * lib/quotearg.c (quotearg_buffer_restyled): Don't escape \ when + eliding outer quotes. + * lib/quotearg.h: Document this. + * tests/test-quotearg.c (result_strings, inputs, results_g) + (flag_results, locale_results): Test it by adding a new string to + each test group. + (compare_strings): Test new string. + +2008-02-13 Eric Blake + + Avoid trigraph quoting in default output. + * lib/quotearg.h (enum quoting_flags): Add QA_SPLIT_TRIGRAPHS. + * lib/quotearg.c (quotearg_buffer_restyled): Don't quote trigraphs + unless explicitly requested. + * tests/test-quotearg.c (flag_results, main): Add additional tests. + +2008-02-13 Lasse Collin + + Don't rely on signed integer overflowing to negative value. + * lib/getugroups.c (getugroups): Include . + Instead, compare against INT_MAX, and increment only if the test passes. + +2008-02-13 Jim Meyering + and Eric Blake + + Avoid shadowing warning and compile errors on Linux. + * tests/test-quotearg.c [ENABLE_NLS]: Disable + forwarding macros on Linux. + (dcgettext): Define a stub, for Linux. + (results_g, main): Avoid warnings. + +2008-02-12 Eric Blake + + Silence warning in last patch. + * lib/quotearg.c (quotearg_buffer_restyled): Add missing const. + + 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. + +2008-02-07 Eric Blake + + 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. + + 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. + + 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. + +2008-02-11 Bruno Haible + + * modules/git-merge-changelog (Makefile.am): Don't use -L and -l for a + library in the current directory: it does not work with parallel make. + Reported by Ralf Wildenhues . + +2008-02-11 Bruno Haible + + * .gitattributes: New file. + +2008-02-11 Jim Meyering + + useless-if-before-free: Fix reversed exit values. + * build-aux/useless-if-before-free: Use correct values + for EXIT_MATCH and EXIT_NO_MATCH. + + * build-aux/useless-if-before-free: Close stdout carefully. + +2008-02-10 Bruno Haible + + New module 'git-merge-changelog'. + * modules/git-merge-changelog: New file. + * lib/git-merge-changelog.c: New file. + +2008-02-10 Jim Meyering + + useless-if-before-free: New option: --list (-l). + + useless-if-before-free: Don't exit immediately upon open failure. + * 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. + +2008-02-10 Bruno Haible + + New abstract list operation 'node_set_value'. + * lib/gl_list.h (gl_list_node_set_value): New function. + (struct gl_list_implementation): New field node_set_value. + * lib/gl_list.c (gl_list_node_set_value): New function. + * lib/gl_array_list.c (gl_array_node_set_value): New function. + (gl_array_list_implementation): Update. + * lib/gl_carray_list.c (gl_carray_node_set_value): New function. + (gl_carray_list_implementation): Update. + * lib/gl_anylinked_list2.h (gl_linked_node_set_value): New function. + * lib/gl_linked_list.c (gl_linked_list_implementation): Update. + * lib/gl_linkedhash_list.c (gl_linkedhash_list_implementation): Update. + * lib/gl_anytree_list2.h (gl_tree_node_set_value): New function. + * lib/gl_avltree_list.c (gl_avltree_list_implementation): Update. + * lib/gl_rbtree_list.c (gl_rbtree_list_implementation): Update. + * lib/gl_avltreehash_list.c (gl_avltreehash_list_implementation): + Update. + * lib/gl_rbtreehash_list.c (gl_rbtreehash_list_implementation): Update. + * lib/gl_sublist.c (gl_sublist_node_set_value): New function. + (gl_sublist_list_implementation): Update. + +2008-02-10 Bruno Haible + + * lib/diffseq.h: Write "ELEMENT const" instead of "const ELEMENT". + Needed when ELEMENT is #defined to 'some_type *'. + +2008-02-10 Jim Meyering + + 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. + + * build-aux/gitlog-to-changelog: Use committer date, not author date. + + xstrtol_error: Fix typo. + * lib/xstrtol-error.c (xstrtol_error): The parameter was unused: + s/exit_failure/exit_status/. + +2008-02-09 Jim Meyering + + 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. + +2008-02-08 Jim Meyering + + Avoid two "parameter unused" warnings. + * lib/stat-time.h (get_stat_birthtime_ns, get_stat_birthtime): + Mark "st" as used. + + 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. + * build-aux/git-version-gen: Use "git status", not "git-status". + +2008-02-07 Bruno Haible + + * lib/vasnprintf.c (VASNPRINTF): Don't use %n on native Woe32 systems. + Avoids a crash on Windows Vista. + Reported by Adam Strzelecki via + Simon Josefsson . + +2008-02-06 Bruno Haible + + Fix *printf behaviour regarding the left-adjust flag on HP-UX 10.20. + * m4/printf.m4 (gl_PRINTF_FLAG_LEFTADJUST): New macro. + * lib/vasnprintf.c (VASNPRINTF): Handle NEED_PRINTF_FLAG_LEFTADJUST. + * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_FLAG_LEFTADJUST): New macro. + (gl_PREREQ_VASNPRINTF_WITH_EXTRAS): Invoke it. + * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke + gl_PRINTF_FLAG_LEFTADJUST and test its result. Invoke + gl_PREREQ_VASNPRINTF_FLAG_LEFTADJUST. + * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise. + * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise. + * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise. + * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise. + * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise. + * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise. + * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise. + * tests/test-vasnprintf-posix.c (test_function): Add testcases for the + left-adjust flag. + * tests/test-snprintf-posix.h (test_function): Likewise. + * tests/test-sprintf-posix.h (test_function): Likewise. + * tests/test-vasprintf-posix.c (test_function): Likewise. + * doc/posix-functions/fprintf.texi: Update. + * doc/posix-functions/printf.texi: Update. + * doc/posix-functions/snprintf.texi: Update. + * doc/posix-functions/sprintf.texi: Update. + * doc/posix-functions/vfprintf.texi: Update. + * doc/posix-functions/vprintf.texi: Update. + * doc/posix-functions/vsnprintf.texi: Update. + * doc/posix-functions/vsprintf.texi: Update. + Reported by Peter Fales . + +2008-02-06 Bruno Haible + + Fix bug introduced on 2008-01-26. + * lib/isnan.c (FUNC): Set to rpl_isnand, not rpl_isnan. + +2008-02-06 Bruno Haible + + Fix bug introduced on 2007-06-10. + * lib/vasnprintf.c (VASNPRINTF): Perform zero-padding also if + !NEED_PRINTF_FLAG_ZERO. + +2008-02-05 Peter O'Gorman + + getloadavg: use libperfstat on AIX5 + * lib/getloadavg.c, m4/getloadavg.m4 [aix]: Use libperfstat + +2008-02-03 Bruno Haible + + * lib/diffseq.h: Add comments about required #includes. + Reported by Michael Biggs . + +2008-02-01 Bruno Haible + + * users.txt: Add gnuit. + +2008-01-31 Bruno Haible + + * lib/md4.c (set_uint32): Mark as inline. + * lib/md5.c (set_uint32): Likewise. + * lib/sha1.c (set_uint32): Likewise. + * m4/md4.m4 (gl_MD4): Require AC_C_INLINE. + * m4/md5.m4 (gl_MD5): Likewise. + * m4/sha1.m4 (gl_SHA1): Likewise. + +2008-01-31 Jim Meyering + + 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. + +2008-01-31 Simon Josefsson + + * tests/test-sha1.c: New file, based on test-md5.c. + + * modules/crypto/sha1-tests: New file. + +2008-01-31 Simon Josefsson + + * lib/sha1.h (SHA1_DIGEST_SIZE): Define. + +2008-01-31 Jim Meyering + + 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. + +2008-01-31 Simon Josefsson + + * lib/sha1.c (set_uint32): Mark function as static. + +2008-01-31 Simon Josefsson + + 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. + +2008-01-31 Simon Josefsson + + 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. + +2008-01-31 Simon Josefsson + + 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. + +2008-01-30 Peter Palfrader + + 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. + +2008-01-30 Andreas Schwab + Bruno Haible + + * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Include and ensure a + correct definition of LDBL_MIN_EXP. + +2008-01-30 Karl Berry + + * config/srclist-update: try to preserve x bit on updates. + * config/srclistvars.sh: update for karl. + +2008-01-29 Jim Meyering + + 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. + +2008-01-26 Bruno Haible + + * m4/isnanl.m4 (gl_HAVE_ISNANL_NO_LIBM, gl_HAVE_ISNANL_IN_LIBM, + gl_FUNC_ISNANL_WORKS): Test the GCC >= 4.0 built-in. + * lib/isnanl.h (isnanl): Use the GCC >= 4.0 built-in. + * lib/isnanl-nolibm.h (isnanl): Likewise. + Reported by Paul Eggert . + +2008-01-26 Bruno Haible + + * m4/isnand.m4 (gl_FUNC_ISNAND_NO_LIBM): Test the GCC >= 4.0 built-in. + * lib/isnand.h (isnand): Use the GCC >= 4.0 built-in. + +2008-01-26 Bruno Haible + + * m4/isnanf.m4 (gl_HAVE_ISNANF_NO_LIBM, gl_ISNANF_WORKS): Test the + GCC >= 4.0 built-in. + * lib/isnanf.h (isnanf): Use the GCC >= 4.0 built-in. + +2008-01-26 Bruno Haible + + Rename isnan, applicable to 'double' only, to isnand. + * modules/isnand-nolibm: Renamed from modules/isnan-nolibm. + (Files): Add lib/isnand.h, lib/isnand.c. Remove lib/isnan.h. + (configure.ac): Update. + (Include): Replace "isnan.h" with "isnand.h". + * m4/isnand.m4: Renamed from m4/isnan.m4. + (gl_FUNC_ISNAND_NO_LIBM): Renamed from gl_FUNC_ISNAN_NO_LIBM. Set + HAVE_ISNAND_IN_LIBC instead of HAVE_ISNAN_IN_LIBC. Build isnand.c + instead of isnan.c. + * lib/isnand.h: Renamed from lib/isnan.h. Test HAVE_ISNAND_IN_LIBC + instead of HAVE_ISNAN_IN_LIBC. + (isnand): Renamed from isnan. + * lib/isnand.c: New file. + * modules/isnand-nolibm-tests: Renamed from modules/isnan-nolibm-tests. + (Files): Add tests/test-isnand.c. Remove tests/test-isnan.c. + (Makefile.am): Update. + * tests/test-isnand.c: Renamed from tests/test-isnan.c. + Include isnand.h instead of isnan.h. + (main): Test isnand instead of isnan. + * modules/fprintf-posix (Depends-on): Add isnand-nolibm, remove + isnan-nolibm. + * modules/frexp (Depends-on): Likewise. + * modules/frexp-tests (Depends-on): Likewise. + * modules/frexp-nolibm (Depends-on): Likewise. + * modules/frexp-nolibm-tests (Depends-on): Likewise. + * modules/isfinite (Depends-on): Likewise. + * modules/round-tests (Depends-on): Likewise. + * modules/signbit (Depends-on): Likewise. + * modules/signbit-tests (Depends-on): Likewise. + * modules/snprintf-posix (Depends-on): Likewise. + * modules/sprintf-posix (Depends-on): Likewise. + * modules/trunc-tests (Depends-on): Likewise. + * modules/unistdio/u8-vasnprintf (Depends-on): Likewise. + * modules/unistdio/u8-u8-vasnprintf (Depends-on): Likewise. + * modules/unistdio/u16-vasnprintf (Depends-on): Likewise. + * modules/unistdio/u16-u16-vasnprintf (Depends-on): Likewise. + * modules/unistdio/u32-vasnprintf (Depends-on): Likewise. + * modules/unistdio/u32-u32-vasnprintf (Depends-on): Likewise. + * modules/unistdio/ulc-vasnprintf (Depends-on): Likewise. + * modules/vasnprintf-posix (Depends-on): Likewise. + * modules/vasprintf-posix (Depends-on): Likewise. + * modules/vfprintf-posix (Depends-on): Likewise. + * modules/vsnprintf-posix (Depends-on): Likewise. + * modules/vsprintf-posix (Depends-on): Likewise. + * lib/frexp.c: Include isnand.h instead of isnan.h. + (ISNAN): Set to isnand instead of isnan. + * lib/isfinite.c: Include isnand.h instead of isnan.h. + (gl_isfinited): Use isnand instead of isnan. + * lib/signbitd.c: Include isnand.h instead of isnan.h. + (gl_signbitd): Use isnand instead of isnan. + * lib/vasnprintf.c: Include isnand.h instead of isnan.h. + (is_infinite_or_zero, VASNPRINTF): Use isnand instead of isnan. + * tests/test-frexp.c: Include isnand.h instead of isnan.h. + (main): Use isnand instead of isnan. + * tests/test-round1.c: Include isnand.h. + (main): Use isnand instead of isnan. + * tests/test-round2.c: Include isnand.h instead of isnan.h. + (ISNAN): Set to isnand instead of isnan. + * tests/test-trunc1.c: Include isnand.h. + (main): Use isnand instead of isnan. + * tests/test-trunc2.c: Include isnand.h instead of isnan.h. + (equal): Use isnand instead of isnan. + * MODULES.html.sh (Mathematics ): Replace isnan-nolibm with + isnand-nolibm. + * NEWS: Mention the change. + +2008-01-25 Paul Eggert + Bruno Haible + + * m4/signbit.m4 (gl_SIGNBIT): Require a macro definition. Test whether + the GCC builtins for signbits are present and set + REPLACE_SIGNBIT_USING_GCC if so. + * lib/math.in.h (signbit): Define using GCC builtins if + REPLACE_SIGNBIT_USING_GCC is set. + * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize + REPLACE_SIGNBIT_USING_GCC. + * modules/math (Makefile.am): Substitute REPLACE_SIGNBIT_USING_GCC. + +2008-01-25 Jim Meyering + + Prefer over "config.h". See autoconf doc for explanation. + * lib/poll.c: Include , not "config.h". + * tests/test-getaddrinfo.c: Likewise. + +2008-01-25 Simon Josefsson + + * modules/sockets-tests: New file. + +2008-01-24 Simon Josefsson + + * modules/sockets: New module, can be used to call WSA_Startup and + WSA_Cleanup when needed. + + * lib/sockets.h, lib/sockets.c: New files. + + * m4/sockets.m4: New file. + + * tests/test-sockets.c: New file. + +2008-01-19 Bruno Haible + + * doc/posix-headers: Renamed from doc/headers. + * doc/posix-functions: Renamed from doc/functions. + * doc/gnulib.texi: Update. + +2008-01-19 Bruno Haible + + * doc/glibc-functions/strcasestr.texi: Include contents of + doc/functions/strcasestr.texi, fixing the list of platforms. + * doc/functions/strcasestr.texi: Remove file. + +2008-01-19 Bruno Haible + + * doc/glibc-functions/memmem.texi: Include contents of + doc/functions/memmem.texi. + * doc/functions/memmem.texi: Remove file. + +2008-01-18 Bruno Haible + + * doc/glibc-functions/*.texi: New files. + * doc/gnulib.texi (Glibc Function Substitutes): Completely rewritten + to use the new files. + +2008-01-17 Bruno Haible + + * tests/test-gethostname.c (main): Fix printf statement. + +2008-01-17 Simon Josefsson + + * modules/gethostname-tests: New file. + + * tests/test-gethostname.c: New file. + +2008-01-17 Simon Josefsson + + * lib/gethostname.c: Include string.h unconditionally, strncpy is + used by the UNAME case. Reported by Bruno Haible + . + +2008-01-17 Eric Blake + + 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. + +2007-01-16 Paolo Bonzini + + * build-aux/bootstrap (MSGID_BUGS_ADDRESS): New overridable variable. + Use it in creating po/Makevars. + +2008-01-15 Simon Josefsson + + * lib/gc-libgcrypt.c (gc_init): Disable secure memory by default. + Applications that requires it should initialize libgcrypt + manually. + +2008-01-16 Simon Josefsson + + * lib/gethostname.c [!HAVE_UNAME]: Need string.h for strcpy. + +2008-01-15 Paul Eggert + + Fix problem with getdate on mingw32 reported by Simon Josefsson + in . + * lib/getdate.y (get_date): Check "HAVE_DECL_TZNAME", not "defined + tzname", when deciding whether to declare tzname. + * lib/strftime.c (tzname): Likewise. + +2008-01-15 Bruno Haible + + Work around a MacOS X 10.5 bug in frexpl(). + * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Also check denormalized numbers. + * doc/functions/frexpl.texi: Document the bug. + Reported by Elias Pipping . + +2008-01-14 Eric Blake + + Touch up previous patch. + * m4/strcasestr.m4 (gl_FUNC_STRCASESTR_SIMPLE): Fix typo. + * doc/functions/strcasestr.texi (strcasestr): Document OpenBSD bug. + + 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. + +2008-01-14 Colin Watson + Bruno Haible + + * m4/strsignal.m4 (gl_FUNC_STRSIGNAL): Also check whether strsignal + works fine; if not, set REPLACE_STRSIGNAL. + (gl_PREREQ_STRSIGNAL): Require AC_DECL_SYS_SIGLIST. + * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Initialize + REPLACE_STRSIGNAL. + * lib/string.in.h (strsignal): Consider REPLACE_STRSIGNAL. + * modules/string (Makefile.am): Substitute REPLACE_STRSIGNAL. + * tests/test-strsignal.c (main): Check out-of-range signal numbers. + +2008-01-14 Bruno Haible + + * modules/strsignal (Include): Change to . + +2008-01-14 Colin Watson + + * modules/argp (Notice): Add a notice recommending to change + XGETTEXT_OPTIONS. + (configure.ac): Invoke AM_XGETTEXT_OPTION if it exists. + +2008-01-13 Colin Watson + + * modules/strsignal-tests: New file. + * tests/test-strsignal.c: New file. + + * lib/strsignal.c: New file, from glibc with modifications. + * lib/siglist.h: New file, from glibc with modifications. + * lib/string.in.h (strsignal): New declaration. + * m4/strsignal.m4: New file. + * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Initialize + GNULIB_STRSIGNAL and HAVE_DECL_STRSIGNAL. + * modules/strsignal: New file. + * modules/string (Makefile.am): Substitute GNULIB_STRSIGNAL and + HAVE_DECL_STRSIGNAL. + +2008-01-13 Bruno Haible + + * m4/locale-fr.m4 (gt_LOCALE_FR, gt_LOCALE_FR_UTF8): Check that the + locale encoding is not ASCII. Needed for OpenBSD 4.0. + * m4/locale-tr.m4 (gt_LOCALE_TR_UTF8): Likewise. + * m4/locale-zh.m4 (gt_LOCALE_ZH_CN): Likewise. + +2008-01-13 Bruno Haible + + * lib/argp-fmtstream.h (__attribute__): Don't redefine if + __STRICT_ANSI__ is set: it's not needed by any version of gcc. + * lib/argp.h (__attribute__): Likewise. + * lib/c-stack.c (__attribute__): Likewise. + * lib/error.h (__attribute__): Likewise. + * lib/fts.c (__attribute__): Likewise. + * lib/openat.h (__attribute__): Likewise. + * lib/stdio.in.h (__attribute__): Likewise. + * lib/string.in.h (__attribute__): Likewise. + * lib/utimens.c (__attribute__): Likewise. + * lib/vasnprintf.h (__attribute__): Likewise. + * lib/xalloc.h (__attribute__): Likewise. + * lib/xprintf.h (__attribute__): Likewise. + * lib/xstrtol.h (__attribute__): Likewise. + * lib/xvasprintf.h (__attribute__): Likewise. + +2008-01-12 Bruno Haible + + * doc/gnulib.texi (Glibc Header File Substitutes): New chapter. + * doc/glibc-headers/a.out.texi: New file. + * doc/glibc-headers/aliases.texi: New file. + * doc/glibc-headers/alloca.texi: New file. + * doc/glibc-headers/ar.texi: New file. + * doc/glibc-headers/argp.texi: New file. + * doc/glibc-headers/argz.texi: New file. + * doc/glibc-headers/byteswap.texi: New file. + * doc/glibc-headers/crypt.texi: New file. + * doc/glibc-headers/endian.texi: New file. + * doc/glibc-headers/envz.texi: New file. + * doc/glibc-headers/err.texi: New file. + * doc/glibc-headers/error.texi: New file. + * doc/glibc-headers/execinfo.texi: New file. + * doc/glibc-headers/fpu_control.texi: New file. + * doc/glibc-headers/fstab.texi: New file. + * doc/glibc-headers/fts.texi: New file. + * doc/glibc-headers/getopt.texi: New file. + * doc/glibc-headers/ieee754.texi: New file. + * doc/glibc-headers/ifaddrs.texi: New file. + * doc/glibc-headers/libintl.texi: New file. + * doc/glibc-headers/mcheck.texi: New file. + * doc/glibc-headers/mntent.texi: New file. + * doc/glibc-headers/obstack.texi: New file. + * doc/glibc-headers/paths.texi: New file. + * doc/glibc-headers/printf.texi: New file. + * doc/glibc-headers/pty.texi: New file. + * doc/glibc-headers/resolv.texi: New file. + * doc/glibc-headers/shadow.texi: New file. + * doc/glibc-headers/sysexits.texi: New file. + * doc/glibc-headers/ttyent.texi: New file. + 2008-01-12 Jim Meyering announce-gen: emit Gnulib's git-based version string. @@ -37509,6 +38237,11 @@ * m4/uintmax_t.m4: New file. * m4/Makefile.am (EXTRA_DIST): Add inttypes_h.m4 and uintmax_t.m4. -Copyright (C) 1997-2008 Free Software Foundation, Inc. -Copying and distribution of this file, with or without modification, -are permitted provided the copyright notice and this notice are preserved. + + ----- + + Copyright (C) 1997-2008 Free Software Foundation, Inc. + + Copying and distribution of this file, with or without + modification, are permitted provided the copyright notice + and this notice are preserved.