X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=ChangeLog;h=9c67e8a94f57e189cdfc04395b7dbb8ee7116560;hb=f3df4c99750b1debd07c30d60770b06a6c0be30e;hp=5581a567fe9b5f44949c2ed809a7741746ee916b;hpb=93d45a6cea3e8c0959a430e0b3f5ae24fc600399;p=gnulib.git diff --git a/ChangeLog b/ChangeLog index 5581a567f..9c67e8a94 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,23 @@ 2007-01-08 Bruno Haible + * gnulib-tool (func_all_modules): Use find, not ls, to traverse the + modules directory. Filter out CVS, ChangeLog, COPYING, README also from + subdirectories. + +2007-01-08 Karl Berry + + * doc/error.texi: mention that main() fns must set program_name + when progname is used. + +2007-01-08 Paul Eggert + + * m4/wctype.m4 (gl_WCTYPE_H): Compute ABSOLUTE_WCTYPE_H even if + WCTYPE_H is empty, for the benefit of builds from non-distclean + directories. Problem reported by Eric Blake in + . + +2007-01-08 Bruno Haible + * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME): Remove PROVIDE_CANONICALIZE_FILENAME_MODE macro definition. * lib/canonicalize.h: Test GNULIB_CANONICALIZE instead of @@ -24,6 +42,8 @@ * lib/utf16-ucs4-safe.h: New file. * lib/unistr/utf16-ucs4-safe.c: New file. + * MODULES.html.sh (Unicode string functions): Add the new modules. + 2007-01-08 Bruno Haible * modules/utf8-ucs4 (Files, lib_SOURCES): Add unistr/utf8-ucs4.c. @@ -54,6 +74,14 @@ (u16_uctomb): Use ucs4_t, uint16_t types. * lib/unistr/ucs4-utf16.c: New file. +2006-12-25 Bruno Haible + + * modules/unitypes: New file. + * lib/unitypes.h: New file. + * MODULES.html.sh (func_all_modules): New section "Unicode string + functions". Move ucs4-utf8, ucs4-utf16, utf8-ucs4, utf16-ucs4 to + this section. Add unitypes. + 2007-01-08 Bruno Haible Avoid variable names that conflict with those from libtool. @@ -10232,7 +10260,7 @@ * gnulib-tool (func_import): Also copy m4/gnulib-tool.m4. Omit declaration macro definitions from generated gnulib.m4. -2005-08-30 "Oskar Liljeblad" +2005-08-30 Oskar Liljeblad * lib/iconvme.h: Add prototype for iconv_alloc. @@ -10266,7 +10294,7 @@ * modules/byteswap (Makefile.am): Fix rule to not assume GNU make. -2005-08-29 "Oskar Liljeblad" +2005-08-29 Oskar Liljeblad * lib/iconvme.c: Split iconv_string into iconv_alloc.