projects
/
mit-scheme.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
69b31cc
)
Include and export cased table.
author
Chris Hanson
<org/chris-hanson/cph>
Mon, 27 Feb 2017 07:07:16 +0000
(23:07 -0800)
committer
Chris Hanson
<org/chris-hanson/cph>
Mon, 27 Feb 2017 07:07:16 +0000
(23:07 -0800)
src/runtime/runtime.pkg
patch
|
blob
|
history
diff --git
a/src/runtime/runtime.pkg
b/src/runtime/runtime.pkg
index f9ebbcf7b5bc9753d3da57440520d347084fd9e9..8bef04f122bc091d8f78915ff7c52ca88a3d26b1 100644
(file)
--- a/
src/runtime/runtime.pkg
+++ b/
src/runtime/runtime.pkg
@@
-1296,6
+1296,7
@@
USA.
(define-package (runtime ucd-tables)
(files "ucd-table-alpha"
+ "ucd-table-cased"
"ucd-table-ccc"
"ucd-table-cf"
"ucd-table-cwcf"
@@
-1319,10
+1320,12
@@
USA.
(parent (runtime))
(export ()
char-alphabetic?
+ char-cased?
char-lower-case?
char-upper-case?
char-whitespace?
char-set:alphabetic
+ char-set:cased
char-set:lower-case
char-set:upper-case
char-set:whitespace)