Changeset 5179
- Timestamp:
- Sep 8, 2006, 6:20:30 PM (18 years ago)
- File:
-
- 1 edited
-
trunk/ccl/ChangeLog (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ccl/ChangeLog
r5171 r5179 1 2006-09-08 18:55 gb 2 3 * compiler/X86/x862.lisp: Don't be so reckless in %CODE-CHAR (don't 4 necessarily want arbitrary expressions to be compiled unsafely; do 5 want to avoid a little type-checking sometimes.) 6 7 2006-09-08 18:52 gb 8 9 * compiler/X86/X8664/x8664-vinsns.lisp: FIXNUM->CHAR returns NIL 10 for values in the surrogate-pairs range. (There are other things 11 that it could plausibly return NIL for.) 12 13 2006-09-08 18:51 gb 14 15 * lisp-kernel/x86-gc.c: Start to get purify working on x86-64; for 16 now, just purify strings. 17 18 2006-09-08 18:48 gb 19 20 * lib/macros.lisp: %CODE-CHAR asserts that code is (UNSIGNED-BYTE 21 8), which is still useful (and exactly what it used to do.) 22 23 2006-09-08 18:47 gb 24 25 * lib/: compile-ccl.lisp, systems.lisp: Add l1-unicode. 26 27 2006-09-08 18:44 gb 28 29 * level-1/level-1.lisp: Load l1-unicode. 30 31 2006-09-08 18:44 gb 32 33 * level-1/l1-unicode.lisp: New file. 34 1 35 2006-09-07 03:50 gb 2 36
Note:
See TracChangeset
for help on using the changeset viewer.
