Used the correct variable in error message. Thanks to Ben for reporting
[pspp-builds.git] / src / libpspp / ChangeLog
index e92778cb3d0187b902e7fbd0fac6b2c6da4b9a62..6f3ddf519d23e9068b6cc970962eff23ac905dc5 100644 (file)
@@ -1,3 +1,22 @@
+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>
+
+       * copyleft.c (legal): Update startup notice to use format
+       recommended by latest GNU coding standards.
+
 2007-06-06  Ben Pfaff  <blp@gnu.org>
 
        * array.c (binary_search): Fix assertion.