X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Flibpspp%2FChangeLog;h=7f22461015354ef809cacf86114490aa0406032e;hb=5538da3591c0aa883ad5e6c36294856f1918b7fe;hp=502b929275948820c2751136ddd49c769f3258d5;hpb=f662ba6c542ef66d8ab80cb0a4154ff853cfc0af;p=pspp diff --git a/src/libpspp/ChangeLog b/src/libpspp/ChangeLog index 502b929275..7f22461015 100644 --- a/src/libpspp/ChangeLog +++ b/src/libpspp/ChangeLog @@ -1,3 +1,16 @@ +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.