source:

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @240   21 years Gary Byers A little bit of conditionalization.
(edit) @239   21 years Gary Byers TYPEP returns 1 value.
(edit) @238   21 years Gary Byers Detect when destructive right shifts yield a fixnum more accurately …
(edit) @237   21 years Gary Byers ASSQ is builtin, so just EVAL-REDEF it.
(edit) @236   21 years Gary Byers ASSOC variants don't allow NIL in an alist. ASSEQL typechecks …
(edit) @235   21 years Gary Byers Do an EVAL-REDEF for ASSQ.
(edit) @234   21 years Gary Byers Fix (at least the function case) of :ALLOW-OTHER-KEYS NIL.
(edit) @233   21 years beer Added support for foreign slot definitions
(edit) @232   21 years Gary Byers Assume that elaboration will call #'%SLOT-ID-REF-MISSING, …
(edit) @231   21 years Gary Byers Print class addresses when generating slots, in the commented-out …
(edit) @230   21 years Gary Byers Derive the names of superclasses when recursively mapping classes; …
(edit) @229   21 years (none) This commit was manufactured by cvs2svn to create tag 'snapshot_040106'.
(edit) @228   21 years Gary Byers Say "4" instead of "(ash 1 ppc::word-shift)", since this is …
(edit) @227   21 years Gary Byers Use "TARGET" package, not "ARCH".
(edit) @226   21 years Gary Byers Preliminary support for statically-linked kernel.
(edit) @225   21 years Gary Byers FIXNUMSHIFT in TARGET package.
(edit) @224   21 years Gary Byers SUBTAG-INSTANCE in TARGET package.
(edit) @223   21 years Gary Byers Intern accessors in "TARGET" package.
(edit) @222   21 years Gary Byers EXTRACT-DEFAULT function's in PPC package now.
(edit) @221   21 years Gary Byers Error codes in ARCH package.
(edit) @220   21 years Gary Byers Nilreg-relative-symbols are PPC common.
(edit) @219   21 years Gary Byers Set lisp_global(STATICALLY_LINKED) if STATIC is defined.
(edit) @218   21 years Gary Byers Don't assume that dladdr exists if STATIC is defined.
(edit) @217   21 years Gary Byers STATICALLY_LINKED global.
(edit) @216   21 years Gary Byers PPC regs are in PPC package.
(edit) @215   21 years Gary Byers Opcode/operand stuff's in ARCH package.
(edit) @214   21 years Gary Byers 040106, for a while.
(edit) @213   21 years Gary Byers Error codes are in ARCH package.
(edit) @212   21 years Gary Byers TCR flags are in ARCH. (Strange, but true.)
(edit) @211   21 years Gary Byers All PPCs have an FPSCR with the same bits in it …
(edit) @210   21 years Gary Byers Fix (bad) typo in %SHARED-INITIALIZE.
(edit) @209   21 years Gary Byers Some changes to initarg checking/caching; may still not be correct.
(edit) @208   21 years Gary Byers Internal-package dependency changes.
(edit) @207   21 years Gary Byers Errors in ARCH package.
(edit) @206   21 years Gary Byers Some support for static linking under Linux, and changes to the …
(edit) @205   21 years Gary Byers Should be close to having PPC64 stuff (tags, object layout) here.
(edit) @204   21 years Gary Byers Should be close to having PPC32 stuff (tags, object layout) here. …
(edit) @203   21 years Gary Byers Mostly PPC (not PPC32 or PPC64) specific, nominally. (Undoubtedly …
(edit) @202   21 years Gary Byers Mostly PPC (not PPC32 or PPC64) specific, nominally.
(edit) @201   21 years Gary Byers Mostly PPC (not PPC32 or PPC64) specific, nominally. Opcode/operand …
(edit) @200   21 years Gary Byers Most stuff that's truly PPC-specific should be here (in the PPC …
(edit) @199   21 years Gary Byers Most stuff that's truly PPC-specific should be here (in the PPC …
(edit) @198   21 years Gary Byers Storage classes (s64/u64 need to be added, at least) are in the ARCH …
(edit) @197   21 years Gary Byers (generic) opcode/operand stuff is in the ARCH package.
(edit) @196   21 years Gary Byers Builtin-functions list is in the ARCH package.
(edit) @195   21 years Gary Byers Back in the ARCH package, but there's a lot less stuff here.
(edit) @194   21 years Gary Byers Try again, using WITH-NEGATED-BIGNUM-BUFFERS.
(edit) @193   21 years Gary Byers %BIGNUM-BIGNUM-GCD wasn't zeroing out the buffers it (re-)uses, so use …
(edit) @192   21 years Gary Byers Slight change to requirements.
(edit) @191   21 years Gary Byers New file.
(edit) @190   21 years Gary Byers New (empty, in fact) file.
(edit) @189   21 years Gary Byers Try to be less ppc32-specific.
(edit) @188   21 years Gary Byers Try to be more ppc32-specific.
(edit) @187   21 years Gary Byers (Mostly) work with gnu-objc; may have broken apple-objc …
(edit) @186   21 years Gary Byers special-case GS under GNUstep.
(edit) @185   21 years Gary Byers More gnu-objc conditionalization. Take user-specified class-name when …
(edit) @184   21 years Gary Byers More gnu-objc conditionalization.
(edit) @183   21 years Gary Byers Generalize the notion of packages whose symbols are always exported.
(edit) @182   21 years Gary Byers Move command-line-arg stuff to l1-pathnames.
(edit) @181   21 years Gary Byers Install the kernel error callbacks, late in the cold load.
(edit) @180   21 years Gary Byers Move FOREIGN-OBJECT-DOMAIN accessors elsewhere. Make slot accessors …
(edit) @179   21 years Gary Byers Add a VALIDATE-SUPERCLASS method for (FOREIGN-CLASS STANDARD-CLASS), …
(edit) @178   21 years Gary Byers Move COMMAND-LINE-ARGUMENTS stuff here; use it to find the CCL …
(edit) @177   21 years Gary Byers Rename the %ERR-DISP callback to %X-ERRDISP, so the kernel doesn't try …
(edit) @176   21 years Gary Byers Rename the CMAIN callback to XCMAIN, so the kernel doesn't try to call …
(edit) @175   21 years Gary Byers Add PPC-ARCH. (This is all still a moving target.)
(edit) @174   21 years Gary Byers Integrate a little better with the new debugger.
(edit) @173   21 years Gary Byers According to my calculations, you need 5 bits to express a 5-bit …
(edit) @172   21 years Gary Byers Print MACPTRs, get method names/specializers half-right.
(edit) @171   21 years Gary Byers Move FOREIGN-OBJECT-DOMAIN accessors here.
(edit) @170   21 years Gary Byers Zero the domain/type fields when making a stack-block.
(edit) @169   21 years Gary Byers Use STANDARD-OBJECT-P to find instance class-wrappers.
(edit) @168   21 years Gary Byers Fix an EQL-SPECIALIZER botch. Lots of stuff to support foreign …
(edit) @167   21 years Gary Byers Use %class-slots instead of %CLASS.SLOTS when CLASS-SLOTS won't do. …
(edit) @166   21 years Gary Byers Careful about getting wrappers in dispatch. Use %class-slots instead …
(edit) @165   21 years Gary Byers Write the address involved in a #<Recursive printing error>, as if …
(edit) @164   21 years Gary Byers Macptr domain/type accessors. In LAP to simplify treating them as …
(edit) @163   21 years Gary Byers Half-hearted change to %TYPEP, to handle foreign-typed macptrs.
(edit) @162   21 years Gary Byers Don't call MAP-OBJC-CLASS when walking modules.
(edit) @161   21 years Gary Byers Start to integrate CLOS & ObjC.
(edit) @160   21 years Gary Byers New file: start to integrate CLOS/ObjC.
(edit) @159   21 years Gary Byers MACPTR->STACK zeroes domain, type fields.
(edit) @158   21 years Gary Byers SUPER's gensym'ed in methods; FLET SUPER accesses it. Remove the …
(edit) @157   21 years Gary Byers Access SUPER via (SUPER).
(edit) @156   21 years Gary Byers Put the CFBUNDLE nonsense here, independent of the rest of objc-support.
(edit) @155   21 years Gary Byers Get rid of *DEFAULT-BUNDLE-PATH* and friend; require …
(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.
Note: See TracRevisionLog for help on using the revision log.