/[pspp]/pspp/src/ChangeLog
ViewVC logotype

Diff of /pspp/src/ChangeLog

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.236 by blp, Fri Oct 21 01:19:23 2005 UTC revision 1.237 by blp, Mon Oct 24 02:51:32 2005 UTC
# Line 1  Line 1 
1    Sun Oct 23 19:28:08 2005  Ben Pfaff  <blp@gnu.org>
2    
3            Work to get rid of GCC 4.0 warnings, part 1.
4            
5            In many files, change count parameters to parse_variables(),
6            etc. from `int' to `size_t'.  Also change related variables and
7            struct members.  Also change messages as needed (e.g. %d to %u
8            with cast to unsigned).  Also change arithmetic as necessary
9            (e.g. n >= m - 1 to n + 1 >= m).
10    
11            * crosstabs.q: (crs_custom_tables) Check for size_t overflow in
12            multiplication.
13    
14            * q2c.c: (dump_declarations) Generate code for size_t instead of
15            int.
16            
17  Thu Oct 20 18:18:40 2005  Ben Pfaff  <blp@gnu.org>  Thu Oct 20 18:18:40 2005  Ben Pfaff  <blp@gnu.org>
18    
19          * output.c: (outp_read_devices) Fix message.          * output.c: (outp_read_devices) Fix message.

Legend:
Removed from v.1.236  
changed lines
  Added in v.1.237

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26