pspp-cvs
[Top][All Lists]
Advanced

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

[Pspp-cvs] pspp tests/ChangeLog src/language/stats/ChangeLog


From: Ben Pfaff
Subject: [Pspp-cvs] pspp tests/ChangeLog src/language/stats/ChangeLog
Date: Wed, 25 Jul 2007 04:07:50 +0000

CVSROOT:        /cvsroot/pspp
Module name:    pspp
Changes by:     Ben Pfaff <blp> 07/07/25 04:07:50

Modified files:
        tests          : ChangeLog 
        src/language/stats: ChangeLog 

Log message:
        Fix bugs #20493, #20494.
        * flip.c (struct flip_pgm): Remove `case_size' member (now
        unused).
        (cmd_flip): Pass var_cnt as number of cases instead of case_cnt,
        to fix bug #20494.  Don't assign to `case_size' member, which was
        unused after assignment.
        (build_dictionary): When NEWNAMES not used, get the number of
        variables right, to fix bug #20493.
        * tests/command/flip.sh: Add tests to avoid regression on bugs
        #20493, #20494.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/pspp/tests/ChangeLog?cvsroot=pspp&r1=1.97&r2=1.98
http://cvs.savannah.gnu.org/viewcvs/pspp/src/language/stats/ChangeLog?cvsroot=pspp&r1=1.54&r2=1.55

Patches:
Index: tests/ChangeLog
===================================================================
RCS file: /cvsroot/pspp/pspp/tests/ChangeLog,v
retrieving revision 1.97
retrieving revision 1.98
diff -u -b -r1.97 -r1.98
--- tests/ChangeLog     23 Jul 2007 04:40:21 -0000      1.97
+++ tests/ChangeLog     25 Jul 2007 04:07:50 -0000      1.98
@@ -1,3 +1,8 @@
+2007-07-24  Ben Pfaff  <address@hidden>
+
+       * tests/command/flip.sh: Add tests to avoid regression on bugs
+       #20493, #20494.
+
 2007-07-22  Ben Pfaff  <address@hidden>
 
        * command/very-long-strings.sh: Test both compressed and

Index: src/language/stats/ChangeLog
===================================================================
RCS file: /cvsroot/pspp/pspp/src/language/stats/ChangeLog,v
retrieving revision 1.54
retrieving revision 1.55
diff -u -b -r1.54 -r1.55
--- src/language/stats/ChangeLog        10 Jul 2007 04:01:01 -0000      1.54
+++ src/language/stats/ChangeLog        25 Jul 2007 04:07:50 -0000      1.55
@@ -1,3 +1,13 @@
+2007-07-24  Ben Pfaff  <address@hidden>
+
+       * flip.c (struct flip_pgm): Remove `case_size' member (now
+       unused).
+       (cmd_flip): Pass var_cnt as number of cases instead of case_cnt,
+       to fix bug #20494.  Don't assign to `case_size' member, which was
+       unused after assignment.
+       (build_dictionary): When NEWNAMES not used, get the number of
+       variables right, to fix bug #20493.
+
 2007-07-10  Jason Stover  <address@hidden>
 
        * glm.q: Initial version of the GLM procedure.




reply via email to

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