Add comments.
[pspp] / ChangeLog
index f40baa89fd5cda7a463b429f38282d8b5b74dd04..2a4a0d12950e33a7f291843306822fd67ef2bf4c 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,34 @@
+2006-10-11  Bruno Haible  <bruno@clisp.org>
+
+       * m4/longlong.m4: Add comments.
+       * m4/ulonglong.m4: Likewise.
+
+2006-10-10  Bruno Haible  <bruno@clisp.org>
+
+       Make it possible to #define stpcpy, strdup to aliases.
+       * lib/stpcpy.c (stpcpy) [!_LIBC]: Don't undefine.
+       * lib/strdup.c (strdup) [!_LIBC]: Don't undefine.
+
+2006-10-10  Bruno Haible  <bruno@clisp.org>
+
+       Make it possible to #define gcd to an alias.
+       * lib/gcd.c: Include config.h.
+
+2006-10-10  Bruno Haible  <bruno@clisp.org>
+
+       Make it possible to #define c_isascii to an alias.
+       * lib/c-ctype.h: Don't define the macros if NO_C_CTYPE_MACROS is
+       defined. Undefine the macros before defining them, to avoid gcc
+       warnings.
+       * lib/c-ctype.c: Include config.h. Don't undefine the macros; instead,
+       define NO_C_CTYPE_MACROS early.
+
+2006-10-10  Bruno Haible  <bruno@clisp.org>
+
+       Make it possible to #define set_program_name to an alias.
+       * lib/progname.c: Don't undefine set_program_name; instead, undefine
+       ENABLE_RELOCATABLE early.
+
 2006-10-10  Paul Eggert  <eggert@cs.ucla.edu>
 
        Port to Tandem NSK OSS, which has 64-bit signed int but at most