source:

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @5226   18 years Gary Byers Numerous changes.
(edit) @5225   18 years Gary Byers %bswap16: fix type declaration.
(edit) @5224   18 years Gary Byers vinsns for signed/unsigned byte 8,16,32,64. Tighten up some …
(edit) @5223   18 years Gary Byers New require ops for signed/unsigned byte 8,16,32,64
(edit) @5222   18 years Gary Byers * empty log message *
(edit) @5221   18 years Gary Byers vinsns for REQUIRE-[US][8,16,32,64]
(edit) @5220   18 years Gary Byers Need THREE-DIGIT-BIGNUM-HEADER to recognize some cases of …
(edit) @5219   18 years Gary Byers clean up an error message.
(edit) @5218   18 years Gary Byers handle require-[us][8,16,32,64] operators.
(edit) @5217   18 years Gary Byers REQUIRE-TYPE: transform into require-[us][8,16,32,64] when possible.
(edit) @5216   18 years Gary Byers inline require-[us][8,16,32,64].
(edit) @5215   18 years Gary Byers New operators for require-[us][8,16,32,64].
(edit) @5214   18 years Gary Byers * empty log message *
(edit) @5213   18 years Gary Byers x8664 vinsns for typechecking signed/unsigned bytes of sizes 8,16,32,64.
(edit) @5212   18 years Gary Byers More changes; hard to bootstrap.
(edit) @5211   18 years Gary Byers * empty log message *
(edit) @5210   18 years Gary Byers Macros for locking the input/output locks of an ioblock, assuming that …
(edit) @5209   18 years Gary Byers * empty log message *
(edit) @5208   18 years Gary Byers more changes
(edit) @5207   18 years Gary Byers * empty log message *
(edit) @5206   18 years Gary Byers Direct BASIC-STREAM stuff for WRITE-CHAR, WRITE-STRING, TERPRI.
(edit) @5205   18 years Gary Byers * empty log message *
(edit) @5204   18 years Gary Byers READ-LINE changes for BASIC-STREAMs.
(edit) @5203   18 years Gary Byers GET-CHARACTER-ENCODING errors if the named encoding isn't defined. …
(edit) @5202   18 years Gary Byers More functions in the ioblock, some support for 8-bit encodings (like …
(edit) @5201   18 years Gary Byers * empty log message *
(edit) @5200   18 years Gary Byers Use %CSTR-POINTER (not %copy-ivector-to-pointer) in BUG.
(edit) @5199   18 years Gary Byers Enter the debugger if altstack_signal_handler is entered in foreign …
(edit) @5198   18 years Gary Byers os_get_stack_bounds(): get stack direction right on FreeBSD. (Much …
(edit) @5197   18 years Gary Byers * empty log message *
(edit) @5196   18 years Gary Byers x862-explicit-non-fixnum-type-p looks for intersection.
(edit) @5195   18 years Gary Byers Partly inline 2-arg logior, logand.
(edit) @5194   18 years Gary Byers * empty log message *
(edit) @5193   18 years Gary Byers Character encodings contain a LITERAL-CHAR-CODE-LIMIT field.
(edit) @5192   18 years Gary Byers extend IOBLOCK a bit. Start to provide functionality for encoded streams.
(edit) @5191   18 years Gary Byers Partialy inline 2-arg logior/logand.
(edit) @5190   18 years Gary Byers * empty log message *
(edit) @5189   18 years Gary Byers REQUIRE-CHAR-CODE: compare against boxed char-code-limit.
(edit) @5188   18 years Gary Byers NAME-CHAR: insist on something more reasonable for c syntax; don't do …
(edit) @5187   18 years Gary Byers require-char-code checks agains boxed Unicode limit
(edit) @5186   18 years Gary Byers * empty log message *
(edit) @5185   18 years Gary Byers purify_range(), impurify_range(): handle x8664 functions, hash tables. …
(edit) @5184   18 years Gary Byers * empty log message *
(edit) @5183   18 years Gary Byers CHAR-NAME: use U+xxxx for chars with codes >= #x100.
(edit) @5182   18 years Gary Byers FIXNUM->CHAR: return NIL for surrogate pairs.
(edit) @5181   18 years Gary Byers Don't be overly unsafe in %CHAR-CODE.
(edit) @5180   18 years Gary Byers Fix CFP-LFUN (fake stack frame case, sanity-check fn/lr).
(edit) @5179   18 years Gary Byers * empty log message *
(edit) @5178   18 years Gary Byers Don't be so reckless in %CODE-CHAR (don't necessarily want arbitrary …
(edit) @5177   18 years Gary Byers FIXNUM->CHAR returns NIL for values in the surrogate-pairs range. …
(edit) @5176   18 years Gary Byers Start to get purify working on x86-64; for now, just purify strings.
(edit) @5175   18 years Gary Byers %CODE-CHAR asserts that code is (UNSIGNED-BYTE 8), which is still …
(edit) @5174   18 years Gary Byers Add l1-unicode.
(edit) @5173   18 years Gary Byers Load l1-unicode.
(edit) @5172   18 years Gary Byers New file.
(edit) @5171   18 years Gary Byers * empty log message *
(edit) @5170   18 years Gary Byers Larger PURESPACE_RESERVE for x8664.
(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 *
Note: See TracRevisionLog for help on using the revision log.