X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Flibpspp%2FChangeLog;h=d7dacd049b48e41a370b1f451a1651ad2431c952;hb=6d4a5e576b26b6b89846daa74ca5081334a84bb5;hp=45158bdb356f4a0738dff62d31386e0dd7170d4e;hpb=897cec8000d45a5afc618fdb9e8fdd597c7b81ba;p=pspp diff --git a/src/libpspp/ChangeLog b/src/libpspp/ChangeLog index 45158bdb35..d7dacd049b 100644 --- a/src/libpspp/ChangeLog +++ b/src/libpspp/ChangeLog @@ -1,3 +1,76 @@ +2007-02-22 Ben Pfaff + + * string.h: Don't include vsnprintf.h any more, because gnulib has + now absorbed it into string.h. + +Thu Feb 22 12:25:52 CET 2007 John Darrington + + * syntax-gen.h syntax-gen.c: New files. + +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 + avoid problem with "#define printf libintl_printf" that libintl is + fond of doing. + (SCANF_FORMAT): Ditto, for symmetry only. + +Tue Feb 6 19:47:10 2007 Ben Pfaff + + * float-format.h: [FPREP_IEEE754] [WORDS_BIGENDIAN] Add missing + comma. + +Wed Jan 24 21:13:32 2007 Ben Pfaff + + * abt.c: New file. + + * abt.h: New file. + + * automake.mk: Add abt.c, abt.h to sources. + +Sun Jan 14 21:44:18 2007 Ben Pfaff + + * automake.mk: Add deque.h to sources. + + * deque.h: New file. + +Wed Jan 10 06:49:38 2007 Ben Pfaff + + * automake.mk: Add heap.c, heap.h to sources. + + * heap.c: New file. + + * heap.h: New file. + +Sun Dec 10 13:54:03 2006 Ben Pfaff + + * str.c (ss_tokenize): Skip the first delimiter character + following the token. Otherwise, changing delimiters from token to + token can't have a sensible effect, because we'll get the previous + delimiter as part of the next token. + (ss_match_string): New function. + +Sat Dec 9 18:48:55 2006 Ben Pfaff + + * misc.h (macro range): Removed, as it was unused. + +Sat Dec 9 07:19:01 WST 2006 John Darrington + + * array.c: Removed gratuitous #include + Thu Dec 7 20:33:23 WST 2006 John Darrington * getl.c getl.h : Changed signature of create function to take a