Add comments.
[pspp] / ChangeLog
index 4a246468fd905201c4be0ad8e24c0695a4528985..2a4a0d12950e33a7f291843306822fd67ef2bf4c 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,14 @@
+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.