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
/
Lisp
/
libobjcl.lisp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Use the new type declaration reader macro in Objective-CL code.
Matthias Benkard
2008-03-13
1
-17
/
+12
*
Debian: Satisfy linda and lintian.
Matthias Benkard
2008-03-08
1
-1
/
+1
*
Prepare the build system for separate compilation of libobjcl.
Matthias Benkard
2008-03-07
1
-0
/
+1
*
COLLECT-METHODS: Do not free NULL pointers.
Matthias Benkard
2008-03-05
1
-1
/
+2
*
Document COLLECT-CLASSES and COLLECT-METHODS.
Matthias Benkard
2008-03-05
1
-0
/
+25
*
Fix the callback COLLECT-METHODS uses to collect methods of a class.
Matthias Benkard
2008-03-05
1
-1
/
+1
*
Add function COLLECT-METHODS.
Matthias Benkard
2008-03-05
1
-0
/
+26
*
Acquire the exception lock when returning from a callback.
Matthias Benkard
2008-03-04
1
-2
/
+2
*
Fix function POINTER for arguments of type EXCEPTION.
Matthias Benkard
2008-03-04
1
-1
/
+1
*
Objective-C layer: Add function objcl_test_foo.
Matthias Benkard
2008-03-04
1
-0
/
+2
*
Fix objcl_create_imp.
Matthias Benkard
2008-03-04
1
-3
/
+3
*
Avoid calling objcl_class_name on unregistered classes.
Matthias Benkard
2008-03-03
1
-0
/
+1
*
Assign the metaclasses of metaclasses correctly.
Matthias Benkard
2008-02-20
1
-3
/
+3
*
Collect and register all known Objective-C classes at load time.
Matthias Benkard
2008-02-20
1
-1
/
+0
*
Objective-C layer: Add objcl_for_each_class_do.
Matthias Benkard
2008-02-20
1
-0
/
+4
*
Make objcl_add_method capable of adding methods to registered classes.
Matthias Benkard
2008-02-19
1
-1
/
+2
*
Make FIND-OBJC-CLASS-BY-NAME able to find unregistered classes.
Matthias Benkard
2008-02-19
1
-11
/
+21
*
Add function POINTER.
Matthias Benkard
2008-02-19
1
-4
/
+8
*
Reimplement slot writing.
Matthias Benkard
2008-02-19
1
-3
/
+8
*
Reimplement slot reading.
Matthias Benkard
2008-02-19
1
-0
/
+7
*
Improve the CLASS-DEFINITION tests.
Matthias Benkard
2008-02-17
1
-1
/
+4
*
Minor cleanups.
Matthias Benkard
2008-02-17
1
-7
/
+9
*
Fix ENSURE-OBJECTIVE-C-CLASS-PAIR.
Matthias Benkard
2008-02-17
1
-6
/
+9
*
Implement OBJCL-CREATE-CLASS.
Matthias Benkard
2008-02-17
1
-0
/
+27
*
Implement ENSURE-OBJECTIVE-C-CLASS-PAIR.
Matthias Benkard
2008-02-17
1
-1
/
+1
*
Implement FOREIGN-CLASS-ENSURE-REGISTERED.
Matthias Benkard
2008-02-17
1
-3
/
+9
*
Fix SLOT-VALUE-USING-CLASS (OBJECTIVE-C-CLASS ...).
Matthias Benkard
2008-02-17
1
-10
/
+3
*
Add module: instance-management.
Matthias Benkard
2008-02-16
1
-0
/
+8
*
Objective-C layer: Add functions for determining whether a class is managed b...
Matthias Benkard
2008-02-16
1
-0
/
+17
*
Split MAKE-POINTER-WRAPPER into two parts.
Matthias Benkard
2008-02-16
1
-3
/
+3
*
Add automatic finalisation to struct wrappers.
Matthias Benkard
2008-02-15
1
-0
/
+15
*
System refactoring.
Matthias Benkard
2008-02-15
1
-0
/
+16
*
Lay the groundwork for super calls.
Matthias Benkard
2008-02-14
1
-0
/
+1
*
Do not rely on the GC to remove entries of a weak hash table.
Matthias Benkard
2008-02-11
1
-1
/
+1
*
Fix a bug that could cause FOREIGN-FREE to be called on a null pointer.
Matthias Benkard
2008-02-11
1
-8
/
+9
*
Specialise MAKE-LOAD-FORM for pointer wrappers.
Matthias Benkard
2008-02-11
1
-3
/
+4
*
System definition: Copy the system prior to compilation instead of after it.
Matthias Benkard
2008-02-10
1
-5
/
+7
*
Glue layer: Add functions for class creation.
Matthias Benkard
2008-02-10
1
-0
/
+21
*
Objective-C layer: Add objcl_create_imp and assorted functions.
Matthias Benkard
2008-02-07
1
-0
/
+15
*
Assign a fake metaclass as a metaclass to the root metaclass.
Matthias Benkard
2008-02-06
1
-29
/
+28
*
Assign the root metaclass as a metaclass to every metaclass except itself.
Matthias Benkard
2008-02-05
1
-1
/
+28
*
Reflect the Objective-C class hierarchy in the metaclass hierarchy as well.
Matthias Benkard
2008-02-05
1
-2
/
+16
*
Remove obsolete function OBJC-CLASS-OF.
Matthias Benkard
2008-02-04
1
-6
/
+0
*
Fix a possible NULL-pointer-related crash.
Matthias Benkard
2008-02-04
1
-1
/
+2
*
Add preliminary support for Objective-C slots.
Matthias Benkard
2008-02-04
1
-1
/
+6
*
Make ID the root of the Objective-C class hierarchy.
Matthias Benkard
2008-02-04
1
-2
/
+4
*
Glue layer: Add slot handling functions.
Matthias Benkard
2008-02-03
1
-0
/
+51
*
Automatically set Objective-C wrapper classes' superclasses.
Matthias Benkard
2008-02-03
1
-3
/
+7
*
Make OBJCL-CLASS-SUPERCLASS a bit safer.
Matthias Benkard
2008-02-03
1
-1
/
+1
*
Objective-C layer: Add objcl_class_superclass.
Matthias Benkard
2008-02-03
1
-0
/
+9
[next]