Changeset 5179


Ignore:
Timestamp:
Sep 8, 2006, 6:20:30 PM (18 years ago)
Author:
Gary Byers
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ccl/ChangeLog

    r5171 r5179  
     12006-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
     72006-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
     132006-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
     182006-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
     232006-09-08 18:47  gb
     24
     25        * lib/: compile-ccl.lisp, systems.lisp: Add l1-unicode.
     26
     272006-09-08 18:44  gb
     28
     29        * level-1/level-1.lisp: Load l1-unicode.
     30
     312006-09-08 18:44  gb
     32
     33        * level-1/l1-unicode.lisp: New file.
     34
    1352006-09-07 03:50  gb
    236
Note: See TracChangeset for help on using the changeset viewer.