source:

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @154   21 years Gary Byers Use (SUPER) in OBJC-MESSAGE-SEND-SUPER call.
(edit) @153   21 years Gary Byers revive class info, autorelease-pool when reiniting CCL directory
(edit) @152   21 years Gary Byers Comment out things that don't (yet) work.
(edit) @151   21 years Gary Byers Punt on primary accessor methods.
(edit) @150   21 years Gary Byers Add newline before EOF.
(edit) @149   21 years Gary Byers Fix dangling close paren.
(edit) @148   21 years Gary Byers Alanr's fix to closure-inspector.
(edit) @147   21 years Gary Byers Remove inline loginfo.
(edit) @146   21 years Gary Byers Add newline before EOF.
(edit) @145   21 years Gary Byers Replaced by objc-runtime.lisp
(edit) @144   21 years Gary Byers A little clearer to say OPTION-NAME instead of (CADR OPTION) in …
(edit) @143   21 years Gary Byers Change debugger prompt. Still confuses the hell out of ILISP.
(edit) @142   21 years Gary Byers Keep count of splay-tree nodes; PRINT-OBJECT methods.
(edit) @141   21 years Gary Byers Bump the version number.
(edit) @140   21 years Gary Byers Call MAP-OBJC-CLASS on (true) classes; MAP-OBJC-CLASS will handle the …
(edit) @139   21 years Gary Byers Add (commented-out) DBG call.
(edit) @138   21 years Gary Byers Some fixes: ensure that the Cocoa demo works under OSX.
(edit) @137   21 years Gary Byers New & improved debugger.
(edit) @136   21 years Gary Byers map-splay-tree
(edit) @135   21 years Gary Byers This is all #+apple-objc.
(edit) @134   21 years Gary Byers Move readtable stuff out of main path; preserve (for a while) for …
(edit) @133   21 years Gary Byers Require (new) OBJC-RUNTIME. Conditionalize a little for runtime …
(edit) @132   21 years Gary Byers Define bundle/executable paths here.
(edit) @131   21 years Gary Byers New file, intended to replace apple-objc.lisp. Try to hide the …
(edit) @130   21 years beer Added missing comma to SELF in OBJC-METHOD-DEFINITION-FORM
(edit) @129   21 years Gary Byers use compiler frontend hooks
(edit) @128   21 years Gary Byers integrate XREF changes
(edit) @127   21 years Gary Byers minor changes
(edit) @126   21 years Gary Byers new file
(edit) @125   21 years Gary Byers mail out commit messages
(edit) @124   21 years Gary Byers start to conditionalize for runtime
(edit) @123   21 years Gary Byers get more of this working
(edit) @122   21 years Gary Byers Revive efforts to get this working.
(edit) @121   21 years Gary Byers DIRECTORYP.
(edit) @120   21 years Gary Byers SETUP-SLOT-LOOKUP does nothing if no slots.
(edit) @119   21 years Gary Byers STRUCTURE isn't a type-specifier; use STRUCTURE-OBJECT instead.
(edit) @118   21 years Gary Byers STRUCTURE isn't a type-specifier.
(edit) @117   21 years Gary Byers TYPE-SPECIFIER does some typechecking.
(edit) @116   21 years Gary Byers FAKE-STACK-FRAME isn't a type specifier.
(edit) @115   21 years Gary Byers STANDARD-INSTANCE isn't a type specifier.
(edit) @114   21 years Gary Byers COMPLEX-ARRAY, DISPLACED-ARRAY aren't type specifiers.
(edit) @113   21 years Gary Byers New wrapper layout.
(edit) @112   21 years Gary Byers Export METHOD-NAME from CCL, OPENMCL-MOP.
(edit) @111   21 years Gary Byers Set TYPE-PREDICATE slot of standard slot definition.
(edit) @110   21 years Gary Byers New slot-value scheme. No more reader/writer dcode.
(edit) @109   21 years Gary Byers New slot-value scheme.
(edit) @108   21 years Gary Byers New scheme.
(edit) @107   21 years Gary Byers Don't free() a pointer that was just realloc()ed.
(edit) @106   21 years Gary Byers Don't reference tlb_pointer until we're sure it's big enough.
(edit) @105   21 years Gary Byers More wrapper slots for faster slot lookup.
(edit) @104   21 years Gary Byers New date.
(edit) @103   21 years Gary Byers Set things up for faster slot lookup.
(edit) @102   21 years Gary Byers SLOT-ID stuff.
(edit) @101   21 years Gary Byers Some LAP for slot lookup.
(edit) @100   21 years Gary Byers New PPC32, MOP features.
(edit) @99   21 years Gary Byers Move SLOT-ID-VALUE/SETF-SLOT-ID-VALUE from l1-clos.lisp to …
(edit) @98   21 years Gary Byers There -will- be more fields in a class wrapper soon.
(edit) @97   21 years Gary Byers First cut at SLOT-VALUE.
(edit) @96   21 years Gary Byers PRINT-OBJECT method for SLOT-ID.
(edit) @95   21 years Gary Byers Start to implement new slot-lookup scheme.
(edit) @94   21 years Gary Byers Return value of insertNewline: method is void.
(edit) @93   21 years Gary Byers Be more careful about recognizing EQL specializers.
(edit) @92   21 years Gary Byers COLLECT macro moved to CCL package.
(edit) @91   21 years Gary Byers %foreign-type-or-record: recognize (:struct :foo) off the bat.
(edit) @90   21 years Gary Byers Better %%rusage, since Darwin mucks up system/user time.
(edit) @89   21 years Gary Byers %SVAR-BINDING-ADDRESS fix.
(edit) @88   21 years Gary Byers ensure_gc_structures_writable: account for entire heap, not just …
(edit) @87   21 years Gary Byers Distinguish between read errors (especially EINTR) and EOF; terminate …
(edit) @86   21 years Gary Byers set lock dir
(edit) @85   21 years Gary Byers remove sparc lap; move all PPC lap code to ccl:level-0;PPC;
(edit) @84   21 years Gary Byers PPC lap macros hash table in backend
(edit) @83   21 years Gary Byers ppc-arch -> ppc32-arch, lap-macros slot in backend
(edit) @82   21 years Gary Byers rename of ppc-arch.lisp
(edit) @81   21 years Gary Byers missed a few DEFENUM stragglers
(edit) @80   21 years Gary Byers move ONCE-ONLY, COLLECT. ITERATE to CCL package
(edit) @79   21 years Gary Byers bump version
(edit) @78   21 years Gary Byers rename arch:: ppc:: refs to ppc32::, for now
(edit) @77   21 years Gary Byers start big package rename scheme
(edit) @76   21 years Gary Byers hasn't been used in a long time …
(edit) @75   21 years Gary Byers PPC2-LOCAL-GO: need to clean up the vstack regardless of XFER token.
(edit) @74   21 years Gary Byers fix handling of immediate operands in vector instructions
(edit) @73   21 years Gary Byers Clear *INTERACTIVE-ABORT-PROCESS* in KILL-LISP-POINTERS.
(edit) @72   21 years Gary Byers Don't try to interrupt *INTERACTIVE-ABORT-PROCESS* if it's null.
(edit) @71   21 years Gary Byers Bump the version.
(edit) @70   21 years Gary Byers Use symbolic constants in a few places. Check for recent …
(edit) @69   21 years Gary Byers Define a few opcodes, and define CREATE_LISP_FRAME_INSTRUCTION.
(edit) @68   21 years Gary Byers More structure-class accessor stuff.
(edit) @67   21 years Gary Byers Guess …
(edit) @66   21 years Gary Byers Some more work to make STRUCTURE-CLASS have real slot definitions.
(edit) @65   21 years Gary Byers Define a MAKE-INSTANCES-OBSOLETE method for STRUCTURE-CLASS. Next …
(edit) @64   21 years Gary Byers PRINT-OBJECT method for SLOT-DESCRIPTOR, whether standard or not.
(edit) @63   21 years Gary Byers Fix initialization of early effective-slotds. Start to integrate …
(edit) @62   21 years Gary Byers Distinguish between inherited structure slots and direct ones.
(edit) @61   21 years Gary Byers Introduce SLOTS-CLASS; make STD-CLASS and STRUCTURE-CLASS (for now) …
(edit) @60   21 years Gary Byers More changes/fixes: line-buffered-p stuff.
(edit) @59   21 years Gary Byers new file
(edit) @58   21 years Gary Byers Suppress some compiler warnings.
(edit) @57   21 years Gary Byers Declare some special variables.
(edit) @56   21 years Gary Byers Use asterisks in (more) special variable names.
(edit) @55   21 years Gary Byers More #-clx stuff, fix typos.
Note: See TracRevisionLog for help on using the revision log.