Revamp xalloc interface so that it can check for address arithmetic overflow.
[gnulib.git] / ChangeLog
index 26eee3c..558b81e 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,32 @@
+2003-10-12  Paul Eggert  <eggert@twinsun.com>
+
+       * modules/xalloc: Do not depend on 'exit'.  Depend on 'stdbool'.
+       Change maintainer from Bruno Haible to 'all'.
+
+2003-10-10  Simon Josefsson  <jas@extundo.com>
+
+       * modules/argp (Depends-on): Add restrict and strcase.
+
+2003-10-08  Paul Eggert  <eggert@twinsun.com>
+
+       * modules/getpass: Depend on stdbool.
+
+2003-10-06  Bruno Haible  <bruno@clisp.org>
+
+       * modules/version-etc-2: Remove file.
+       * MODULES.html.sh (func_all_modules): Remove version-etc-2.
+
+2003-10-06  Bruno Haible  <bruno@clisp.org>
+
+       * modules/fatal-signal: New file.
+       * MODULES.html.sh (func_all_modules): Add fatal-signal.
+
+2003-10-05  Paul Eggert  <eggert@twinsun.com>
+
+       * README: Rework advice for preventing empty .o files.
+       Don't recommend ELIDE constructs.  Recommend <stddef.h>,
+       not <sys/types.h>.
+
 2003-10-02  Bruno Haible  <bruno@clisp.org>
 
        * modules/lchown (Include): Add lchown.h.
@@ -6,8 +35,8 @@
 
 2003-10-01  Simon Josefsson  <jas@extundo.com>
 
-       * MODULES.html.sh: Move gethostname from section 'based on' to section
-       'lacking' POSIX:2001.
+       * MODULES.html.sh (func_all_modules): Move gethostname from section
+       'based on' to section 'lacking' POSIX:2001.
 
 2003-09-27  Oskar Liljeblad  <oskar@osk.mine.nu>