updates to work with new string-upcase, etc

svn: r407
This commit is contained in:
Matthew Flatt 2005-07-20 19:52:36 +00:00
parent f88319ffa6
commit 25467f48cb

View File

@ -2,6 +2,14 @@ Version 299.108
Changed collects/web-server request-bindings/raw
to return an alist of bytes, not strings.
Version 299.108
\U allows up to 8 digits (again) instead of 6
Changed char-lower-case? and char-upper-case?
Added string-upcase, string-downcase, string-titlecase,
string-foldcase, and char-foldcase
In case-insenstive mode, symbols are case-folded instead
of downcased (which is usually the same thing)
Version 299.107
Changed expansion of internal definitions so that local
macros that expand to definition forms can be used