diff options
Diffstat (limited to 'src/ChangeLog')
-rw-r--r-- | src/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index d3c63c89..1195c82a 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,5 +1,13 @@ 2011-02-03 Gabriel Dos Reis <gdr@cs.tamu.edu> + * interp/c-util.boot (mutateConditionalFormWithUnaryFunction): + Rename from mutateCONDFormWithUnaryFunction. Update callers + (mutateBindingFormWithUnaryFunction): Rename from + mutateLETFormWithUnaryFunction. Allow %bind form too. + Update callers. + +2011-02-03 Gabriel Dos Reis <gdr@cs.tamu.edu> + * algebra/stream.spad.pamphlet (Stream): Remove bogus assignment to Rep. Rework local function definitions. |