X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=ChangeLog;h=8502ffae6014a6af06c2648928dc005064edb363;hb=77e551d23575da6b89f866612ab39c2b0497c9be;hp=22e40403b1ff5f100ba63e67ff2229a638a8bd3d;hpb=2048ef1bcb81fa766ccff3bb1cf30a886316983c;p=pspp-builds.git diff --git a/ChangeLog b/ChangeLog index 22e40403..8502ffae 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,62 @@ +Sat Apr 15 21:45:40 2006 Ben Pfaff + + Get rid of src/libpspp/debug-print.h and all its users. (There + were few real users, but many inclusions of its header file.) + +Sat Apr 15 19:51:22 2006 Ben Pfaff + + Get rid of our own int32 type in favor of the standard int32_t + type. + + * configure.ac: Don't need to check the sizes of integer types + anymore. + +Sat Apr 15 19:13:59 2006 Ben Pfaff + + * configure.ac, acinclude.m4: Complain about missing prerequisites + in a group at the end of configuration, not piecemeal. This + should make building PSPP less frustrating. Thanks to John + Darrington for the suggestion. + +Sat Apr 15 18:17:15 2006 Ben Pfaff + + * configure.ac: Move code into acinclude.m4 to make the configure + script more readable. + + * acinclude.m4: New functions from configure.ac. + +Mon Apr 3 11:01:00 2006 Ben Pfaff + + * Smake: (GNULIB_MODULES) Add strsep. + +Thu Mar 30 15:50:05 2006 Ben Pfaff + + * Smake: Enable -Wdeclaration-after-statement warning if + available. + + * acinclude.m4: Add macro for checking whether a warning is + supported. + +Mon Mar 20 16:32:11 2006 Ben Pfaff + + * Smake: Require "unistd" gnulib module. Removed tests for + HAVE_UNISTD_H from source code. + +Sat Mar 4 13:20:56 2006 Ben Pfaff + + * configure.ac: Get rid of pref.h.orig. + + * pref.h.orig: Removed. Moved SHORT_NAME_LEN, LONG_NAME_LEN to + src/data/variable.h. Removed GLOBAL_DEBUGGING entirely, changing + all references to DEBUGGING. Moved P_tmpdir to + src/data/make-file.c. Moved NO_CHARTS to + src/output/charts/automake.mk. + +Sat Mar 4 12:58:34 2006 Ben Pfaff + + * pref.h.orig: Move GCC attribute declarations to + new file src/libpspp/compiler.h. + Sat Mar 4 12:27:06 2006 Ben Pfaff * Smake: Require "intprops" gnulib module.