X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;ds=sidebyside;f=src%2Flibpspp%2FChangeLog;h=e00ac0c288209ef8f6aa0c4046422887915b3df4;hb=5c6905f443fab1025db254154790648ca95cf310;hp=e92778cb3d0187b902e7fbd0fac6b2c6da4b9a62;hpb=0097b71cac1297fba88b3c019836090dd0cf639c;p=pspp-builds.git diff --git a/src/libpspp/ChangeLog b/src/libpspp/ChangeLog index e92778cb..e00ac0c2 100644 --- a/src/libpspp/ChangeLog +++ b/src/libpspp/ChangeLog @@ -1,3 +1,32 @@ +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 + recommended by latest GNU coding standards. + 2007-06-06 Ben Pfaff * array.c (binary_search): Fix assertion.