diff options
author | dos-reis <gdr@axiomatics.org> | 2011-05-07 16:08:31 +0000 |
---|---|---|
committer | dos-reis <gdr@axiomatics.org> | 2011-05-07 16:08:31 +0000 |
commit | a8b9a2f5f65820ce836353e0d25070fa8eaeece9 (patch) | |
tree | cfd36b58073ff21151863f139c28a5342ecd6405 /src/ChangeLog | |
parent | 554f0da895913012bc9e029e9312c50650e222b2 (diff) | |
download | open-axiom-a8b9a2f5f65820ce836353e0d25070fa8eaeece9.tar.gz |
* algebra/table.spad.pamphlet (HashTable): Use tableValue instead
of HGET. Use tableLength instead of HCOUNT.
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 518fcd38..a785fd16 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,8 @@ +2011-05-07 Gabriel Dos Reis <gdr@cs.tamu.edu> + + * algebra/table.spad.pamphlet (HashTable): Use tableValue instead + of HGET. Use tableLength instead of HCOUNT. + 2011-05-04 Gabriel Dos Reis <gdr@cs.tamu.edu> * boot/initial-env.lisp (shoeOpenOutputFile): Remove. Adjust |