source:

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @5169   18 years Gary Byers Bump abi version. Make purespace-reserve an attribute of the backend …
(edit) @5168   18 years Gary Byers Bump abi version.
(edit) @5167   18 years Gary Byers Bump.
(edit) @5166   18 years Gary Byers * empty log message *
(edit) @5165   18 years Gary Byers FreeBSD (at least with libthr) seems to mask synchronous signals. …
(edit) @5164   18 years Gary Byers suspend_resume_handler() : ignore signal mask.
(edit) @5163   18 years Gary Byers Lose the CHAR_SIZE_32 bootstrapping conditional (char are 32 bits wide …
(edit) @5162   18 years Gary Byers * empty log message *
(edit) @5161   18 years Gary Byers SIGBUS might be SIGNUM_FOR_PROCESS_INTERRUPT.
(edit) @5160   18 years Gary Byers * empty log message *
(edit) @5159   18 years Gary Byers _SPbuiltin_aref1: use box_fixnum_no_flags.
(edit) @5158   18 years Gary Byers Define box_fixnum_no_flags (uses lea vice imul).
(edit) @5157   18 years Gary Byers * empty log message *
(edit) @5156   18 years Gary Byers Need MIN/MAX-8-BIT-IVECTOR-SUBTAG.
(edit) @5155   18 years Gary Byers * empty log message *
(edit) @5154   18 years Gary Byers misc_ref/misc_set: handle 32-bit strings.
(edit) @5153   18 years Gary Byers Zero-extend early when extracting typecodes.
(edit) @5152   18 years Gary Byers GET-OUTPUT-STREAM-STRING: use ENSURE-SIMPLE-STRING rather than …
(edit) @5151   18 years Gary Byers x8664 *immheader-1-array-element-types* contains entry for 32-bit …
(edit) @5150   18 years Gary Byers zero-extend early when extracting typecodes.
(edit) @5149   18 years Gary Byers 32-bit-chars.
(edit) @5148   18 years Gary Byers Defer handling of the :rcontext pseudo-register name until the target …
(edit) @5147   18 years Gary Byers * empty log message *
(edit) @5146   18 years Gary Byers 32-bit chars stuff for x8664.
(edit) @5145   18 years Gary Byers kids: bourbon and editing COPY-READTABLE don't mix!
(edit) @5144   18 years Gary Byers :verbose argument to rebuild-ccl.
(edit) @5143   18 years Gary Byers process input/output: don't assume 8-bit strings.
(edit) @5142   18 years Gary Byers * empty log message *
(edit) @5141   18 years Gary Byers PPC64 callbacks are always #+poweropen-target; don't conditionalize …
(edit) @5140   18 years Gary Byers * empty log message *
(edit) @5139   18 years Gary Byers remove 8-bit char stuff.
(edit) @5138   18 years Gary Byers Forgot to set char-code-limit here.
(edit) @5137   18 years Gary Byers * empty log message *
(edit) @5136   18 years Gary Byers In DO-GC-AREAS, don't use comma before call to AREA-SUCC. …
(edit) @5135   18 years Gary Byers If ENSURE-SIMPLE-STRING has to make a copy of a non-simple string, …
(edit) @5134   18 years Gary Byers Some fixnum decls in %FIND-PKG.
(edit) @5133   18 years Gary Byers ppc64 ARRAY-ELEMENT-SUBTYPES includes new string type.
(edit) @5132   18 years Gary Byers cr3, nor c33, in ppc64 %init-misc.
(edit) @5131   18 years Gary Byers NX-FORM-TYPEP uses NX-TARGET-TYPE.
(edit) @5130   18 years Gary Byers * empty log message *
(edit) @5129   18 years Gary Byers darwinppc32 backend uses 32-bit chars, too.
(edit) @5128   18 years Gary Byers ppc32 defaults to 32-bit chars.
(edit) @5127   18 years Gary Byers * empty log message *
(edit) @5126   18 years Gary Byers Deal with 32-bit lisp strings.
(edit) @5125   18 years Gary Byers Start to depend on calling print_lisp_object, since x/s doesn't deal …
(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 …
Note: See TracRevisionLog for help on using the revision log.