X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=ChangeLog;h=7ae5b3a58f4dae11ef8f0f26dba79e92fbfb13b7;hb=0c6f6bcc9609757031e22fb1862d69eb3f907546;hp=38a6935c61eae6fb4584e78da8a036b229165f3c;hpb=29942c4446fa475ae3d08a60eb294bcee749c706;p=gnulib.git diff --git a/ChangeLog b/ChangeLog index 38a6935c6..7ae5b3a58 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,139 @@ +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_*. + Also use new variables cached_lgpl, cached_libtool. + +2005-08-28 Bruno Haible + + * gnulib-tool (func_import): Also copy m4/gnulib-tool.m4. Omit + declaration macro definitions from generated gnulib.m4. + +2005-08-28 Bruno Haible + + * gnulib-tool: New option --macro-prefix. + (func_import): Use macro_prefix. + (import): Handle option --macro-prefix. + +2005-08-28 Bruno Haible + + * gnulib-tool (func_import): Emit also a stub for gl_LIBTOOL. + (import): Set seen_libtool when we see gl_LIBTOOL. + +2005-08-31 Jim Meyering + + * check-module: Add a FIXME comment. + +2005-08-31 Eric Blake + + * modules/unistd-safer (Files): Add unistd--.h. + * modules/stdio-safer (Files): Add stdio--.h. + +2005-08-28 Bruno Haible + + * gnulib-tool (import): Avoid unnecessary spaces in $avoidlist. + +2005-08-28 Bruno Haible + + * gnulib-tool (func_import): Emit more comments into gnulib.m4. + Emit more advice. + +2005-08-28 Bruno Haible + + * gnulib-tool: Enclose all occurrences of $destdir in "...", so + that it works when the directory contains spaces. + +2005-07-11 Bruno Haible + and Stepan Kasal + + * check-module: If more parameters are given, check each of them + separately; add more exceptions, as noted by Jim Meyering. + (check_module): New procedure. + (%exempt_header): Now contains all exceptions. + +2005-07-30 Ben Pfaff + + * modules/byteswap (Makefile.am): Fix rule to not assume GNU make. + +2005-08-27 Jim Meyering + + * modules/unistd-safer (Files): Add pipe-safer.c. + * modules/fcntl-safer (Files): Add creat-safer.c. + +2005-08-25 Paul Eggert + + * modules/regex (Depends-on): Add malloc, since the code + assumes that !malloc(0) means failure. + 2005-08-24 Bruno Haible * modules/tls-tests: New file.