X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Flibpspp%2FChangeLog;h=e00ac0c288209ef8f6aa0c4046422887915b3df4;hb=5c6905f443fab1025db254154790648ca95cf310;hp=f66e386c0b7fbc963b41d97926e9dc1aba185086;hpb=a3d1c6cd2c0ad62ada29c38b67df483abc762c44;p=pspp-builds.git diff --git a/src/libpspp/ChangeLog b/src/libpspp/ChangeLog index f66e386c..e00ac0c2 100644 --- a/src/libpspp/ChangeLog +++ b/src/libpspp/ChangeLog @@ -1,5 +1,25 @@ +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