pspp-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Pspp-cvs] pspp tests/ChangeLog src/output/ChangeLog


From: Ben Pfaff
Subject: [Pspp-cvs] pspp tests/ChangeLog src/output/ChangeLog
Date: Sat, 22 Sep 2007 04:21:30 +0000

CVSROOT:        /cvsroot/pspp
Module name:    pspp
Changes by:     Ben Pfaff <blp> 07/09/22 04:21:30

Modified files:
        tests          : ChangeLog 
        src/output     : ChangeLog 

Log message:
        ChangeLog entries from earlier that I missed.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/pspp/tests/ChangeLog?cvsroot=pspp&r1=1.108&r2=1.109
http://cvs.savannah.gnu.org/viewcvs/pspp/src/output/ChangeLog?cvsroot=pspp&r1=1.27&r2=1.28

Patches:
Index: tests/ChangeLog
===================================================================
RCS file: /cvsroot/pspp/pspp/tests/ChangeLog,v
retrieving revision 1.108
retrieving revision 1.109
diff -u -b -r1.108 -r1.109
--- tests/ChangeLog     20 Sep 2007 04:50:54 -0000      1.108
+++ tests/ChangeLog     22 Sep 2007 04:21:29 -0000      1.109
@@ -1,3 +1,7 @@
+2007-09-21  Ben Pfaff  <address@hidden>
+
+       * bugs/unwritable-dir.sh: New test for bug #21117.
+
 2007-09-19  Ben Pfaff  <address@hidden>
 
        * bugs/input-crash.sh: Add regression test for bug #21108.

Index: src/output/ChangeLog
===================================================================
RCS file: /cvsroot/pspp/pspp/src/output/ChangeLog,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -b -r1.27 -r1.28
--- src/output/ChangeLog        8 Sep 2007 01:00:40 -0000       1.27
+++ src/output/ChangeLog        22 Sep 2007 04:21:29 -0000      1.28
@@ -1,3 +1,20 @@
+2007-09-21  Ben Pfaff  <address@hidden>
+
+       * ascii.c (struct ascii_driver_ext): New member reported_error.
+       (ascii_open_driver): Initialize reported_error.
+       (ascii_open_page): Initialize the rest of the ascii driver data
+       even if we fail to open the output file.  Fixes bug #21117.
+
+       * chart.c (chart_create): Initialize lp member.  Fixes crash if
+       chart initialization fails.
+
+       * html.c (html_open_driver): Don't free chart_file_name in error
+       case, since html_close_driver will do that.  Fixes crash if file
+       open fails.
+
+       * postscript.c (ps_close_driver): Don't try to write to file if
+       it's null.  Fixes crash if file open fails.
+
 2007-09-08  John Darrington <address@hidden>   
 
        * postscript.c html.c: Remove #include "getline.h" to concurr with 




reply via email to

[Prev in Thread] Current Thread [Next in Thread]