X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=ChangeLog;h=e3be07ea7b3f4a790165d6e889c3836bf0f3cedf;hb=0254e21a5ce8128cd76242f4e476d0eb52924ec7;hp=a6e5634d3cbc31e07931300dbbfdde2b1e78da5f;hpb=16356a81d27060b28d69ce331df569691471c97c;p=gnulib.git diff --git a/ChangeLog b/ChangeLog index a6e5634d3..e3be07ea7 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,89 @@ +2009-01-25 Bruno Haible + + Don't install charset.alias on mingw and Cygwin. + * modules/localcharset (install-exec-local): Don't install + charset.alias on mingw and Cygwin, if the file does not yet exist. + The result for these platforms is hardcoded in localcharset.c. + +2009-01-25 Bruno Haible + + Make it possible again to use AC_GNU_SOURCE together with gnulib. + * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Require AC_GNU_SOURCE + before requiring AC_USE_SYSTEM_EXTENSIONS. + +2009-01-25 Jim Meyering + + c-strtod: avoid warnings + * lib/c-strtod.c (C_STRTOD): Cast nptr to (char *) to avoid + "assignment discards qualifiers from pointer target type" warnings. + +2009-01-24 Bruno Haible + + Add support for non-UTF-8 locales on MacOS X. + * lib/config.charset: Add CP1131, ARMSCII-8, PT154 to the list of + canonical encodings. For Darwin 7 and newer, don't map traditional + encodings to UTF-8. + Reported by Vincent Lefevre + at . + +2009-01-24 Bruno Haible + + * doc/gnulib.texi (Obsolete modules): New section. + Reported by Mike Frysinger . + +2009-01-24 Bruno Haible + + * doc/Makefile (%.pdf): Clarify where to find texmf.cnf. + (%.dvi): New rule. + +2009-01-24 Bruno Haible + + * lib/c-strtod.h (c_strtod, c_strtold): Adjust specification. + Reported by Eric Blake. + +2009-01-24 Bruno Haible + + * lib/c-stack.c (segv_handler): If !HAVE_XSI_STACK_OVERFLOW_HEURISTIC, + set signo = 0 also if info->si_code <= 0. Needed on HP-UX 11.11. + Reported by Gary V. Vaughan . + +2009-01-24 Bruno Haible + + * lib/c-strtod.h (c_strtod, c_strtold): Add specification. + +2009-01-23 Bruno Haible + + Make c-strtod, c-strtold usable in libraries. + * lib/c-strtod.c: Include string.h instead of xalloc.h. + (C_STRTOD): Call strdup instead of xstrdup. + * modules/c-strtod (Depends-on): Add strdup-posix, remove xalloc. + * modules/c-strtold (Depends-on): Likewise. + * doc/c-strtod.texi: Remove the sentence mentioning xalloc_die. + * NEWS: Mention the change. + Reported by Michael Gold . + +2009-01-23 Jim Meyering + + c-strtod: when ENDPTR is non-NULL, set *ENDPTR in new failure path + * lib/c-strtod.c (C_STRTOD) [LC_ALL_MASKC]: Ensure that when + ENDPTR is non-NULL, *ENDPTR is set to NPTR upon failure. + +2009-01-23 Simon Josefsson + + * lib/version-etc.c: Add emit_bug_reporting_address, inspired by + GNU CoreUtils. + * lib/version-etc.h: Add prototype for emit_bug_reporting_address. + * modules/version-etc (Description): Update. + +2009-01-22 Bruno Haible + + Cache the C locale object. + * lib/c-strtod.c (c_locale_cache): New variable. + (c_locale): New function. + (C_STRTOD): Use it, and don't call freelocale. + * m4/c-strtod.m4 (gl_C_STRTOD, gl_C_STRTOLD): Require AC_C_INLINE. + Suggested by Paolo Bonzini. + 2009-01-21 Bruno Haible * lib/getloadavg.c (getloadavg): Check c_strtod result against error