X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Flibpspp%2FChangeLog;h=8547567e76f8f28df5115dd1e4fc33edb3a437d7;hb=c725a4f64718ef1ee4139c27c94b2eb6447b51b4;hp=8c8e30c221b2dc5c398415ad53693caa6156bc69;hpb=077c3c1774fd75627783b407169d6884adcbe663;p=pspp-builds.git diff --git a/src/libpspp/ChangeLog b/src/libpspp/ChangeLog index 8c8e30c2..8547567e 100644 --- a/src/libpspp/ChangeLog +++ b/src/libpspp/ChangeLog @@ -1,3 +1,84 @@ +2008-02-01 Ben Pfaff + + Patch #6386. Thanks to John Darrington for review. + + * str.c (str_format_26adic): New function. + +2007-12-24 John Darrington + + * taint.c (taint_destroy): Return true if pointer is null. + +2007-11-25 Ben Pfaff + + * float-format.c (assemble_number): Only store 32 bits for Z short + format. Partial fix for bug #21590. + +2007-11-08 Ben Pfaff + + * str.c (ds_read_stream): Change return value semantics to be more + useful. Update all users. + +2007-11-03 John Darrington + + * i18n.c i18n.h: Added convertor from UTF8 to system. + This is needed for reading gnumeric files (and possibly others). + +2007-10-11 Ben Pfaff + + * xalloc.h: Removed. Changed all users to include "xalloc.h" from + gnulib instead. + + * xalloc.c: Removed. + +2007-10-11 Ben Pfaff + + * alloc.h (local_alloc): Removed. Changed all users to use + xmalloca instead. + (local_free): Removed. Changed all users to use freea instead. + +2007-10-11 Ben Pfaff + + * float-format.c (float_get_lowest): New function. + + * magic.c: Removed. + + * magic.h: Removed. Changed all references to NOT_INT, + NOT_DOUBLE, and NOT_LONG to use other constants. Changed + references to second_lowest_value to call float_get_lowest. + +2007-10-10 Ben Pfaff + + We assume IEEE-754 now. + + * float-format.h (enum float_format): Don't check for + FPREP_IEEE754 macro any longer. + + * magic.h: Ditto. + +2007-09-16 Ben Pfaff + + * copyleft.c: Add trailing new-lines to lack-of-warranty + statement. + +2007-09-05 John Darrington + + * getl.c: Add extra members to struct getl_source, to maintain the + error mode and the syntax_mode. + +2007-07-25 Ben Pfaff + + * getl.c (getl_append_source): Add source to *end* of list. + Otherwise the list ends up in reverse order. + + * automake.mk (src/libpspp/version.c): Use $HOME instead of ~ in + paths. We don't interpolate ~. + +2007-07-22 Ben Pfaff + + * str.h: Include xstrndup.h also. + + * float-format.c (float_get_double): New function. + 2007-07-06 Ben Pfaff * copyleft.c (legal): Update startup notice to use format