X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=ChangeLog;h=57f6461d31d2d5fdd9803790843f06a17c905c9c;hb=0498114186f126d786cc0f3cf6686a43b8513e62;hp=8b5d7a18001d93e5e79117af7501dc08e9948c6f;hpb=10add4c7fbb4076b69e27c524e24081067c39f40;p=pspp-builds.git diff --git a/ChangeLog b/ChangeLog index 8b5d7a18..57f6461d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,25 @@ +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