diff options
author | dos-reis <gdr@axiomatics.org> | 2011-02-04 00:04:31 +0000 |
---|---|---|
committer | dos-reis <gdr@axiomatics.org> | 2011-02-04 00:04:31 +0000 |
commit | e2618c92315f6b544e41c9b7d4cad92adcf98655 (patch) | |
tree | 82393fded88c670ad34286063f30c20d9ad9e9e0 /src/ChangeLog | |
parent | a6dfd60ca4931a8c11f0afbd4533d4c6cc960e1e (diff) | |
download | open-axiom-e2618c92315f6b544e41c9b7d4cad92adcf98655.tar.gz |
* interp/c-util.boot (mutateConditionalFormWithUnaryFunction):
Rename from mutateCONDFormWithUnaryFunction. Update callers
(mutateBindingFormWithUnaryFunction): Rename from
mutateLETFormWithUnaryFunction. Allow %bind form too.
Update callers.
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. |