Tue Oct 31 19:29:05 2006 Ben Pfaff <blp@gnu.org>
[pspp-builds.git] / src / libpspp / ChangeLog
index 1cb917d179e47fa6b46500113304a7afb6dedd71..d3d1553c1ee2b8cfd0c00ee3fb8936dc74ebb438 100644 (file)
@@ -1,3 +1,36 @@
+Tue Oct 31 19:28:19 2006  Ben Pfaff  <blp@gnu.org>
+
+       * str.h: [!HAVE_STRCHR] Drop compatibility code, because now we
+       assume a C89 compliant library.  (Gnulib makes this assumption so
+       we might as well too.)
+       [!HAVE_STRRCHR] Ditto.
+
+Thu Oct 26 20:19:50 2006  Ben Pfaff  <blp@gnu.org>
+
+       * automake.mk: Add the new files.
+
+       * legacy-encoding.c: New file.
+
+       * legacy-encoding.h: New file.
+
+       * float-format.c: New file.
+
+       * float-format.h: New file.
+
+       * integer-format.c: New file.
+
+       * integer-format.h: New file.
+
+Sun Oct 15 09:49:50 WST 2006 John Darrington <john@darrington.wattle.id.au>
+
+       * hash.c hash.h: Added hsh_create_pool, a hash which uses a pool
+       for its memory allocation.
+
+Mon Jul 31 15:49:46 2006  Ben Pfaff  <blp@gnu.org>
+
+       * compiler.h: (macro CONST_FUNCTION) New macro.
+       (macro PURE_FUNCTION) New macro.
+
 Sun Jul 16 21:07:35 2006  Ben Pfaff  <blp@gnu.org>
 
        * message.c: (static int messages_disabled) New variable.