Fixed bugs #11722 and #11676
[pspp] / src / ChangeLog
index a7e6320ae2ef5ff764717b8a2c5e8dca21d51de1..aeb5b76f50ff5dca37d60f01076b78e84921c638 100644 (file)
@@ -1,3 +1,17 @@
+Wed Jan 26 09:25:54 WST 2005 John Darrington <john@darrington.wattle.id.au>
+
+       * set.q: Copied the string produced by getenv("PAGER") thus avoiding
+       "invalid free" errors.  Hopefully fixes bug #11722
+
+       * compute.c expr-prs.c: Check that lvalues are populated before 
+       attempting to destroy them.  Closes bug #11676
+
+Tue Jan 25 21:01:43 WST 2005 John Darrington <john@darrington.wattle.id.au>
+
+       * aggregate.c: Initialised the complete agr_proc structure.
+       Closes bug #11675
+
+
 Sun Jan 23 23:02:21 2005  Ben Pfaff  <blp@gnu.org>
 
        * print.c: (print_trns_free) Close the dfm writer if there is one,