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, 10 Dec 2005 21:48:46 -0500

Index: pspp/src/ChangeLog
diff -u pspp/src/ChangeLog:1.250 pspp/src/ChangeLog:1.251
--- pspp/src/ChangeLog:1.250    Sat Nov 26 22:49:57 2005
+++ pspp/src/ChangeLog  Sun Dec 11 02:48:45 2005
@@ -1,3 +1,25 @@
+Sat Dec 10 18:13:36 2005  Ben Pfaff  <address@hidden>
+
+       Separate settings and the SET command, for modularity.
+       
+       * Makefile.am: Add settings.c to sources.
+
+       * glob.c: (global variable test_mode) Removed.
+
+       * set.q: Remove all the set_* variables.  Remove a lot of obsolete
+       SPSS/PC+ settings.  Remove the aux_*() routines.  Moved the
+       get_*() functions into settings.c.  Rewrite the settings code and
+       functions to call the new set_*() functions.  Rewrite custom
+       currency parsing.  Write new by-hand cmd_show().
+
+       * esttings.c: New file.  Moved the get_*() functions here from
+       set.q.  Created new set_*() functions to correspond with them.
+       Regularized the names and types of some functions and updated
+       their callers.  Added static, file-scope variables to support the
+       settings.
+
+       * q2c.c: Remove "aux" support, which was only needed by set.q.
+       
 Sun Nov 27 06:43:46 WST 2005 John Darrington <address@hidden>
 
        * data-out.c format.h: Added return value to data_out function.




reply via email to

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