X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=ChangeLog;h=57f6461d31d2d5fdd9803790843f06a17c905c9c;hb=2b6f9b8c607743ea7324b2b7e9a3b3fe7afa5f4e;hp=b5000702ee792bcb58c1067cfe23fcb72f0e8543;hpb=44326932c8227c64a87f7a92ef16ce83c2fba2d4;p=pspp diff --git a/ChangeLog b/ChangeLog index b5000702ee..57f6461d31 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,43 @@ +2007-02-25 Ben Pfaff + + Thanks to Jason Stover for verifying that this patch helps under + NetBSD. + + * acinclude.m4: Rename PSPP_ENABLE_WARNING to PSPP_ENABLE_OPTION, + because it's useful for more than warnings. + + * configure.ac: Add PSPP_ENABLE_OPTION(-mieee) to improve IEEE + floating-point conformance on Alpha and SH architectures. Also, + check for fpsetmask function (available on BSDs). + +Mon Feb 19 10:52:21 2007 Ben Pfaff + + * Smake (GNULIB_MODULES): Add dirname module, remove canonicalize + module. Corresponds to changes in src/data/file-name.c. + +Sat Feb 17 09:22:32 2007 Ben Pfaff + + * Smake (GNULIB_MODULES): Add tmpfile module, which fixes the use + of the tmpfile function under Windows. + +Fri Feb 16 10:50:38 2007 Ben Pfaff + + Better support cross-compiling by using CC_FOR_BUILD and + EXEEXT_FOR_BUILD for q2c. + + * Makefile.am: Add CC_FOR_BUILD, EXEEXT_FOR_BUILD variables. Use + in .q.c rule. + + * acinclude.m4: Add PSPP_CC_FOR_BUILD macro. + + * configure.ac: Call PSPP_CC_FOR_BUILD. + +Mon Feb 12 16:39:18 2007 Ben Pfaff + + * README: Note that iconv is required. + + * configure.ac: Enforce iconv requirement. + Thu Feb 8 14:56:18 2007 Ben Pfaff Reduce platform dependence.