From 25467f48cb03a5656143bedaa1372c1f39c55e85 Mon Sep 17 00:00:00 2001 From: Matthew Flatt Date: Wed, 20 Jul 2005 19:52:36 +0000 Subject: [PATCH] updates to work with new string-upcase, etc svn: r407 --- notes/mzscheme/HISTORY | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/notes/mzscheme/HISTORY b/notes/mzscheme/HISTORY index 8acabcf116..6906abcf03 100644 --- a/notes/mzscheme/HISTORY +++ b/notes/mzscheme/HISTORY @@ -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