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: Sat, 29 Oct 2005 19:35:55 -0400

Index: pspp/src/ChangeLog
diff -u pspp/src/ChangeLog:1.244 pspp/src/ChangeLog:1.245
--- pspp/src/ChangeLog:1.244    Sat Oct 29 05:50:06 2005
+++ pspp/src/ChangeLog  Sat Oct 29 23:35:55 2005
@@ -1,3 +1,21 @@
+Sat Oct 29 16:25:36 2005  Ben Pfaff  <address@hidden>
+
+       * count.c: Major cleanups.  Rename practically everything.
+       Rewrite much of the code.  Use pools for memory management.  Use
+       the new parse_num_range().
+
+       * mis-val.c: (cmd_missing_values) Use the new parse_num_range().
+       (parse_number) Removed.
+
+       * missing-values.c: (mv_add_num_range) Don't add out-of-order
+       ranges, e.g. where low > high.
+
+       * pool.c: (pool_2nrealloc) New function.
+
+       * range-prs.c: New file.
+       (parse_num_range) New function.
+       (parse_number) New function.
+       
 Fri Oct 28 22:47:48 2005  Ben Pfaff  <address@hidden>
 
        Fix up potential overflows in size calculations by replacing




reply via email to

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