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, 23 Oct 2005 22:51:34 -0400

Index: pspp/src/ChangeLog
diff -u pspp/src/ChangeLog:1.236 pspp/src/ChangeLog:1.237
--- pspp/src/ChangeLog:1.236    Fri Oct 21 01:19:23 2005
+++ pspp/src/ChangeLog  Mon Oct 24 02:51:32 2005
@@ -1,3 +1,19 @@
+Sun Oct 23 19:28:08 2005  Ben Pfaff  <address@hidden>
+
+       Work to get rid of GCC 4.0 warnings, part 1.
+       
+       In many files, change count parameters to parse_variables(),
+       etc. from `int' to `size_t'.  Also change related variables and
+       struct members.  Also change messages as needed (e.g. %d to %u
+       with cast to unsigned).  Also change arithmetic as necessary
+       (e.g. n >= m - 1 to n + 1 >= m). 
+
+       * crosstabs.q: (crs_custom_tables) Check for size_t overflow in
+       multiplication.
+
+       * q2c.c: (dump_declarations) Generate code for size_t instead of
+       int.
+       
 Thu Oct 20 18:18:40 2005  Ben Pfaff  <address@hidden>
 
        * output.c: (outp_read_devices) Fix message.




reply via email to

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