index
:
mulk/objective-cl
master
Two-way Common-Lisp–Objective-C bridge.
Matthias Benkard
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Objective-C
/
libobjcl.m
Commit message (
Expand
)
Author
Age
Files
Lines
*
Objective-C layer: Make objcl_class_metaclass work on the NeXT runtime.
Matthias Benkard
2008-02-17
1
-1
/
+1
*
Objective-C layer: Do not use the MetaClass type.
Matthias Benkard
2008-02-17
1
-1
/
+1
*
Minor cleanups.
Matthias Benkard
2008-02-17
1
-0
/
+10
*
Fix a stupid little bug in objcl_create_class.
Matthias Benkard
2008-02-17
1
-2
/
+2
*
Fix objcl_create_class.
Matthias Benkard
2008-02-17
1
-1
/
+1
*
Fix ENSURE-OBJECTIVE-C-CLASS-PAIR.
Matthias Benkard
2008-02-17
1
-0
/
+11
*
Implement FOREIGN-CLASS-ENSURE-REGISTERED.
Matthias Benkard
2008-02-17
1
-0
/
+8
*
Fix SLOT-VALUE-USING-CLASS (OBJECTIVE-C-CLASS ...).
Matthias Benkard
2008-02-17
1
-5
/
+9
*
Add module: instance-management.
Matthias Benkard
2008-02-16
1
-0
/
+7
*
Objective-C layer: Add functions for determining whether a class is managed b...
Matthias Benkard
2008-02-16
1
-0
/
+14
*
Use NSRecursiveLock rather than POSIX semaphores.
Matthias Benkard
2008-02-16
1
-54
/
+11
*
Objective-C layer: Add a note about returning structs on the NeXT runtime.
Matthias Benkard
2008-02-15
1
-0
/
+12
*
Stylistic improvements.
Matthias Benkard
2008-02-14
1
-13
/
+13
*
Lay the groundwork for super calls.
Matthias Benkard
2008-02-14
1
-6
/
+36
*
Objective-C layer: Make initialisation more robust.
Matthias Benkard
2008-02-12
1
-20
/
+24
*
Glue layer: Add functions for class creation.
Matthias Benkard
2008-02-10
1
-3
/
+6
*
Add NSObject category ObjectiveCLWrapperLink.
Matthias Benkard
2008-02-10
1
-14
/
+25
*
Objective-C layer: Add functions for class creation.
Matthias Benkard
2008-02-09
1
-0
/
+141
*
Objective-C layer: Use mprotect(2) where needed.
Matthias Benkard
2008-02-08
1
-3
/
+9
*
Objective-C layer: Implement locking using semaphores.
Matthias Benkard
2008-02-07
1
-2
/
+51
*
Objective-C layer: Add objcl_create_imp and assorted functions.
Matthias Benkard
2008-02-07
1
-0
/
+93
*
Objective-C layer: Add some debugging aids.
Matthias Benkard
2008-02-04
1
-0
/
+36
*
Glue layer: Add slot handling functions.
Matthias Benkard
2008-02-03
1
-4
/
+9
*
Objective-C layer: Add slot handling functions.
Matthias Benkard
2008-02-03
1
-3
/
+67
*
Objective-C layer: Make use of the Objective-C 2.0 runtime.
Matthias Benkard
2008-02-03
1
-21
/
+14
*
Objective-C layer: Add objcl_class_superclass.
Matthias Benkard
2008-02-03
1
-0
/
+12
*
Objective-C layer: Add function objcl_objc2_p.
Matthias Benkard
2008-01-29
1
-0
/
+11
*
Directory layout: Put code imported from PyObjC into its own directory.
Matthias Benkard
2008-01-28
1
-2
/
+2
*
Apply the LGPLv3 to all the code previously released under the GPLv3.
Matthias Benkard
2008-01-26
1
-6
/
+7
*
Objective-C layer: Make initialisation more robust.
Matthias Benkard
2007-10-13
1
-6
/
+20
*
Make compile-time selector warnings work on the NeXT runtime, clean the Objec...
Matthias Benkard
2007-10-10
1
-3
/
+22
*
Add FIND-OBJC-META-CLASS, fix some minor bugs.
Matthias Benkard
2007-09-26
1
-0
/
+20
*
Apply the GPLv3 to my code and clarify the license of the PyObjC parts.
Matthias Benkard
2007-09-26
1
-0
/
+16
*
Objective-C layer: Add functions for determining the Objective-C runtime used...
Matthias Benkard
2007-09-21
1
-0
/
+38
*
Make the test suite work on Mac OS X.
Matthias Benkard
2007-09-21
1
-1
/
+4
*
Prune yet another bunch of unused code chunks.
Matthias Benkard
2007-09-21
1
-2
/
+2
*
Objective-C layer: Remove the code needed by the obsolete version of INVOKE-B...
Matthias Benkard
2007-09-21
1
-230
/
+0
*
Fix the coercion rules for FLOAT and BOOLEAN values.
Matthias Benkard
2007-09-20
1
-0
/
+18
*
Simplify the Objective-C layer, make the newest additions compatible with the...
Matthias Benkard
2007-09-18
1
-73
/
+21
*
INVOKE-WITH-CONVERSION: Support arrays, structs, and unions, and convert Lisp...
Matthias Benkard
2007-09-18
1
-0
/
+7
*
Objective-C layer: Add functions for dealing with classes and metaclasses.
Matthias Benkard
2007-09-18
1
-0
/
+55
*
PRIMITIVE-INVOKE: Fix a bunch of memory access bugs.
Matthias Benkard
2007-09-16
1
-2
/
+5
*
Remember to pass self and _cmd to methods.
Matthias Benkard
2007-09-16
1
-5
/
+6
*
Reimplement PRIMITIVE-INVOKE and rename the old version UNSAFE-PRIMITIVE-INVOKE.
Matthias Benkard
2007-09-15
1
-0
/
+5
*
Objective-C layer: Simplify the interface of objcl_invoke_with_types.
Matthias Benkard
2007-09-15
1
-7
/
+4
*
Objective-C layer: Implement objcl_invoke_with_types.
Matthias Benkard
2007-09-15
1
-14
/
+39
*
Make the libffi support code from PyObjC compilable stand-alone.
Matthias Benkard
2007-09-15
1
-1
/
+7
*
Add libffi support code from PyObjC.
Matthias Benkard
2007-09-15
1
-2
/
+4
*
Make the code copied from PyObjC compilable stand-alone.
Matthias Benkard
2007-09-15
1
-1
/
+1
*
Add some support files from PyObjC.
Matthias Benkard
2007-09-15
1
-0
/
+42
[next]