pspp-cvs
[Top][All Lists]
Advanced

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

[Pspp-cvs] Changes to pspp/src/ChangeLog


From: Ben Pfaff
Subject: [Pspp-cvs] Changes to pspp/src/ChangeLog
Date: Mon, 18 Apr 2005 02:15:21 -0400

Index: pspp/src/ChangeLog
diff -u pspp/src/ChangeLog:1.166 pspp/src/ChangeLog:1.167
--- pspp/src/ChangeLog:1.166    Thu Apr 14 22:55:09 2005
+++ pspp/src/ChangeLog  Mon Apr 18 06:15:21 2005
@@ -1,3 +1,26 @@
+Sun Apr 17 23:08:15 2005  Ben Pfaff  <address@hidden>
+
+       Start work on fixing MATCH FILES.
+
+       * get.c: (enum operation) Remove OP_MATCH.
+       (trim_dictionary) Change return value to bool.  Don't support
+       OP_MATCH.
+       (struct mtf_file) Remove `first', `last' members.
+       (struct mtf_proc) Add `first', `last' members.  Change mtf_case
+       from `struct ccase *' to `struct ccase'.  Remove `by' member.
+       (cmd_match_files) Essentially rewrite.
+       (mtf_free) Don't free `by' member.  Destroy `mtf_case' member.
+       (mtf_read_nonactive_records) mtf_ parameter is not unused.
+       (mtf_processing) Ditto.  Also rephrase some code.
+       (mtf_merge_dictionary) Rewrite for easy comprehension.  
+
+Sun Apr 17 23:06:00 2005  Ben Pfaff  <address@hidden>
+
+       * matrix-data.c: (wr_output_data) [DEBUGGING] Fix compilation
+       error.
+
+       * q2c.c: (dump_token) [DEBUGGING] Fix compilation error.
+       
 Thu Apr 14 2005 John Darrington
 
         * var-display.c: New file.




reply via email to

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