source:

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @6220   18 years Gary Byers Handle signals on the altstack if not Darwin. In Darwin, evactuate off …
(edit) @6219   18 years Gary Byers USE_SIGALTSTACK, but not on Darwin (where Apple hasn't yet invented …
(edit) @6218   18 years Gary Byers Clear pending interrupt flag when destroying TCR.
(edit) @6217   18 years Gary Byers Lose (commented-out) code which worked around an old Darwin bug.
(edit) @6216   18 years Gary Byers Don't define USE_SIGALTSTACK here.
(edit) @6215   18 years Gary Byers Don't nuke null pointers.
(edit) @6214   18 years Gary Byers Add gtra.
(edit) @6213   18 years Gary Byers zeroed stack-block zeroes all bits of macptr.domain, macptr.type.
(edit) @6212   18 years Gary Byers Deal with pkg.intern-hook.
(edit) @6211   18 years Gary Byers add pkg.intern-hook to package.
(edit) @6210   18 years Gary Byers Start trying to conditionalize some of the stack-frame inspector stuff.
(edit) @6209   18 years Gary Byers Structures are basically passed as 64-bit word components, with FP …
(edit) @6208   18 years Gary Byers %GET-BITFIELD and SETF thereof: deal with endianness.
(edit) @6207   18 years Gary Byers FASL-SCAN: null-pointers as constants are OK.
(edit) @6206   18 years Gary Byers From Takehiko Abe: handle EQL specializers in %SOURCE-FILES-LIKE-EM.
(edit) @6205   18 years Gary Byers DRIBBLE via PROCESS-DRIBBLE.
(edit) @6204   18 years Gary Byers From Takehiko Abe: handle EQL specializers in MAKE-XREF-ENTRY.
(edit) @6203   18 years Gary Byers Export DEFSTATIC, PAREF, +NULL-PTR+.
(edit) @6202   18 years Gary Byers Bump; new snapshots tomorrow.
(edit) @6201   18 years Gary Byers DEFGLOBAL->DEFSTATIC
(edit) @6200   18 years Gary Byers Very long timeout for WAIT-ON-SEMAPHORE, don't use PROCESS-WAIT, …
(edit) @6199   18 years Gary Byers DEFGLOBAL->DEFSTATIC.
(edit) @6198   18 years Gary Byers Add NUL-ENCODING field to CHARACTER-ENCODING, use it to determine …
(edit) @6197   18 years Gary Byers DEFGLOBAL->DEFSTATIC. READ-TOPLEVEL-FORM on ECHO-STREAM has do I/O on …
(edit) @6196   18 years Gary Byers Extra slot (for intern hook) in PACKAGE object.
(edit) @6195   18 years Gary Byers Some changes, then reverted those changes manually and most of the …
(edit) @6194   18 years Gary Byers Per-process DRIBBLE-ing.
(edit) @6193   18 years Gary Byers %TCR-INTERRUPT: don't signal if interrupt is obviously pending.
(edit) @6192   18 years Gary Byers Change pointer printing.
(edit) @6191   18 years Gary Byers +NULL-PTR+.
(edit) @6190   18 years Gary Byers DEFSTATIC is now the preferred name for DEFGLOBAL.
(edit) @6189   18 years Gary Byers DEFSTATIC is now the preferred name for DEFGLOBAL.
(edit) @6188   18 years Gary Byers DEFSTATIC is now the preferred name for DEFGLOBAL. Mechanism for …
(edit) @6187   18 years Gary Byers DEFSTATIC is now the preferred name for DEFGLOBAL. %CALLBACK-FUNCTION …
(edit) @6186   18 years Gary Byers DEFSTATIC is now the preferred name for DEFGLOBAL. Standard CL …
(edit) @6185   18 years Gary Byers DEFSTATIC is now the preferred name for DEFGLOBAL. GCABLE-PTR-P.
(edit) @6184   18 years Gary Byers %INSERT-SYMBOL might call pkg.intern-hook. Handle maintenance of …
(edit) @6183   18 years Gary Byers SET-TYPE-PREDICATE returns the "functional", not random symbol guts.
(edit) @6182   18 years Gary Byers Use %PTR-STORE-FIXNUM-CONDITIONAL in %GET-SPIN-LOCK. Locking code: …
(edit) @6181   18 years Gary Byers FREE tries to handle gcable pointers.
(edit) @6180   18 years Gary Byers %PTR-STORE-FIXNUM-CONDITIONAL.
(edit) @6179   18 years Gary Byers %PTR-STORE-FIXNUM-CONDITIONAL.
(edit) @6178   18 years Gary Byers Handle "hybrid" integer/float arguments in DarwinPPC64 #'%FF-CALL.
(edit) @6177   18 years Gary Byers When trying to infer result type of MAKE-ARRAY call, unquote quoted …
(edit) @6176   18 years Gary Byers Operators of %SINGLE-FLOAT, %DOUBLE-FLOAT.
(edit) @6175   18 years Gary Byers Allow extra "hybrid" ff-call argspecs (for DarwinPPC64.) Cut-and-paste …
(edit) @6174   18 years Gary Byers Lose some whitespace in the "static var can't be bound" error message.
(edit) @6173   18 years Gary Byers Same inline/lambda-bind/dynamic-extent bug as on PPC. %SINGLE-FLOAT, …
(edit) @6172   18 years Gary Byers In EXPAND-FF-CALL, adjust remaning GPR/FPR counts even if arg is …
(edit) @6171   18 years Gary Byers Fix a long-standing bug involving LAMBDA-BIND operator, dynamic-extent …
(edit) @6170   18 years Gary Byers RELOAD-SINGLE-C-ARG-HIGH, for Darwin structure-passing ABI.
(edit) @6169   18 years Gary Byers Convert .nib to use utf-8 representation, not binary.
(edit) @6168   18 years Gary Byers Convert .nib to use utf-8 representation, not binary.
(edit) @6167   18 years Gary Byers Convert to the new order. Try to isolate CGFLOAT issues by making the …
(edit) @6166   18 years Gary Byers Change some comments; as elsewhere, we're reserving space for 4 …
(edit) @6165   18 years Gary Byers Change some comments; as elsewhere, we're reserving space for 4 …
(edit) @6164   18 years Gary Byers Change some comments; as elsewhere, we're reserving space for 4 …
(edit) @6163   18 years Gary Byers Use new scheme for framework/interfaces.
(edit) @6162   18 years Gary Byers Convert to the new order. Should probably try to avoid nsstringptr, …
(edit) @6161   18 years Gary Byers Typo.
(edit) @6160   18 years Gary Byers Export PAREF; needs doc.
(edit) @6159   18 years Gary Byers Use OBJC:LOAD-FRAMEWORK, convert to use #/.
(edit) @6158   18 years Gary Byers Define OBJC:LOAD-FRAMEWORK, to simplify ... framework loading. Don't …
(edit) @6157   18 years Gary Byers Get struct return working in objc:defmethod. Define …
(edit) @6156   18 years Gary Byers Export more stuff, especially from objc package.
(edit) @6155   18 years Gary Byers Use ns:with-... instead of rlet/ns:init.
(edit) @6154   18 years Gary Byers Use ns:with-... instead of rlet/ns:init.
(edit) @6153   18 years Gary Byers Use ns:with-... instead of rlet/ns:init.
(edit) @6152   18 years Gary Byers Use ns:with-... instead of rlet/ns:init.
(edit) @6151   18 years Gary Byers Use ns:with-... instead of rlet/ns:init. Translate the one …
(edit) @6150   18 years Gary Byers Stop proclaiming 'CCL::NAME to be special. Start proclaiming the name …
(edit) @6149   18 years Gary Byers Define NS:WITH-... macros for typed foreign structs.
(edit) @6148   18 years Gary Byers %CALLBACK-FUNCTION acceps a symbol, uses its value.
(edit) @6147   18 years Gary Byers Try to inline some coercions to single/double float. (long-standing) …
(edit) @6146   18 years Gary Byers %fixnum-to-single wasn't defined, %fixnum-to-double was defined twice. …
(edit) @6145   18 years Gary Byers More FLOAT transforms; some old ones may be redundant if the backend …
(edit) @6144   18 years Gary Byers Operators for %single-float, %double-float.
(edit) @6143   18 years Gary Byers
(edit) @6142   18 years Gary Byers Patch from Andi Kleen: set vmemoryuse (RLIMIT_AS) current resource …
(edit) @6141   18 years Gary Byers Wait in larger chunks when waiting for a semaphore. Don't use …
(edit) @6140   18 years Gary Byers Fixes for darwinppc64.
(edit) @6139   18 years Gary Byers Things seem to basically be working on darwinppc32. Needs some …
(edit) @6138   18 years Gary Byers reload-single-c-arg-high; used when a 64-bit word in a structure …
(edit) @6137   18 years Gary Byers Either the Apple Darwin PPC64 ABI documentation is inaccurate, or I …
(edit) @6136   18 years Gary Byers Functions to check a record-type's fields: are all fields floats ? Are …
(edit) @6135   18 years Gary Byers Handle "Hybrid" foreign arguments (for ppc64 structure fields.)
(edit) @6134   18 years Gary Byers Handle "Hybrid" foreign arguments (for ppc64 structure fields.)
(edit) @6133   18 years Gary Byers Recognize a few more el-bizarro foreign-arg-types, for "hybrid" Darwin …
(edit) @6132   18 years Gary Byers Fix typo.
(edit) @6131   18 years Gary Byers Bump.
(edit) @6130   18 years Gary Byers Use MAKE-INSTANCE vice MAKE-OBJC-INSTANCE in example code. Try to …
(edit) @6129   18 years Gary Byers DEFLOADVAR makes the variable static. Move MULTIPLE-VALUE-xxx macros …
(edit) @6128   18 years Gary Byers add BOM-ENCODING; encoded-c-string stuff.
(edit) @6127   18 years Gary Byers Use PAREF in PIPE.
(edit) @6126   18 years Gary Byers Use PAREF in PIPE.
(edit) @6125   18 years Gary Byers +NULL-PTR+ constant.
(edit) @6124   18 years Gary Byers Handle missing brackets in UNESCAPE-FOREIGN-NAME.
(edit) @6123   18 years Gary Byers Export the +NULL-PTR+ constant.
(edit) @6122   18 years Gary Byers Allow referenes to null-ptr constants.
(edit) @6121   18 years Gary Byers Zeroed stack block sets all 64 bits of macptr.domain, macptr.type to 0.
Note: See TracRevisionLog for help on using the revision log.