source:

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @6262   18 years Gary Byers I have no idea why SIGSYS is generated when it is in ... unmentionable …
(edit) @6261   18 years Gary Byers Say "extern" a few times, to work around laughable Apple ld64 gibberish.
(edit) @6260   18 years Gary Byers Say "extern" a few times, to work around laughable Apple ld64 gibberish.
(edit) @6259   18 years Gary Byers
(edit) @6258   18 years Gary Byers (SETF (AREF ...) ...) of two-dimensional arrays: need to target …
(edit) @6257   18 years Gary Byers Add features :x86-64 and :x86_64 if appropriate, not :x86-64 twice.
(edit) @6256   18 years Gary Byers
(edit) @6255   18 years Gary Byers Set IOBLOCK-ELEMENT-TYPE to CHARACTER for bivalent streams. …
(edit) @6254   18 years Gary Byers
(edit) @6253   18 years Gary Byers Branch at C(egc_store_node_conditional_success_test) should bracnch …
(edit) @6252   18 years Gary Byers
(edit) @6251   18 years Gary Byers Don't bother using RLET or equivalent to avoid making GCable pointers …
(edit) @6250   18 years Gary Byers If any method defined on a message passes a structure by value, …
(edit) @6249   18 years Gary Byers
(edit) @6248   18 years Gary Byers ALLOCATE-INSTANCE of OBJC:OBJC:CLASS: if the result of sending the …
(edit) @6247   18 years Gary Byers
(edit) @6246   18 years Gary Byers Update for 070408. (Yes, it's 070409 here already ...)
(edit) @6245   18 years Gary Byers
(edit) @6244   18 years Gary Byers Bump image version.
(edit) @6243   18 years Gary Byers
(edit) @6242   18 years Gary Byers Bump min fasl version.
(edit) @6241   18 years Gary Byers Org to the next page boundary at end of jump table, to work around …
(edit) @6240   18 years Gary Byers
(edit) @6239   18 years Gary Byers Bump current fasl version.
(edit) @6238   18 years Gary Byers Export CCL:FREE.
(edit) @6237   18 years Gary Byers Bump max fasl version.
(edit) @6236   18 years Gary Byers Pass -arch ppc64 to C, so that people who try to build this kernel on …
(edit) @6235   18 years Gary Byers
(edit) @6234   18 years Gary Byers Use new syntax: OBJC:DEFMETHOD, #/, MAKE-INSTANCE. Some changes in …
(edit) @6233   18 years Gary Byers Use new syntax: OBJC:DEFMETHOD, #/, MAKE-INSTANCE. Use …
(edit) @6232   18 years Gary Byers Use new syntax: OBJC:DEFMETHOD, #/, MAKE-INSTANCE. Use …
(edit) @6231   18 years Gary Byers Use new syntax: OBJC:DEFMETHOD, #/, MAKE-INSTANCE.
(edit) @6230   18 years Gary Byers Use new syntax: OBJC:DEFMETHOD, #/, MAKE-INSTANCE. Handle CGFLOAT …
(edit) @6229   18 years Gary Byers Define CGFLOAT, ObjC-2 foreign types here. Define "foreign struct …
(edit) @6228   18 years Gary Byers Compile message send functions per signature. Handle vararg message …
(edit) @6227   18 years Gary Byers Use new syntax. OBJC:LOAD-FRAMEWORK. Avoid some deprecated C-string …
(edit) @6226   18 years Gary Byers RECOGNIZE-OBJC-OBJECT: maybe try mapping classes if first try fails. …
(edit) @6225   18 years Gary Byers COMPUTE-OBJC-TO-LISP-FUNCTION-NAME was once going to do something …
(edit) @6224   18 years Gary Byers New file; export more stuff. Import some of it back into CCL. Provide …
(edit) @6223   18 years Gary Byers Foreign-type-ordinals, some of which are canonical. Straighten out the …
(edit) @6222   18 years Gary Byers DEFGLOBAL = DEFSTATIC. DEFLOADVAR makes its argument static. …
(edit) @6221   18 years Gary Byers Slight changes (preserve typedef name) in function/objc method …
(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.
Note: See TracRevisionLog for help on using the revision log.