diff options
author | dos-reis <gdr@axiomatics.org> | 2011-05-18 19:55:44 +0000 |
---|---|---|
committer | dos-reis <gdr@axiomatics.org> | 2011-05-18 19:55:44 +0000 |
commit | 8fd728f1eb83adab31f40b158ef4eda4dcf02c51 (patch) | |
tree | e58e2816a33fdbc7fa0a0f1176f5284c8b8f1d2f /src/ChangeLog | |
parent | 05cfbe1549263c70656adce66f06d8ffe8bfa29a (diff) | |
download | open-axiom-8fd728f1eb83adab31f40b158ef4eda4dcf02c51.tar.gz |
* interp/buildom.boot (mkEnumerationFunList): Include enum
constants in the operation list.
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 3f372bf1..2be3f121 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,5 +1,10 @@ 2011-05-18 Gabriel Dos Reis <gdr@cs.tamu.edu> + * interp/buildom.boot (mkEnumerationFunList): Include enum + constants in the operation list. + +2011-05-18 Gabriel Dos Reis <gdr@cs.tamu.edu> + * interp/buildom.boot (Enumeration): Provide implementation of constants. |