0.9.6.3:
authorJuho Snellman <jsnell@iki.fi>
Thu, 27 Oct 2005 22:30:26 +0000 (22:30 +0000)
committerJuho Snellman <jsnell@iki.fi>
Thu, 27 Oct 2005 22:30:26 +0000 (22:30 +0000)
commit0d6f1e4381deafc13b09b45833fcb0cc8c2653ac
tree3a2fa1848150f9ddf132b28a6e9ca54c8fa79cd6
parent611cde13143c7edd57d0224d7710d92b673ba3b6
0.9.6.3:
Faster READ-LINE.

        * Peek directly into the FAST-READ-CHAR buffer at the start of
          READ-LINE. If it contains a newline, just copy the data directly
          from the buffer to the result string instead of doing a
          character-by-character copy.
src/code/stream.lisp
src/code/sysmacs.lisp
version.lisp-expr