[cmucl-cvs] [git] CMU Common Lisp tag unicode-string-buffer-impl-base created. 698a261f8dd2308579a5ef6a9c846f335eb38385
Raymond Toy
rtoy at common-lisp.net
Tue Oct 11 17:31:27 UTC 2011
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "CMU Common Lisp".
The tag, unicode-string-buffer-impl-base has been created
at 698a261f8dd2308579a5ef6a9c846f335eb38385 (commit)
- Log -----------------------------------------------------------------
commit 698a261f8dd2308579a5ef6a9c846f335eb38385
Author: rtoy <rtoy>
Date: Sat Sep 19 14:44:52 2009 +0000
First set of changes to add new slots to lisp-stream so we can
implement a faster external formats by converting all buffered input
at one step instead of a character at a time.
code/struct.lisp:
o Add new slots: string-buffer, string-index, string-buffer-len
code/sysmacs.lisp:
o Update PREPARE-FOR-FAST-READ-CHAR, DONE-WITH-FAST-READ-CHAR, and
FAST-READ-CHAR to use the new slots.
code/fd-stream.lisp:
o Don't allocate the in-buffer array since the fast read char stuff no
longer handles the in-buffer.
bootfiles/20a/boot-2009-10-1-cross.lisp:
o New file. Use this to cross-compile this change.
-----------------------------------------------------------------------
hooks/post-receive
--
CMU Common Lisp
More information about the cmucl-cvs
mailing list