* getlogin_r (gl_GETLOGIN_R): Fix cut & paste error.
[gnulib.git] / ChangeLog
index d132245..7ae5b3a 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,89 @@
+2005-09-03  Simon Josefsson  <jas@extundo.com>
+
+       * gnulib-tool: Fix typo.
+
+2005-09-02  Paul Eggert  <eggert@cs.ucla.edu>
+
+       * modules/inttostr (Files): Add m4/inttypes_h.m4, m4/stdint_h.m4,
+       m4/ulonglong.m4.  Problem reported by Martin Lambers.
+
+2005-09-02  Bruno Haible  <bruno@clisp.org>
+
+       * gnulib-tool (import): In the other first-use case, provide defaults
+       as well.
+
+2005-09-02  Simon Josefsson  <jas@extundo.com>
+
+       * modules/havelib: New module.
+
+       * modules/gettext, modules/iconv, modules/lock, modules/readline:
+       Use havelib.
+
+2005-08-31  Simon Josefsson  <jas@extundo.com>
+
+       * modules/socklen: New file.
+
+2005-09-01  Bruno Haible  <bruno@clisp.org>
+
+       * gnulib-tool (func_import): Fix handling of symbolic links.
+
+2005-09-01  Bruno Haible  <bruno@clisp.org>
+
+       * gnulib-tool (import): In the first-use case, provide defaults.
+
+2005-09-01  Bruno Haible  <bruno@clisp.org>
+
+       * gnulib-tool (func_import): Remove the .tmp files.
+
+2005-08-30  Bruno Haible  <bruno@clisp.org>
+
+       * gnulib-tool (func_import): Fix defaulting of $libname and $libtool.
+       Create directories that shall be filled.
+       (import): Don't look for gl_* macros in configure.ac. Recurse across
+       all directories containing a gnulib-cache.m4 files, if meaningful.
+
+2005-08-30  Bruno Haible  <bruno@clisp.org>
+
+       Avoid unnecessary diffs in the generated lib/Makefile.am.
+       * gnulib-tool (func_emit_lib_Makefile_am): Don't write the cmd into
+       the generated files.
+       (func_import): Don't set cmd.
+
+2005-08-30  Bruno Haible  <bruno@clisp.org>
+
+       * gnulib-tool (func_import): Read the previous cached settings
+       from gnulib-cache.m4 and gnulib-comp.m4. Remove files that were
+       earlier added by gnulib but are now dropped. Warn when a gnulib file
+       overwrites a non-gnulib file.
+
+2005-08-28  Bruno Haible  <bruno@clisp.org>
+
+       * gnulib-tool (func_import): Generate two files gnulib-cache.m4 and
+       gnulib-comp.m4 instead of a single gnulib.m4, to make it easy for
+       projects that don't keep autogenerated files in CVS. Put into
+       actioncmd only the specified modules, not the transitive closure.
+
+2005-08-28  Bruno Haible  <bruno@clisp.org>
+
+       * gnulib-tool (func_import): Require AC_GNU_SOURCE etc. instead of
+       always instantiating them.
+
+2005-08-28  Bruno Haible  <bruno@clisp.org>
+
+       * gnulib-tool (import): Rename most ac_* variables to cached_*.
+       Also use new variables cached_lgpl, cached_libtool.
+
+2005-08-28  Bruno Haible  <bruno@clisp.org>
+
+       * gnulib-tool (func_import): Also copy m4/gnulib-tool.m4. Omit
+       declaration macro definitions from generated gnulib.m4.
+
+2005-08-28  Bruno Haible  <bruno@clisp.org>
+
+       * gnulib-tool: New option --macro-prefix.
+       (func_import): Use macro_prefix.
+       (import): Handle option --macro-prefix.
+
 2005-08-28  Bruno Haible  <bruno@clisp.org>
 
        * gnulib-tool (func_import): Emit also a stub for gl_LIBTOOL.