X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;ds=sidebyside;f=src%2Flanguage%2Fcontrol%2FChangeLog;h=3421bdf4282a9c218d098deb9f1ed282af17b858;hb=a9afcdd22;hp=f26aba150f6fa19f17b896b1b67dc7703c98fdb0;hpb=d13a6e0157824a5dc125080295e86b5215d3a29d;p=pspp-builds.git diff --git a/src/language/control/ChangeLog b/src/language/control/ChangeLog index f26aba15..3421bdf4 100644 --- a/src/language/control/ChangeLog +++ b/src/language/control/ChangeLog @@ -1,3 +1,20 @@ +2008-05-15 Ben Pfaff + + Patch #6512. + + * loop.c (loop_trns_proc): Use gsl_finite instead of finite, , as + a stopgap measure for portability until appropriate gnulib modules + are available. + +2007-09-23 Ben Pfaff + + Bug #21111. Reviewed by John Darrington. + + * do-if.c: Fix ELSE and ELSE IF clauses. + (add_clause): Drop TARGET_INDEX argument and figure out the target + of the jump on our own. The caller couldn't compensate for the + inserted BREAK transformation. Updated all callers. + Fri Feb 2 22:41:43 WST 2007 John Darrington * repeat.c (parse_numbers): Fixed bug parseing ranges vs. lists.