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: Sun, 11 Dec 2005 02:35:51 -0500

Index: pspp/src/ChangeLog
diff -u pspp/src/ChangeLog:1.251 pspp/src/ChangeLog:1.252
--- pspp/src/ChangeLog:1.251    Sun Dec 11 02:48:45 2005
+++ pspp/src/ChangeLog  Sun Dec 11 07:35:50 2005
@@ -1,3 +1,22 @@
+Sat Dec 10 23:30:19 2005  Ben Pfaff  <address@hidden>
+
+       Separate random numbers from other settings because of GSL
+       dependency.
+
+       * Makefile.am: Add random.c, random.h to sources.
+
+       * glob.c: (init_glob) Call random_init().
+       (done_glob) Call random_done().
+
+       * settings.c: (static var rng) Move to random.c.
+       (done_settings) Move freeing of RNG to random_done().
+       (get_rng) Move to random.c
+       (set_rng) Ditto.
+
+       * random.c: New file.
+
+       * random.h: New file.
+
 Sat Dec 10 18:13:36 2005  Ben Pfaff  <address@hidden>
 
        Separate settings and the SET command, for modularity.




reply via email to

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