source:

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @5124   18 years Gary Byers conditionalize purify_displaced_object() for char size.
(edit) @5123   18 years Gary Byers find_symbol(): don't assume 8-bir lisp strings.
(edit) @5122   18 years Gary Byers Try using "u8_t" and "u32_t" for lisp_char_code; this may be more portable.
(edit) @5121   18 years Gary Byers SIMPLE-1D-ARRAY-SUBSEQ: handle new strings.
(edit) @5120   18 years Gary Byers CALL-WITH-STRING-VECTOR: don't assume 8-bit char/strings.
(edit) @5119   18 years Gary Byers Use heap-ivectors of element-type (UNSIGNED-BYTE 8) for character …
(edit) @5118   18 years Gary Byers Various archaic string functions: don't assume 8-bit strings.
(edit) @5117   18 years Gary Byers Handle 32-bit strings in %UVECTOR-REPLACE.
(edit) @5116   18 years Gary Byers No "x" in simple-base-string, when #-target-8-bit-chars.
(edit) @5115   18 years Gary Byers REQUIRE-CHAR-CODE: comparison of OBJECT with TAG is not a CMPI.
(edit) @5114   18 years Gary Byers PPC2-VREF: handle the 32-bit :SIMPLE-STRING case with constant index.
(edit) @5113   18 years Gary Byers * empty log message *
(edit) @5112   18 years Gary Byers Linux doesn't define uint8_t. Try "unsigned char", and cross fingers.
(edit) @5111   18 years Gary Byers Define lisp_char_code type, use it when printing lisp string in the …
(edit) @5110   18 years Gary Byers Bump.
(edit) @5109   18 years Gary Byers * empty log message *
(edit) @5108   18 years Gary Byers Sigh. Test for 8-bit-char case was conditionalized backwards in PPC64 …
(edit) @5107   18 years Gary Byers Initial value of CHAR-CODE-LIMIT derived from the target arch (for …
(edit) @5106   18 years Gary Byers Use (UNSIGNED-BYTE 8) for array element type of rdtab.ttab. Don't …
(edit) @5105   18 years Gary Byers * empty log message *
(edit) @5104   18 years Gary Byers LOAD-CHARACTER-CONSTANT: and the char code with #xff to get the low byte.
(edit) @5103   18 years Gary Byers LOAD-CHARACTER-CONSTANT: and the char code with #xff or 255., not with …
(edit) @5102   18 years Gary Byers Use u32->char (which is defined) vice u8->char (which is no more) in …
(edit) @5101   18 years Gary Byers * empty log message *
(edit) @5100   18 years Gary Byers Gak. Get guard/predicate syntax right in LOAD-CHARACTER-CONSTANT.
(edit) @5099   18 years Gary Byers New constants in ppc32 typecode range assertion.
(edit) @5098   18 years Gary Byers * empty log message *
(edit) @5097   18 years Gary Byers ppc32/ppc64 %init-misc tweaks.
(edit) @5096   18 years Gary Byers Typo in the (unused) 64-bit/no crf case of UNBOX-BASE-CHAR.
(edit) @5095   18 years Gary Byers * empty log message *
(edit) @5094   18 years Gary Byers Object-not- (mod #x110000) type error.
(edit) @5093   18 years Gary Byers conditionalize %pname-hash for char size.
(edit) @5092   18 years Gary Byers Conditionalize for CHAR_SIZE_32.
(edit) @5091   18 years Gary Byers Conditionalize for #-target-8-bit-chars.
(edit) @5090   18 years Gary Byers Deal - sometimes conditionally - with 32-bit characters.
(edit) @5089   18 years Gary Byers ERROR-OBJECT-NOT-MOD-CHAR-CODE-LIMIT.
(edit) @5088   18 years Gary Byers * empty log message *
(edit) @5087   18 years Gary Byers conditionalize new string types.
(edit) @5086   18 years Gary Byers %pname-hash: conditionalize for string element size.
(edit) @5085   18 years Gary Byers Sketch out new string types (read-time conditionalized.)
(edit) @5084   18 years Gary Byers * empty log message *
(edit) @5083   18 years Gary Byers Put :target-8-bit-chars on *features*, for bootstrapping.
(edit) @5082   18 years Gary Byers * empty log message *
(edit) @5081   18 years Gary Byers More missing BASIC-STREAM methods.
(edit) @5080   18 years Gary Byers :target-8-bit-chars on target features.
(edit) @5079   18 years Gary Byers Some comments/indentation.
(edit) @5078   18 years Gary Byers * empty log message *
(edit) @5077   18 years Gary Byers Make CHAR-CODE-LIMIT an attribute of the target arch, for bootstrapping.
(edit) @5076   18 years Gary Byers * empty log message *
(edit) @5075   18 years Gary Byers Fix typo.
(edit) @5074   18 years Gary Byers * empty log message *
(edit) @5073   18 years Gary Byers hex/decimal integer printers: 3 is also a hex digit.
(edit) @5072   18 years Gary Byers Install a "bogus signal handler" on Darwin, to deal with apparent race …
(edit) @5071   18 years Gary Byers Use a hlt instruction to trap in pseudo_sigreturn. Still get spurious …
(edit) @5070   18 years Gary Byers Define some things in terms of USE_MACH_SEMAPHORES or …
(edit) @5069   18 years Gary Byers Define some things in terms of USE_MACH_SEMAPHORES or …
(edit) @5068   18 years Gary Byers Try to avoid things like %COPY-IVECTOR-TO-IVECTOR when strings are …
(edit) @5067   18 years Gary Byers Things that're %HEAP-IVECTOR-P aren't bogus objects.
(edit) @5066   18 years Gary Byers Try to avoid things like %COPY-IVECTOR-TO-IVECTOR when strings are …
(edit) @5065   18 years Gary Byers AUTO-FLUSH-INTERACTIVE-STREAMS: use FORCE-OUTPUT.
(edit) @5064   18 years Gary Byers %COPY-U8-TO-STRING, %COPY-STRING-TO-U8: new, to avoid …
(edit) @5063   18 years Gary Byers %CSTR-POINTER and %CSTR-SEGMENT-POINTER: don't assume 8-bit chars.
(edit) @5062   18 years Gary Byers * empty log message *
(edit) @5061   18 years Gary Byers Fix tag check in 32-bit misc_set_single_float_vector.
(edit) @5060   18 years Gary Byers * empty log message *
(edit) @5059   18 years Gary Byers Bump max fasl version.
(edit) @5058   18 years Gary Byers Use new string ops. Bump current fasl version.
(edit) @5057   18 years Gary Byers Bump (max) fasl version.
(edit) @5056   18 years Gary Byers xloader was missing a few new ops.
(edit) @5055   18 years Gary Byers * empty log message *
(edit) @5054   18 years Gary Byers New string stuff here, too.
(edit) @5053   18 years Gary Byers New string stuff.
(edit) @5052   18 years Gary Byers * empty log message *
(edit) @5051   18 years Gary Byers More missing BASIC-STREAM methods (STREAM-LINE-COLUMN, STREAM-LISTEN, …
(edit) @5050   18 years Gary Byers Use READ-CHAR instead of STREAM-READ-CHAR, since it may be faster in …
(edit) @5049   18 years Gary Byers Unscramble auto-flush-streams stuff (don't assume ioblock-based stream.)
(edit) @5048   18 years Gary Byers Initial FD-STREAMs are BASIC-STREAMs.
(edit) @5047   18 years Gary Byers Change some REQUIRE forms; cosmetic. (Maybe not even cosmetic.)
(edit) @5046   18 years Gary Byers %unbox-u8, u8-vref stuff.
(edit) @5045   18 years Gary Byers New fasl ops for new string encodings.
(edit) @5044   18 years Gary Byers %CHAR-CODE: for how long has limit not been 216 ? For how long will …
(edit) @5043   18 years Gary Byers More fasl ops.
(edit) @5042   18 years Gary Byers %UNBOX-U8, u8-vref stuff.
(edit) @5041   18 years Gary Byers Add CHAR-CODE-LIMIT slot to TARGET-ARCH; may not be the best way to do …
(edit) @5040   18 years Gary Byers * empty log message *
(edit) @5039   18 years Gary Byers Updated.
(edit) @5038   18 years Gary Byers Updated.
(edit) @5037   18 years Gary Byers Added.
(edit) @5036   18 years Gary Byers * empty log message *
(edit) @5035   18 years Gary Byers Bump. New snapshots soon, I hope.
(edit) @5034   18 years Gary Byers Pass -g in ASFLAGS; same problems as always, but avoids problems with …
(edit) @5033   18 years Gary Byers Need to do an explicit sigreturn on Darwin (because of the sigaltstack …
(edit) @5032   18 years Gary Byers Check fpu overflow bit (not underflow) when deciding whether or not to …
(edit) @5031   18 years Gary Byers Need an indirection to access mcontext from ucontext on Darwin; invent …
(edit) @5030   18 years Gary Byers Add a declaration, to make this easier to step through.
(edit) @5029   18 years Gary Byers SINGLE-FLOAT-HALF-PI: use f0 not e0, just in case.
(edit) @5028   18 years Gary Byers * empty log message *
(edit) @5027   18 years Gary Byers Hyphenate ADD-AUTO-FLUSH-STREAM and REMOVE-AUTO-FLUSH-STREAM. Export …
(edit) @5026   18 years Gary Byers READ-LINE on BASIC-INPUT-STREAM w/o STREAM-READ-LINE.
(edit) @5025   18 years Gary Byers HANDLER-CASE: the :NO-ERROR clause can appear at most once but doesn't …
Note: See TracRevisionLog for help on using the revision log.