Changeset 5127


Ignore:
Timestamp:
Sep 5, 2006, 4:20:30 AM (18 years ago)
Author:
Gary Byers
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ccl/ChangeLog

    r5113 r5127  
     12006-09-05 05:18  gb
     2
     3        * xdump/xfasload.lisp: Deal with 32-bit lisp strings.
     4
     52006-09-05 05:18  gb
     6
     7        * lisp-kernel/linuxppc/.gdbinit: Start to depend on calling
     8        print_lisp_object, since x/s doesn't deal with 32-bit lisp strings.
     9
     102006-09-05 05:17  gb
     11
     12        * lisp-kernel/ppc-gc.c: conditionalize purify_displaced_object()
     13        for char size.
     14
     152006-09-05 05:16  gb
     16
     17        * lisp-kernel/plsym.c: find_symbol(): don't assume 8-bir lisp
     18        strings.
     19
     202006-09-05 05:15  gb
     21
     22        * lisp-kernel/lisptypes.h: Try using "u8_t" and "u32_t" for
     23        lisp_char_code; this may be more portable.
     24
     252006-09-05 05:14  gb
     26
     27        * lib/sequences.lisp: SIMPLE-1D-ARRAY-SUBSEQ: handle new strings.
     28
     292006-09-05 05:13  gb
     30
     31        * level-1/linux-files.lisp: CALL-WITH-STRING-VECTOR: don't assume
     32        8-bit char/strings.
     33
     342006-09-05 05:13  gb
     35
     36        * level-1/l1-streams.lisp: Use heap-ivectors of element-type
     37        (UNSIGNED-BYTE 8) for character streams.  (Should really depend on
     38        the coding system in use.)
     39
     402006-09-05 05:09  gb
     41
     42        * level-1/l1-aprims.lisp: Various archaic string functions: don't
     43        assume 8-bit strings.
     44
     452006-09-05 05:08  gb
     46
     47        * level-0/l0-array.lisp: Handle 32-bit strings in %UVECTOR-REPLACE.
     48
     492006-09-05 05:07  gb
     50
     51        * compiler/PPC/PPC64/ppc64-arch.lisp: No "x" in simple-base-string,
     52        when #-target-8-bit-chars.
     53
     542006-09-05 05:06  gb
     55
     56        * compiler/PPC/: PPC32/ppc32-vinsns.lisp, PPC64/ppc64-vinsns.lisp:
     57        REQUIRE-CHAR-CODE: comparison of OBJECT with TAG is not a CMPI.
     58
     592006-09-05 05:05  gb
     60
     61        * compiler/PPC/ppc2.lisp: PPC2-VREF: handle the 32-bit
     62        :SIMPLE-STRING case with constant index.
     63
    1642006-09-04 17:44  gb
    265
Note: See TracChangeset for help on using the changeset viewer.