diff options
author | dos-reis <gdr@axiomatics.org> | 2011-11-16 13:20:39 +0000 |
---|---|---|
committer | dos-reis <gdr@axiomatics.org> | 2011-11-16 13:20:39 +0000 |
commit | 3f5e42cc9a9db6ddbbb90d130826ad6dd3b7d770 (patch) | |
tree | 0e60bb72b3f05a9fae2f0b7b797478f61c21225a /src/ChangeLog | |
parent | 1c92a8f36879b5a91b7be0f324a05b6507e0e45e (diff) | |
download | open-axiom-3f5e42cc9a9db6ddbbb90d130826ad6dd3b7d770.tar.gz |
* interp/category.boot (mkCategory): Tidy.
(SigListUnion): Likewise. The last argument is not a vector buffer.
(JoinInner): Use a vector buffer for scratch space to compute the
initial principal ancestor. Simplify copy logic.
* interp/g-util.boot (mkBuffer): New.
(bufferData): New.
(buffeLength): Likewise.
(resizeBuffer): Likewise.
(bufferToVector): Likwise.
* lisp/core.lisp.in (mkVector): New. Export.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r-- | src/ChangeLog | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index af2408aa..e61fe00f 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,16 @@ +2011-11-16 Gabriel Dos Reis <gdr@cs.tamu.edu> + + * interp/category.boot (mkCategory): Tidy. + (SigListUnion): Likewise. The last argument is not a vector buffer. + (JoinInner): Use a vector buffer for scratch space to compute the + initial principal ancestor. Simplify copy logic. + * interp/g-util.boot (mkBuffer): New. + (bufferData): New. + (buffeLength): Likewise. + (resizeBuffer): Likewise. + (bufferToVector): Likwise. + * lisp/core.lisp.in (mkVector): New. Export. + 2011-11-15 Gabriel Dos Reis <gdr@cs.tamu.edu> * interp/category.boot (JoinInner): Remove effective dead code |