diff options
author | dos-reis <gdr@axiomatics.org> | 2008-03-30 22:45:19 +0000 |
---|---|---|
committer | dos-reis <gdr@axiomatics.org> | 2008-03-30 22:45:19 +0000 |
commit | d1991c79a1612d16a38ede9d6f72024f64714122 (patch) | |
tree | 72c51144a4fe69c5247cd5dbc815996857fe34c1 /src/ChangeLog | |
parent | d4253914cd374bbb099b6055e8db595073c1b349 (diff) | |
download | open-axiom-d1991c79a1612d16a38ede9d6f72024f64714122.tar.gz |
* interp/i-intern.boot (mkAtree3): Don't apply syntactic
transformation on `~=' expressions.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r-- | src/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index b032d3f6..7d8cb609 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,5 +1,10 @@ 2008-03-30 Gabriel Dos Reis <gdr@cs.tamu.edu> + * interp/i-intern.boot (mkAtree3): Don't apply syntactic + transformation on `~=' expressions. + +2008-03-30 Gabriel Dos Reis <gdr@cs.tamu.edu> + * interp/buildom.boot: Cache constructor instantiations. * interp/clam.boot (haddProp): Update comment. |