X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=ChangeLog;h=7ae5b3a58f4dae11ef8f0f26dba79e92fbfb13b7;hb=0c6f6bcc9609757031e22fb1862d69eb3f907546;hp=56676dc483bea54e983a06b07b44fd04f3d06aab;hpb=d1117fc9b4669e149123ca6717982a50828178ef;p=gnulib.git diff --git a/ChangeLog b/ChangeLog index 56676dc48..7ae5b3a58 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,73 @@ +2005-09-03 Simon Josefsson + + * gnulib-tool: Fix typo. + +2005-09-02 Paul Eggert + + * 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 + + * gnulib-tool (import): In the other first-use case, provide defaults + as well. + +2005-09-02 Simon Josefsson + + * modules/havelib: New module. + + * modules/gettext, modules/iconv, modules/lock, modules/readline: + Use havelib. + +2005-08-31 Simon Josefsson + + * modules/socklen: New file. + +2005-09-01 Bruno Haible + + * gnulib-tool (func_import): Fix handling of symbolic links. + +2005-09-01 Bruno Haible + + * gnulib-tool (import): In the first-use case, provide defaults. + +2005-09-01 Bruno Haible + + * gnulib-tool (func_import): Remove the .tmp files. + +2005-08-30 Bruno Haible + + * 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 + + 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 + + * 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 + + * 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 + + * gnulib-tool (func_import): Require AC_GNU_SOURCE etc. instead of + always instantiating them. + 2005-08-28 Bruno Haible * gnulib-tool (import): Rename most ac_* variables to cached_*.