1.0.4.56: Make case-insensitive string and character comparisons non-consing
authorNathan Froyd <froydnj@cs.rice.edu>
Tue, 10 Apr 2007 16:36:08 +0000 (16:36 +0000)
committerNathan Froyd <froydnj@cs.rice.edu>
Tue, 10 Apr 2007 16:36:08 +0000 (16:36 +0000)
commitd10b036b1d20e6cff820f72b69af2a06dc362327
treef69f5caf44859e8dc34b43468df1658d13190aeb
parent8cbd7fc0f27222a778ce61bae7d943a5081362cc
1.0.4.56: Make case-insensitive string and character comparisons non-consing

* Create two-arg versions of case-insensitive character comparison
  functions;
* Use said functions in the general case;
* Make source transforms for the general functions use the two-arg
  functions, thereby avoiding the &REST consing of the general
  functions.
NEWS
src/code/target-char.lisp
src/compiler/srctran.lisp
version.lisp-expr