X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Flibpspp%2FChangeLog;h=e00ac0c288209ef8f6aa0c4046422887915b3df4;hb=c806348911641248369536c11e48ed59757865da;hp=e0cebfb85ccd02328da9f90cba570c515f4db5a2;hpb=24a954d1a4faa977d763421136881378f4dd092c;p=pspp diff --git a/src/libpspp/ChangeLog b/src/libpspp/ChangeLog index e0cebfb85c..e00ac0c288 100644 --- a/src/libpspp/ChangeLog +++ b/src/libpspp/ChangeLog @@ -1,3 +1,21 @@ +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.