X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=ChangeLog;h=62eec08a09da0f398a52ef274e917c469f060706;hb=3fc7b08b53d3a07385327d6f2aff11a2f9abce08;hp=b2a95162452fef6842b85e5bdd20ecda3c2603e2;hpb=bd987cd921b56af9ef335aa52d8af00116ddee77;p=pspp-builds.git diff --git a/ChangeLog b/ChangeLog index b2a95162..62eec08a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,31 @@ +Mon Apr 24 14:12:25 2006 Ben Pfaff + + * Smake: Add exit to GNULIB_MODULES. + +Sun Apr 23 20:34:50 2006 Ben Pfaff + + * Smake: Add linebreak to GNULIB_MODULES. + +Sat Apr 15 21:45:40 2006 Ben Pfaff + + Get rid of src/libpspp/debug-print.h and all its uses. (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