Added the ability to paste from the clipboard to the data sheet.
[pspp] / src / libpspp / ChangeLog
index 43da54eebbdf8e0e795e7830d737b328b61c06a9..6f3ddf519d23e9068b6cc970962eff23ac905dc5 100644 (file)
@@ -1,3 +1,26 @@
+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.
+
 2007-06-06  Ben Pfaff  <blp@gnu.org>
 
        Add error propagation layer.  Patch #5916, slightly revised.