Implemented the INSERT command.
[pspp-builds.git] / src / libpspp / ChangeLog
index f66e386c0b7fbc963b41d97926e9dc1aba185086..9c1b654d9cd6d35bb19b671da60dbd823a8a55c0 100644 (file)
@@ -1,5 +1,20 @@
+2007-09-05 John Darrington <john@darrington.wattle.id.au>
+
+       * getl.c: Add extra members to struct getl_source, to maintain the
+       error mode and the syntax_mode. 
+
+2007-07-25  Ben Pfaff  <blp@gnu.org>
+
+       * getl.c (getl_append_source): Add source to *end* of list.
+       Otherwise the list ends up in reverse order.
+
+       * automake.mk (src/libpspp/version.c): Use $HOME instead of ~ in
+       paths.  We don't interpolate ~.
+
 2007-07-22  Ben Pfaff  <blp@gnu.org>
 
+       * str.h: Include xstrndup.h also.
+
        * float-format.c (float_get_double): New function.
 
 2007-07-06  Ben Pfaff  <blp@gnu.org>