* Change PARSE-TOKEN-FROM-STREAM and READ-TOKEN not to cons up a new
commit7f38421a750d0ef7a77998ccac21fbfac978b5d5
authorTobias C Rittweiler <trittweiler@common-lisp.net>
Fri, 26 Dec 2008 17:13:52 +0000 (26 18:13 +0100)
committerTobias C Rittweiler <trittweiler@common-lisp.net>
Fri, 26 Dec 2008 17:13:52 +0000 (26 18:13 +0100)
tree261aa97df19c951288abd2f73ae12a9e820d1bc4
parentb9b02820cc7399820ecdadc288b8b9b3b74f5151
* Change PARSE-TOKEN-FROM-STREAM and READ-TOKEN not to cons up a new
  string for each explicitly given package qualifier by using the
  previously introduced FIND-PACKAGE-FROM-SUBSTRING.

* Rename SB!KERNEL::FILE-POSITION-OR-NIL-FOR-ERROR to SAFE-FILE-POSITION.

* Export SAFE-FILE-POSITION from SB!INT.

* Use SB!INT:SAFE-FILE-POSITION in PARSE-TOKEN-FROM-STREAM.
package-data-list.lisp-expr
src/code/condition.lisp
src/code/reader.lisp