X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2FChangeLog;h=30fab6addd7adcf7dab22803a908550000cfec62;hb=573068f2bdcd3f8796e9646668fed910a90f890b;hp=26e0a91e1d119a91b5c22cf5f767c4baab5e8623;hpb=009350385d97d9fba2b33ea68cfe8b1aeebf1529;p=pspp-builds.git diff --git a/src/ChangeLog b/src/ChangeLog index 26e0a91e..30fab6ad 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,22 @@ +Sat Mar 11 14:17:47 WST 2006 John Darrington + + * 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 + + * In many source files, #include "compiler.h" to get GCC attribute + definitions. + +Sat Mar 4 12:28:09 2006 Ben Pfaff + + * 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 * start-date.h: New file. +Fri Feb 3 20:34:52 2006 Ben Pfaff + + * font.h: (struct font_set) Removed, because unused. + Sat Jan 28 17:45:36 2006 Ben Pfaff Cleaner (faster?) way to compact cases.