Patched the previous patch. Everything should be OK now both in the case
[pspp] / src / ChangeLog
index db74ea372edf48d19c830d0bc02a02b2efaf11c3..d94cc0d98b9503b14c54ab1405802849d4557ee3 100644 (file)
@@ -1,3 +1,27 @@
+Wed Jan 26 11:44:11 WST 2005 John Darrington <john@darrington.wattle.id.au>
+
+       * set.q: Affixed a fix to the previous fix such that we'll be OK now
+       whether or not PAGER is set.
+
+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,
+       fixing a memory leak.
+
 Mon Jan 24 12:24:36 WST 2005 John Darrington <john@darrington.wattle.id.au>
 
        * glob.c oneway.q q2c.c t-test.q vfm.c: Still *more* memory leaks