Remove incorrect comment.
[gnulib.git] / ChangeLog
index 21adf8a..970fd22 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,91 @@
+2006-10-25  Bruno Haible  <bruno@clisp.org>
+
+       * lib/gettext.h (_LIBGETTEXT_HAVE_VARIABLE_SIZE_ARRAYS): Define to
+       false for non-gcc C++ compilers.
+       Reported by Nelson H. F. Beebe <beebe@math.utah.edu>.
+
+2006-10-24  Bruno Haible  <bruno@clisp.org>
+
+       * lib/striconv.c (mem_cd_iconv, str_cd_iconv): Treat all non-GNU
+       iconv implementations like Irix iconv.
+
+2006-10-24  Paul Eggert  <eggert@cs.ucla.edu>
+
+       * modules/vararrays: New file.
+       * m4/vararrays.m4: New file, taken from diffutils.
+       * MODULES.html.sh: New module vararrays.
+
+2006-10-24  Karl Berry  <karl@gnu.org>
+
+       * doc/gnulib-intro.texi: --- instead of --; non-naive naive.
+       Don't call GNU Unix.
+
+2006-10-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
+
+       * users.txt: Add Libtool.
+
+       Sync from Libtool:
+
+       2006-10-24  Paul Eggert  <eggert@cs.ucla.edu>
+
+       * lib/argz.c: Remove check for HAVE_CONFIG_H, to conform
+       to gnulib's policy of including config.h unconditionally.
+
+2006-10-24  Bruno Haible  <bruno@clisp.org>
+
+       * modules/wcwidth (Files): Add m4/wint_t.m4.
+       * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Require gt_TYPE_WINT_T.
+       * lib/wcwidth.h (iswprint): Use 'int' if 'wint_t' is not defined.
+
+2006-10-24  Paul Eggert  <eggert@cs.ucla.edu>
+
+       * lib/getdate.y (yyerror): Make the arguments pointer-to-const,
+       to pacify GCC with some -W flags enabled.  Problem reported by
+       Bruno Haible.
+
+2006-10-24  Jim Meyering  <jim@meyering.net>
+
+       * MODULES.html.sh: Remove uinttostr.  It's not a module.
+       Reported by Karl Berry.
+
+2006-10-23  Bruno Haible  <bruno@clisp.org>
+
+       * lib/fts.c (fts_build): Move variable declaration, for C89 compliance.
+
+2006-10-24  Bruno Haible  <bruno@clisp.org>
+
+       * lib/gl_list.h: Use C comment style, not C++ comment style.
+
+2006-10-23  Eric Blake  <ebb9@byu.net>
+
+       * lib/getaddrinfo.c (includes): Add missing include.
+
+2006-10-23  Bruno Haible  <bruno@clisp.org>
+           Paul Eggert  <eggert@cs.ucla.edu>
+
+       Ability to rename obstack_free.
+       * lib/obstack.h (__obstack_free): New macro. Declare instead of
+       obstack_free.
+       (obstack_free): Invoke the __obstack_free macro.
+       * lib/obstack.c (obstack_free): Use __obstack_free macro.
+
+2006-10-23  Bruno Haible  <bruno@clisp.org>
+           Paul Eggert  <eggert@cs.ucla.edu>
+
+       * lib/argp.h (argp_parse, __argp_parse): Comment out the identifiers
+       __argc, __argv from the declaration. (They are defined as macros on
+       mingw.)
+
+2006-10-22  Bruno Haible  <bruno@clisp.org>
+
+       * doc/gnulib-intro.texi: New file.
+       * doc/gnulib.texi: Include it.
+
+2006-10-21  Bruno Haible  <bruno@clisp.org>
+
+       * doc/gnulib.texi: Split the chapter "Gnulib" into 3 chapters
+       "Introduction", "Miscellanous Notes", "Particular Modules".
+
 2006-10-21  Bruno Haible  <bruno@clisp.org>
 
        * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):