Fixed a multitude of C89 compatibility warnings.
[pspp-builds.git] / src / ChangeLog
index 26e0a91e1d119a91b5c22cf5f767c4baab5e8623..30fab6addd7adcf7dab22803a908550000cfec62 100644 (file)
@@ -1,3 +1,22 @@
+Sat Mar 11 14:17:47 WST 2006 John Darrington <john@darrington.wattle.id.au>
+
+       * automake.mk: Changed the pattern specific AM_CPPFLAGS to two target 
+         specific ones. Eventually there will be none at all.
+
+       * automake.mk: Moved the pspp binary to ui/terminal
+
+Sat Mar  4 12:59:08 2006  Ben Pfaff  <blp@gnu.org>
+
+       * In many source files, #include "compiler.h" to get GCC attribute
+       definitions.
+
+Sat Mar  4 12:28:09 2006  Ben Pfaff  <blp@gnu.org>
+
+       * In many source files, replace INT_DIGITS by
+       INT_STRLEN_BOUND(int) and include intprops.h.
+
+John Darrington:
+       
        * Replaced '_' with '-' in most filenames.
 
        * Renamed files as follows:
@@ -599,6 +618,10 @@ Sat Feb 11 21:44:50 2006  Ben Pfaff  <blp@gnu.org>
 
        * start-date.h: New file.
 
+Fri Feb  3 20:34:52 2006  Ben Pfaff  <blp@gnu.org>
+       * font.h: (struct font_set) Removed, because unused.
 Sat Jan 28 17:45:36 2006  Ben Pfaff  <blp@gnu.org>
 
        Cleaner (faster?) way to compact cases.