diff options
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 |