source:

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @6108   18 years Gary Byers Fix typo.
(edit) @6107   18 years Gary Byers Bump.
(edit) @6106   18 years Gary Byers Fixes to signature-calling functions; do something like …
(edit) @6105   18 years Gary Byers Avoid binding variables whose names conflict with (now DEFSTATIC) …
(edit) @6104   18 years Gary Byers Deal with the fact that method types are sometimes FOREIGN-TYPEs and …
(edit) @6103   18 years Gary Byers A little bit more type canonicalization when dealing with pointers to …
(edit) @6102   18 years Gary Byers Start to (barely) conditionalize inspector stack stuff for x86-64.
(edit) @6101   18 years Gary Byers ENSURE-FOREIGN-TYPE.
(edit) @6100   18 years Gary Byers Define DEFSTATIC, to which DEFGLOBAL is now an alias. Give them doc …
(edit) @6099   18 years Gary Byers Export DEFSTATIC.
(edit) @6098   18 years Gary Byers clear tcr->pending_interrupt during thread death.
(edit) @6097   18 years Gary Byers New DRIBBLE implementation.
(edit) @6096   18 years Gary Byers Extra field in package, for post-intern hook.
(edit) @6095   18 years Gary Byers Extra field in package, not yet used.
(edit) @6094   18 years Gary Byers Extra field in package, not yet used.
(edit) @6093   18 years Gary Byers DEFGLOBAL -> DEFSTATIC.
(edit) @6092   18 years Gary Byers Handle DRIBBLE state per-process and here.
(edit) @6091   18 years Gary Byers After a brief attempt to make READ-LOOP etc take symbols naming …
(edit) @6090   18 years Gary Byers In %TCR-INTERRUPT, just return true if the thread has a pending interrupt.
(edit) @6089   18 years Gary Byers Handle EQL specializers in SOURCE-FILES-LIKE-EM and MAKE-XREF-ENTRY, …
(edit) @6088   18 years Gary Byers Use DEFSTATIC vice DEFGLOBAL.
(edit) @6087   18 years Gary Byers Use DEFSTATIC vice DEFGLOBAL.
(edit) @6086   18 years Gary Byers Use DEFSTATIC vice DEFGLOBAL.
(edit) @6085   18 years Gary Byers Use DEFSTATIC vice DEFGLOBAL.
(edit) @6084   18 years Gary Byers Use DEFSTATIC vice DEFGLOBAL.
(edit) @6083   18 years Gary Byers Change the wording of the error signaled by attempts to bind …
(edit) @6082   18 years Gary Byers convert to text-based, post-10.2 .nib format
(edit) @6081   18 years Gary Byers Warn that we don't (yet) know how to compile varargs send functions …
(edit) @6080   18 years Gary Byers Lose the concept of foreign-struct encapsulations. Build up some …
(edit) @6079   18 years Gary Byers Package defs moved elsewhere. Lose the concept of foreign-struct …
(edit) @6078   18 years Gary Byers Package defs moved elsewhere.
(edit) @6077   18 years Gary Byers Tweaks to macptr printing.
(edit) @6076   18 years Gary Byers %GCABLE-PTR-P.
(edit) @6075   18 years Gary Byers SET-TYPE-PREDICATE returns its second arg.
(edit) @6074   18 years Gary Byers Move package definitions here.
(edit) @6073   18 years Gary Byers Typo.
(edit) @6072   18 years Gary Byers In altstack_signal_handler(), last arg in call to …
(edit) @6071   18 years Gary Byers If we can't take a signal on a thread-specific altstack, handle the …
(edit) @6070   18 years Gary Byers Don't define USE_SIGALTSTACK on Darwin (alternate signal stacks aren't …
(edit) @6069   18 years Gary Byers Don't define USE_SIGALTSTACK here.
(edit) @6068   18 years Gary Byers use %ptr-store-fixnum-conditional in %get-spin-lock. in …
(edit) @6067   18 years Gary Byers %ptr-store-fixnum-conditional.
(edit) @6066   18 years Gary Byers %ptr-store-fixnum-conditional.
(edit) @6065   18 years Gary Byers Bump.
(edit) @6064   18 years Gary Byers In CONCISE-FOREIGN-TYPE: argument might be a typedef name, so don't …
(edit) @6063   18 years Gary Byers In DECODE-ARGUMENTS (used to decode "regular" function …
(edit) @6062   18 years Gary Byers %GET-BITFIELD, %SET-BITFIELD: handle little-endian target (small …
(edit) @6061   18 years Gary Byers Remove the (training-wheels) warning about non-canonical type ordinals …
(edit) @6060   18 years Gary Byers Some cgfloat stuff.
(edit) @6059   18 years Gary Byers Extend the idea previously used for precompiled INIT messages to all …
(edit) @6058   18 years Gary Byers New approach to protocols; move some definitions earlier in the rats nest.
(edit) @6057   18 years Gary Byers COMPUTE-OBJC-TO-LISP-FUNCTION-NAME. The currently active version just …
(edit) @6056   18 years Gary Byers Use FOREIGN-STRUCT-ENCPSULATIONs, which were probably a bad idea. …
(edit) @6055   18 years Gary Byers Sketch out a mechanism for recognizing typed pointers as instances of …
(edit) @6054   18 years Gary Byers Define a few foreign structures inside INSTALL-STANDARD-FOREIGN-TYPES …
(edit) @6053   18 years Gary Byers Move the foreign structure definitions to inside …
(edit) @6052   18 years Gary Byers Revert out of some of the changes that led to Trac bug #2. Try hard …
(edit) @6051   18 years Gary Byers Define a few foreign structure types here, rather than inside …
(edit) @6050   18 years Gary Byers Call INSTALL-STANDARD-FOREIGN-TYPES and …
(edit) @6049   18 years Gary Byers FREE: be careful about gcable pointers.
(edit) @6048   18 years Gary Byers Comment indentation.
(edit) @6047   18 years Gary Byers $fasl-timm: if this is still used, an :int will do (no need for :long).
(edit) @6046   18 years Gary Byers RLET, MAKE-RECORD assert pointer's type-ordinal.
(edit) @6045   18 years Gary Byers Macptr printing in the brave new world.
(edit) @6044   18 years Gary Byers Note experimental version in banner.
(edit) @6043   18 years Gary Byers Intern foreign-array-types, too.
(edit) @6042   18 years Gary Byers canonicalize-foreign-type-ordinals: :long and :int are identical on …
(edit) @6041   18 years Gary Byers Lots of changes for "ordinally" typed pointers; hard to bootstrap.
(edit) @6040   18 years Gary Byers
(edit) @6039   18 years Gary Byers Remove a debugging fprintf.
(edit) @6038   18 years Gary Byers new branch for objc dispatch functions
(edit) @6037   18 years Gary Byers
(edit) @6036   18 years Gary Byers Fix typo (extra quote) in generate-callback-bindings.
(edit) @6035   18 years Gary Byers
(edit) @6034   18 years Gary Byers (re-)enable -O2.
(edit) @6033   18 years Gary Byers
(edit) @6032   18 years Gary Byers
(edit) @6031   18 years Gary Byers Fix fenceposts in CLOSURE-CLOSED-OVER-VALUES.
(edit) @6030   18 years Gary Byers Simplify interrupt_handler() a little.
(edit) @6029   18 years Gary Byers Fix "extra arguments" error message in %EXTERNAL-CALL-EXPANDER.
(edit) @6028   18 years Gary Byers class-wrapper-random-state: use encapsulation, and a lock.
(edit) @6027   18 years Gary Byers *RANDOM-STATE* is thread-local.
(edit) @6026   18 years Gary Byers *RANDOM-STATE* is thread-local.
(edit) @6025   18 years Gary Byers in catch_exception_raise(), try to deal with variations in Mach …
(edit) @6024   18 years Gary Byers remove CVSROOT
(edit) @6023   18 years Gary Byers Bill's fix to (MAKE-PATHNAME :DIRECTORY NIL ...)
(edit) @6022   18 years Gary Byers * empty log message *
(edit) @6021   18 years Gary Byers Use CLEAR-OPEN-FILE-STREAMS.
(edit) @6020   18 years Gary Byers Accessors of open-file-streams; no more *OPEN-FILE-STREAMS*.
(edit) @6019   18 years Gary Byers Encapsulation for open-file-streams.
(edit) @6018   18 years Gary Byers OPEN-FILE-STREAMS is a function, returns a copy of a list of open file …
(edit) @6017   18 years Gary Byers Lose *OPEN-FILE-STREAMS* and the lock associated with it.
(edit) @6016   18 years Gary Byers Bind *GENSYM-COUNTER* per-thread.
(edit) @6015   18 years Gary Byers When REMHASH deletes the last entry in a hash-table, it fills the …
(edit) @6014   18 years Gary Byers * empty log message *
(edit) @6013   18 years Gary Byers *spin-lock-tries* with a trailing *.
(edit) @6012   18 years Gary Byers printing random-state: don't shift seeds.
(edit) @6011   18 years Gary Byers MAKE-RANDOM-STATE: don't shift.
(edit) @6010   18 years Gary Byers Do %next-random-seed more portably.
(edit) @6009   18 years Gary Byers Typo in comment.
Note: See TracRevisionLog for help on using the revision log.