Patched the previous patch. Everything should be OK now both in the case
[pspp] / src / ChangeLog
index 649add829b78e63f68afcb55f295ac4abbb3b72e..d94cc0d98b9503b14c54ab1405802849d4557ee3 100644 (file)
@@ -1,3 +1,16 @@
+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.