bootfiles/20a/boot-2009-10-1-cross.lisp
0 → 100644
+8
−0
+2
−1
+17
−2
+27
−7
Loading
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.