X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Flibpspp%2FChangeLog;h=ff91701b886dc3b2e49dc8a8e96e83edf80ecbb7;hb=9f553490fb222c0fd4337e3479683776db98fd05;hp=5fcc9df9bad03d0e807ea48854cc1b2a85b123ed;hpb=b5a94c85822eb737da0bb01b94be0531a3e9bbb7;p=pspp-builds.git diff --git a/src/libpspp/ChangeLog b/src/libpspp/ChangeLog index 5fcc9df9..ff91701b 100644 --- a/src/libpspp/ChangeLog +++ b/src/libpspp/ChangeLog @@ -1,3 +1,17 @@ +Sun Feb 18 11:21:41 2007 Ben Pfaff + + * alloc.h: Remove useless parentheses in #if "defined" operator. + + * misc.h: Ditto. + +Tue Feb 6 20:00:13 2007 Ben Pfaff + + * misc.h [!HAVE_ISINF] (isinf): Define only if isinf is not + defined as a macro, because mingw seems to have the macro without + the function. + [!HAVE_ISNAN] (isnan): Ditto, for symmetry only. + [!AHVE_FINITE] (finite): Ditto, for symmetry only. + Tue Feb 6 19:58:46 2007 Ben Pfaff * compiler.h (PRINTF_FORMAT): Use __printf__ instead of printf to