|
|
@12843
|
10 years |
gb |
Change WITH-STRING-VECTOR usage in commented-out Cocotron-specifc code.
|
|
|
@12820
|
10 years |
palter |
Arrange for the CCL icon to appear with the right name so Cocotron …
|
|
|
@12741
|
10 years |
gb |
Compile named functions (rather than closures) to do ObjC message …
|
|
|
@12659
|
10 years |
gb |
Arrgh. Need to straighten out Darwin leading underscores nonsense.
|
|
|
@12648
|
10 years |
gb |
Remove leading underscores from foreign symbol addresses. (We're …
|
|
|
@12643
|
10 years |
gb |
Tweak the code that loads the Cocoa framework, so that standalone …
|
|
|
@12642
|
10 years |
gb |
:if-exists :supersede when copying libraries.
|
|
|
@12624
|
10 years |
gb |
Add a conditionalized-out call to #_NSInitializeProces in the Cocotron …
|
|
|
@12593
|
10 years |
gb |
Half-heartedly use the environment arg in the compiler-macro on …
|
|
|
@12592
|
10 years |
gb |
Use the new support for null parameters to completely ignore the …
|
|
|
@12549
|
10 years |
gb |
SLET* doesn't reference its ENV argument.
|
|
|
@12483
|
10 years |
gb |
Raise NSException via _NSRaiseException in Cocotron (not …
|
|
|
@12482
|
10 years |
gb |
varargs send function is "objc_msg_sendv" in Cocotron (not …
|
|
|
@12460
|
10 years |
gb |
When creating an application bundle, optionally copy specified …
|
|
|
@12455
|
10 years |
gb |
In (SETF CLASS-DIRECT-SLOTS) :BEFORE method on OBJC:OBJC-CLASS:
check …
|
|
|
@12454
|
10 years |
gb |
Load Cocotron dlls from "ccl:cocotron;" after temporarily adding that …
|
|
|
@12438
|
10 years |
gb |
Conditionalize for Cocotron/Win32. Seems to mostly work (except for …
|
|
|
@12372
|
10 years |
rme |
The NSHandler2 type isn't visible in Leopard headers, so define and …
|
|
|
@12314
|
10 years |
gb |
Tweak the PRINT-OBJECT method on OBJC:OBJECT.
|
|
|
@12313
|
10 years |
gb |
NSObjects that have slot vectors are initialized, even if they're …
|
|
|
@12312
|
10 years |
gb |
HAS-LISP-SLOT-VECTOR, %REMOVE-LISP-SLOT-VECTOR.
|
|
|
@12207
|
11 years |
gb |
Try to deal better with instances of toll-free-bridged classes and …
|
|
|
@12176
|
11 years |
gb |
Export *OBJC-DESCRIPTION-MAX-LENGTH*, default it to 1024 (truncate …
|
|
|
@12174
|
11 years |
gb |
Export *OBJC-DESCRIPTION-MAX-LENGTH*, default it to 1024 (truncate …
|
|
|
@12173
|
11 years |
gb |
FAKE-CFBUNDLE-PATH: accept an optional bundle-id-suffix, add arch info …
|
|
|
@12056
|
11 years |
gb |
Export NS:CG-FLOAT; import it from CCL package.
|
|
|
@12055
|
11 years |
gb |
Define @METACLASS as a type specifier, at least until we can get rid …
|
|
|
@11915
|
11 years |
gb |
Back out of recent changes: there's no need to initialize …
|
|
|
@11913
|
11 years |
gb |
pmcl-kernel.c: don't define objc_personality_v0, since in the Wacky …
|
|
|
@11907
|
11 years |
gb |
When updating ObjC 2.x exception globals, if any global has a non-NULL …
|
|
|
@11905
|
11 years |
rme |
Undo last commit, which escaped from the lab.
|
|
|
@11904
|
11 years |
rme |
Add @protocol macro.
|
|
|
@11620
|
11 years |
rme |
New macros WITH-AUTORELEASED-NSSTRING, WITH-AUTORELEASED-NSSTRINGS.
…
|
|
|
@11597
|
11 years |
gb |
If sending an "init..." message to a newly-allocated ObjC instance …
|
|
|
@11589
|
11 years |
gb |
Try to get variadic method calls working on DarwinPPC64. The IDE …
|
|
|
@11588
|
11 years |
gb |
The arch-specific macro %KERNEL-GLOBAL-OFFSET doesn't care what …
|
|
|
@11427
|
11 years |
gb |
Serialize MAYBE-MAP-OBJC-CLASSES. It might be possible to be less …
|
|
|
@11426
|
11 years |
gb |
Don't use splay-trees to map objc class pointers to info about them. …
|
|
|
@11390
|
11 years |
rme |
Fixes to x8632 flavor of %PROCESS-VARARGS-LIST.
|
|
|
@11389
|
11 years |
rme |
%STACK-BLOCK takes a size in bytes, not words.
This error was causing …
|
|
|
@11358
|
11 years |
rme |
Compile send functions for varargs method signatures. It might be …
|
|
|
@11216
|
11 years |
gb |
In local function SIGNATURES-EQUAL in POSTPROCESS-OBJC-MESSAGE-INFO: …
|
|
|
@10959
|
11 years |
gb |
Replace uses of target::nil-value with (CCL::TARGET-NIL-VALUE) and …
|
|
|
@10840
|
11 years |
gb |
Get a little closer to working on darwinx8632: objc-error-return
code …
|
|
|
@10781
|
11 years |
rme |
Don't automatically convert lisp strings to NSString instances. See …
|
|
|
@10562
|
11 years |
gb |
Start to get this working on IA32. Still needs objc-error-handler …
|
|
|
@10545
|
11 years |
gb |
The whole idea of hooking into a dealloc function isn't really
used …
|
|
|
@10457
|
11 years |
gb |
From rme: support class ordinals in ObjC foreign type system.
|
|
|
@9761
|
12 years |
gb |
Propagate r9760 to trunk.
|
|
|
@9592
|
12 years |
gb |
There's no module named SPLIT-IF; there is one named SEQUENCE-UTILS.
|
|
|
@9478
|
12 years |
mikel |
adding infrastructure for svn updates
|
|
|
@9141
|
12 years |
gb |
Move terminate method to later in the loading sequence.
|
|
|
@9130
|
12 years |
rme |
Add "CA" as a special Cocoa word.
|
|
|
@8379
|
12 years |
rme |
Signal an error from ALLOCATE-INSTANCE when an Objective-C init …
|
|
|
@8201
|
12 years |
gb |
slot type predicates are optional (for type T) now.
|
|
|
@8199
|
12 years |
gb |
copy 1.1 trunk version
|
|
copied from branches/1.1/ccl/objc-bridge:
|
|
|
@8157
|
12 years |
gb |
copy
|