Changeset 5127
- Timestamp:
- Sep 5, 2006, 4:20:30 AM (18 years ago)
- File:
-
- 1 edited
-
trunk/ccl/ChangeLog (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ccl/ChangeLog
r5113 r5127 1 2006-09-05 05:18 gb 2 3 * xdump/xfasload.lisp: Deal with 32-bit lisp strings. 4 5 2006-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 10 2006-09-05 05:17 gb 11 12 * lisp-kernel/ppc-gc.c: conditionalize purify_displaced_object() 13 for char size. 14 15 2006-09-05 05:16 gb 16 17 * lisp-kernel/plsym.c: find_symbol(): don't assume 8-bir lisp 18 strings. 19 20 2006-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 25 2006-09-05 05:14 gb 26 27 * lib/sequences.lisp: SIMPLE-1D-ARRAY-SUBSEQ: handle new strings. 28 29 2006-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 34 2006-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 40 2006-09-05 05:09 gb 41 42 * level-1/l1-aprims.lisp: Various archaic string functions: don't 43 assume 8-bit strings. 44 45 2006-09-05 05:08 gb 46 47 * level-0/l0-array.lisp: Handle 32-bit strings in %UVECTOR-REPLACE. 48 49 2006-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 54 2006-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 59 2006-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 1 64 2006-09-04 17:44 gb 2 65
Note:
See TracChangeset
for help on using the changeset viewer.
