X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Flibpspp%2FChangeLog;h=7f22461015354ef809cacf86114490aa0406032e;hb=c56bd29f159d680761cdb7ddabaef2180edd3b11;hp=d237d1fe277ff4308af7292672f5aa1017730643;hpb=d0371553a98cd169353bf6d211e375e5ffc3a3bd;p=pspp-builds.git diff --git a/src/libpspp/ChangeLog b/src/libpspp/ChangeLog index d237d1fe..7f224610 100644 --- a/src/libpspp/ChangeLog +++ b/src/libpspp/ChangeLog @@ -1,3 +1,25 @@ +2008-02-18 Ben Pfaff + + Patch #6426. Thanks to John Darrington for review. + + * str.c (ds_read_line): Add argument to limit the length of the + line to be read. Update all callers. + +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