Commits · unicode-utf16-extfmt-2009-06-11
cmucl
Browse files
Jun 11, 2009
Fix typos in string-case-fold.
· 336528ef
rtoy
authored
Jun 11, 2009
View commits for tag unicode-utf16-extfmt-2009-06-11
unicode-utf16-extfmt-2009-06-11
336528ef
Clean everything before doing the last build.
· 02be55ca
rtoy
authored
Jun 11, 2009
02be55ca
Revert previous change; we don't do case folding for string-lessp and
· c4c1306b
rtoy
authored
Jun 11, 2009
c4c1306b
Revert previous change that added case folding to string-equal and
· 6be1b9b3
rtoy
authored
Jun 11, 2009
6be1b9b3
Jun 10, 2009
Use +replacement-character-code+.
· 05690fe9
rtoy
authored
Jun 10, 2009
05690fe9
code/extfmts.lisp:
· ad6b1ff3
rtoy
authored
Jun 10, 2009
ad6b1ff3
Add link to Hangul composition sample code.
· 5b3bfd2c
rtoy
authored
Jun 10, 2009
5b3bfd2c
Refactor WRITE-UNIDATA by moving common code that writes ntries into
· 9d9cd5e2
rtoy
authored
Jun 10, 2009
9d9cd5e2
Jun 09, 2009
o Add CASE-FOLDING-TYPE and CASE-CONVERSION-TYPE to describe the
· e5bae125
rtoy
authored
Jun 09, 2009
e5bae125
o Only recognize :simple and :full for the casing parameter.
· 9adb04df
rtoy
authored
Jun 09, 2009
9adb04df
Add comment that it's not clear how to make remove-duplicates work
· cf443a79
rtoy
authored
Jun 09, 2009
cf443a79
o Document that case insensitive operations use Unicode case folding
· 8cc59a4f
rtoy
authored
Jun 09, 2009
8cc59a4f
code/char.lisp:
· a4efad0f
rtoy
authored
Jun 09, 2009
a4efad0f
Update with case folding information.
· f65856f5
rtoy
authored
Jun 09, 2009
f65856f5
Add CaseFolding.txt to unidata.bin so we can do case-insensitive
· 3a60c9ea
rtoy
authored
Jun 09, 2009
3a60c9ea
Jun 08, 2009
o Document :CASING parameter for STRING-UPCASE, STRING-DOWNCASE, and
· 8b5005e5
rtoy
authored
Jun 08, 2009
8b5005e5
Jun 07, 2009
Be sure to close the input string stream.
· bf2e4405
rtoy
authored
Jun 07, 2009
bf2e4405
Jun 06, 2009
o Update STRING-TRIM, STRING-LEFT-TRIM, and STRING-RIGHT-TRIM to
· 31378904
rtoy
authored
Jun 06, 2009
31378904
Oops. Revert previous change. Can't convert #\- because some Unicode
· 080a33d2
rtoy
authored
Jun 06, 2009
080a33d2
Jun 05, 2009
First cut at full-casing support.
· 9dcef3b8
rtoy
authored
Jun 05, 2009
9dcef3b8
Oops. Forgot to call the default converter in %UNICODE-FULL-CASE and
· b152aabe
rtoy
authored
Jun 05, 2009
b152aabe
Add note that interning strings uses the NFC form of the string before
· ab631dad
rtoy
authored
Jun 05, 2009
ab631dad
Update with full casing information from SpecialCasing.txt.
· 5cfd1a79
rtoy
authored
Jun 05, 2009
5cfd1a79
tools/build-unidata.lisp:
· 3dba7588
rtoy
authored
Jun 05, 2009
3dba7588
Initial version.
· 3bedf46b
rtoy
authored
Jun 05, 2009
3bedf46b
Jun 04, 2009
Allow #\- in the name for NAME-CHAR.
· 89777e61
rtoy
authored
Jun 04, 2009
89777e61
Document LOWER-CASE-P, UPPER-CASE-P, BOTH-CASE-P, LISP:TITLE-CASE-P,
· 76f3a749
rtoy
authored
Jun 04, 2009
76f3a749
code/unidata.lisp:
· 8630ece3
rtoy
authored
Jun 04, 2009
8630ece3
o Clean up some comments
· 4347b68d
rtoy
authored
Jun 04, 2009
4347b68d
Oops. Forgot to fix the indexin for swapping of bits as was done for
· dde57bcb
rtoy
authored
Jun 04, 2009
dde57bcb
Jun 03, 2009
Oops. Remove debugging prints.
· 8004288e
rtoy
authored
Jun 03, 2009
8004288e
Fix critical bug in ENDIAN-SWAP-VECTOR. When swapping nibbles, pairs
· e772ce37
rtoy
authored
Jun 03, 2009
e772ce37
Jun 02, 2009
Revert change allowing READ/WRITE-SEQUENCE to operate on 1, 2, and
· eca0176a
rtoy
authored
Jun 02, 2009
eca0176a
May 30, 2009
Fix test in BOTH-CASE-P. The lower limit is +unicode-category-upper+,
· c4db47ac
rtoy
authored
May 30, 2009
View commits for tag unicode-snapshot-2009-06
unicode-snapshot-2009-06
c4db47ac
May 29, 2009
WRITE-SEQUENCE can't use WRITE-INTO-SIMPLE-ARRAY for all vectors
· 90d0bbbb
rtoy
authored
May 29, 2009
90d0bbbb
The return value from WRITE-VECTOR was wrong.
· 67a405f9
rtoy
authored
May 29, 2009
67a405f9
tools/build-unidata.lisp:
· 3f8c191e
rtoy
authored
May 29, 2009
3f8c191e
Initial version from Unicode 5.1.0.
· 6301251e
rtoy
authored
May 29, 2009
6301251e
May 28, 2009
Add derive-type optimizer for lisp::shrink-vector so the compiler
· 6c0ccaa5
rtoy
authored
May 28, 2009
6c0ccaa5
Update read/write-vector to output 1, 2, or 4-bit vectors in the
· e64adb39
rtoy
authored
May 28, 2009
e64adb39
Loading