Add module mathl.
[gnulib.git] / ChangeLog
index 39bba25..ab546e7 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,112 @@
+2003-02-18  Bruno Haible  <bruno@clisp.org>
+
+       * MODULES.html.sh (func_all_modules): Add mathl.
+
+2003-02-18  Paolo Bonzino  <bonzini@gnu.org>
+
+       * modules/mathl: New file.
+
+2003-02-17  Bruno Haible  <bruno@clisp.org>
+
+       * modules/mkdtemp: New module.
+       * MODULES.html.sh (func_all_modules): Add it.
+
+2003-01-30  Bruno Haible  <bruno@clisp.org>
+
+       * modules/vasnprintf, modules/vasprintf: New modules.
+       * MODULES.html.sh (func_all_modules): Add them.
+
+2003-01-29  Bruno Haible  <bruno@clisp.org>
+
+       * modules/stpncpy: New module.
+       * MODULES.html.sh (func_all_modules): Add it.
+
+2003-01-28  Bruno Haible  <bruno@clisp.org>
+
+       * modules/c-ctype: New module.
+       * MODULES.html.sh (func_all_modules): Add it.
+
+2003-01-27  Bruno Haible  <bruno@clisp.org>
+
+       * modules/xsetenv: New module.
+       * MODULES.html.sh (func_all_modules): Add it.
+
+2003-01-23  Bruno Haible  <bruno@clisp.org>
+
+       * modules/minmax: New module.
+       * MODULES.html.sh (func_all_modules): Add it.
+
+2003-01-22  Bruno Haible  <bruno@clisp.org>
+
+       * modules/exit: New module.
+       * MODULES.html.sh (func_all_modules): Add it.
+
+2003-01-19  Bruno Haible  <bruno@clisp.org>
+
+       * gnulib-tool: Recognize option --extract-maintainer.
+       (func_get_maintainer): New function.
+       * modules/*: Add Maintainer entry.
+
+2003-01-16  Bruno Haible  <bruno@clisp.org>
+
+       * MODULES.html.sh: Add a table of contents. Add the module name as
+       leftmost column. Add hyperlinks.
+
+2003-01-11  Bruno Haible  <bruno@clisp.org>
+
+       * modules/stpcpy: Distribute lib/stpcpy.h.
+       * modules/setenv: Depend on alloca. Distribute lib/setenv.h.
+
+2003-01-11  Bruno Haible  <bruno@clisp.org>
+
+       * gnulib-tool (func_create_testdir): Store config/* files in the main
+       directory.
+       * config.rpath: Move to ...
+       * config/config.rpath: ... here.
+       * modules/gettext: Contains config/config.rpath, not config.rpath.
+       * modules/iconv: Likewise.
+
+2003-01-11  Bruno Haible  <bruno@clisp.org>
+
+       * modules/*: Add a description.
+       * modules/strpbrk: Fix Makefile.am snippet.
+       * modules/strtoimax: Fix dependencies.
+       * modules/strtoumax: Likewise.
+
+2003-01-11  Bruno Haible  <bruno@clisp.org>
+
+       * gnulib-tool (func_create_testdir): Substitute lib_OBJECTS.
+       * modules/alloca (Makefile.am): All object files depend on alloca.h.
+       * modules/stdbool (Makefile.am): All object files depend on stdbool.h.
+
+2003-01-12  Paul Eggert  <eggert@twinsun.com>
+
+       Finish renaming getstr -> getdelim2 and readline -> readlinebuffer,
+       to avoid collisions with libcurses and libreadline.
+       * getstr: Remove.
+       * MODULES.html.sh: Remove getstr.
+       * modules/getline: Depend on unlocked-io, not getstr.
+
+2003-01-10  Bruno Haible  <bruno@clisp.org>
+
+       * modules/alloca: Change Makefile.am requirements. Simplify Include
+       requirements. Add lib/alloca_.h to file list.
+
+2003-01-09  Bruno Haible  <bruno@clisp.org>
+
+       * modules/stdbool: Change configure.ac, Makefile.am requirements.
+       Simplify Include requirements. Add lib/stdbool.h.in to file list.
+
+2003-01-09  Bruno Haible  <bruno@clisp.org>
+
+       * gnulib-tool (func_all_modules): Ignore files ending in ~.
+       * MODULES.html.sh: Likewise.
+
+2003-01-09    <karl@gnu.org>
+
+       * MODULES.html.sh: include `dirname $0` in PATH, to find
+       gnulib-tool.
+
 2003-01-08  Bruno Haible  <bruno@clisp.org>
 
        * modules/full-read: Depend on full-write.