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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Allegro CL compatibility.
Matthias Benkard
2007-08-04
4
-35
/
+12
*
Do not use a hardcoded path to libobjcl.
Matthias Benkard
2007-08-04
1
-1
/
+12
*
Properly document INVOKE and INVOKE-BY-NAME.
Matthias Benkard
2007-08-04
2
-3
/
+89
*
Implement the public function INVOKE.
Matthias Benkard
2007-08-04
4
-4
/
+35
*
Define an external interface, properly document FIND-OBJC-CLASS.
Matthias Benkard
2007-08-04
8
-26
/
+110
*
Do not put temporary objects into one of the global wrapper object pools.
Matthias Benkard
2007-08-04
1
-1
/
+6
*
More file and directory layout refactoring.
Matthias Benkard
2007-08-04
5
-67
/
+79
*
Refactor directory and source file layout.
Matthias Benkard
2007-08-04
17
-527
/
+604
*
CMUCL compatibility.
Matthias Benkard
2007-08-04
1
-17
/
+53
*
Fix a stupid memory leak.
Matthias Benkard
2007-08-04
1
-4
/
+2
*
Make method calls with a void return type not fail.
Matthias Benkard
2007-08-04
1
-3
/
+5
*
Save Objective C references in global hash tables for reuse.
Matthias Benkard
2007-08-04
2
-22
/
+52
*
Add memory management for Objective C objects.
Matthias Benkard
2007-08-04
1
-9
/
+48
*
Further improve PRINT-OBJECT output.
Matthias Benkard
2007-08-03
1
-1
/
+4
*
Improve PRINT-OBJECT for Objective C instances.
Matthias Benkard
2007-08-03
1
-2
/
+3
*
Make exception reports more verbose.
Matthias Benkard
2007-08-03
1
-6
/
+9
*
Automatically turn Lisp strings into C strings.
Matthias Benkard
2007-08-03
1
-0
/
+1
*
Add generic function OBJCL-EQL.
Matthias Benkard
2007-08-03
1
-0
/
+7
*
Add exception handling.
Matthias Benkard
2007-08-03
3
-56
/
+131
*
Make the reader macro work in CMUCL.
Matthias Benkard
2007-08-03
1
-1
/
+7
*
Add reader syntax for Objective C method calls.
Matthias Benkard
2007-08-03
1
-0
/
+82
*
Use type Class rather than id for classes.
Matthias Benkard
2007-08-03
3
-9
/
+59
*
OBJCL-FIND-CLASS: Return NIL if no class is found.
Matthias Benkard
2007-08-03
1
-2
/
+7
*
Use tagged data on both the Lisp and C sides.
Matthias Benkard
2007-08-03
3
-83
/
+362
*
Beginnings of an Objective C bridge.
Matthias Benkard
2007-08-02
6
-0
/
+284
[prev]