Commits · unicode-utf16-sync-2008-12
cmucl
Browse files
Dec 18, 2008
Merge Snapshot 2008-12 to this branch. Some tweaks needed in
· 5ea89704
rtoy
authored
Dec 18, 2008
View commits for tag unicode-utf16-sync-2008-12
unicode-utf16-sync-2008-12
5ea89704
Nov 01, 2008
Sync to snapshot 2008-11.
· 2cad8ceb
rtoy
authored
Nov 01, 2008
View commits for tag unicode-utf16-sync-2008-11
unicode-utf16-sync-2008-11
2cad8ceb
Sep 03, 2008
Merge from snapshot-2008-09.
· 3327b6aa
rtoy
authored
Sep 03, 2008
View commits for tag unicode-utf16-sync-2008-09
unicode-utf16-sync-2008-09
3327b6aa
Jul 11, 2008
Fix typo in computation of CHAR-BYTES.
· d58d0463
rtoy
authored
Jul 11, 2008
d58d0463
Jul 04, 2008
Merge from unicode-utf16-extfmts:
· e4a1d0a5
rtoy
authored
Jul 04, 2008
e4a1d0a5
Jun 27, 2008
Merge changes from snapshot-2008-07.
· f78265ea
rtoy
authored
Jun 27, 2008
View commits for tag unicode-utf16-sync-2008-07
unicode-utf16-sync-2008-07
f78265ea
Replace calls to copy-to/from-system-area with loops to convert
· 2c35ac88
rtoy
authored
Jun 27, 2008
2c35ac88
Jun 23, 2008
Print out characters using U+xxxx form if needed.
· f05afc87
rtoy
authored
Jun 23, 2008
f05afc87
Sync to HEAD branch.
· ae1de919
rtoy
authored
Jun 23, 2008
ae1de919
Jun 19, 2008
Merge changes from HEAD for the ext-formats search-list change.
· f04c477c
rtoy
authored
Jun 19, 2008
f04c477c
Merge changes from HEAD to the unicode-utf16 branch.
· f6e1eadc
rtoy
authored
Jun 19, 2008
f6e1eadc
This commit was manufactured by cvs2svn to create branch 'unicode-
· 0f14f4a4
cvs2git
authored
Jun 19, 2008
0f14f4a4
New external format stuff from Paul.
· 4a665a5f
rtoy
authored
Jun 19, 2008
4a665a5f
Jun 18, 2008
RENAME-FILE should create the defaulted-new-name from merging new-name
· 7be2343e
rtoy
authored
Jun 18, 2008
7be2343e
Jun 01, 2008
First cut at supporting external-format for COMPILE-FILE. Seems to
· 703ce7ed
rtoy
authored
Jun 01, 2008
703ce7ed
May 31, 2008
Update defknowns: external-format isn't always of the type (member
· 9d245628
rtoy
authored
May 31, 2008
9d245628
Can't use copy-to-system-area for unicode. Copy the bytes
· 445d5407
rtoy
authored
May 31, 2008
445d5407
Can't use copy-from-system-area for unicode. Copy the bytes
· a30667de
rtoy
authored
May 31, 2008
a30667de
For unicode, need to copy the individual bytes to characters to store
· 2bd85896
rtoy
authored
May 31, 2008
2bd85896
May 30, 2008
Use char-bytes/char-bits as needed. This allows us to remove the
· 26d28c0a
rtoy
authored
May 30, 2008
26d28c0a
Use char-bytes as needed. This allows us to remove the unicode
· 12a63561
rtoy
authored
May 30, 2008
12a63561
Restore building the system with unicode disabled. Need this
· e320ed8b
rtoy
authored
May 30, 2008
e320ed8b
Use char-bits to specify the array element size. This allows us to
· 6cbf0c81
rtoy
authored
May 30, 2008
6cbf0c81
code/array.lisp:
· efc34824
rtoy
authored
May 30, 2008
efc34824
Add new constant, CHAR-BYTES, to indicate how many bytes are used to
· b5d6a6de
rtoy
authored
May 30, 2008
b5d6a6de
Add new constant, CHAR-BITS, to indicate how many bits are used to
· 6091e992
rtoy
authored
May 30, 2008
6091e992
The "simple" replacements for the deftransforms for subseq, copy-seq,
· 58b4b7bd
rtoy
authored
May 30, 2008
58b4b7bd
The previous change to init-std-lips-readtable to initialize the
· 3ddffe3d
rtoy
authored
May 30, 2008
3ddffe3d
For unicode, use %primitive byte-blt again instead of replace. (Some
· 32def6ee
rtoy
authored
May 30, 2008
32def6ee
May 29, 2008
READ-SEQUENCE can't use READ-INTO-SIMPLE-STRING with Unicode. We need
· a6879164
rtoy
authored
May 29, 2008
a6879164
Initialize all of the character-attribute-table, not just the first 256 entries
· 4328af1c
rtoy
authored
May 29, 2008
4328af1c
May 27, 2008
Move the array-info stuff into the common file.
· e13f70f8
rtoy
authored
May 27, 2008
e13f70f8
May 25, 2008
run-program.lisp
· 9d84dea2
rtoy
authored
May 25, 2008
9d84dea2
Clean up unicode conditionalization by merging some of the unicode and
· 42b52ed8
rtoy
authored
May 25, 2008
42b52ed8
For now, keep the fasl file version 19e for non-unicode. Unicode gets
· e3cf2ee7
rtoy
authored
May 25, 2008
e3cf2ee7
May 24, 2008
o Add a few comments
· f466d230
rtoy
authored
May 24, 2008
f466d230
Oops. Put that note in the PCL section.
· 32da9bdf
rtoy
authored
May 24, 2008
32da9bdf
Update.
· 3202d110
rtoy
authored
May 24, 2008
3202d110
Fix issue with slot-value-using-class and
· 6b6e7abd
rtoy
authored
May 24, 2008
6b6e7abd
Merge fused multiply fix.
· 6e088562
rtoy
authored
May 24, 2008
6e088562
Loading