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
...
*
Add tests for SUPER calls.
Matthias Benkard
2008-03-06
1
-5
/
+30
*
Refactor data conversion.
Matthias Benkard
2008-03-06
6
-147
/
+209
*
Build system: Fix a long-standing bug that made make too verbose.
Matthias Benkard
2008-03-06
1
-1
/
+1
*
SUPER: Pass the superclass instead of the class itself to INVOKE-BY-NAME-SUPE...
Matthias Benkard
2008-03-06
1
-1
/
+2
*
DECLARE local SUPER functions IGNORABLE.
Matthias Benkard
2008-03-06
1
-0
/
+1
*
SUPER: Correctly capture all method arguments.
Matthias Benkard
2008-03-06
1
-2
/
+1
*
Document SUPER.
Matthias Benkard
2008-03-06
1
-2
/
+56
*
SUPER: Capture method arguments before executing the method body.
Matthias Benkard
2008-03-06
1
-6
/
+5
*
Support super calls.
Matthias Benkard
2008-03-06
5
-12
/
+49
*
Implement INTERN-LISP-VALUE.
Matthias Benkard
2008-03-06
1
-6
/
+7
*
Implement the rest of NS::MLK-LISP-STRING, NS::MLK-LISP-ARRAY, and NS::MLK-LI...
Matthias Benkard
2008-03-06
1
-17
/
+44
*
Implement #/description (NS::MLK-LISP-VALUE).
Matthias Benkard
2008-03-06
2
-1
/
+22
*
Convert :ID, :CLASS, and :SELECTOR values returned by callbacks into pointers.
Matthias Benkard
2008-03-06
1
-5
/
+8
*
DEFINE-OBJECTIVE-C-CLASS: Reintern the class name in the OBJECTIVE-C-CLASSES ...
Matthias Benkard
2008-03-05
1
-1
/
+2
*
Fix linking with libffi on GNUstep systems.
Matthias Benkard
2008-03-05
1
-0
/
+1
*
Fix a compilation warning on Mac OS X.
Matthias Benkard
2008-03-05
2
-1
/
+3
*
Add a journal entry about CMUCL's SET-FUNCALLABLE-INSTANCE-FUNCTION bug.
Matthias Benkard
2008-03-05
1
-0
/
+16
*
SHARED-INITIALIZE :AFTER (SELECTOR ...): Add a note about CMUCL.
Matthias Benkard
2008-03-05
1
-2
/
+8
*
COLLECT-METHODS: Do not free NULL pointers.
Matthias Benkard
2008-03-05
2
-2
/
+4
*
Objective-C layer: Rename the DEBUG macro to DEBUG_P.
Matthias Benkard
2008-03-05
1
-4
/
+4
*
Fix a subtle compilation phase problem.
Matthias Benkard
2008-03-05
1
-8
/
+10
*
Objective-C layer: Do not #import NSObject-ObjectiveCLWrapperLink.h.
Matthias Benkard
2008-03-05
1
-1
/
+0
*
Bump version.
Matthias Benkard
2008-03-05
5
-6
/
+6
*
Admit defeat to CL-Markdown and code nested lists directly in HTML.
Matthias Benkard
2008-03-05
1
-14
/
+23
*
Document OBJECTIVE-C-GENERIC-FUNCTION and OBJECTIVE-C-METHOD.
Matthias Benkard
2008-03-05
1
-2
/
+31
*
Document class OBJECTIVE-C-CLASS.
Matthias Benkard
2008-03-05
1
-4
/
+24
*
Add function OBJECTIVE-C-CLASS-REGISTERED-P.
Matthias Benkard
2008-03-05
2
-0
/
+48
*
Document FOREIGN-VALUE, FOREIGN-STRUCT, and FOREIGN-UNION.
Matthias Benkard
2008-03-05
1
-5
/
+57
*
Add new class FOREIGN-UNION.
Matthias Benkard
2008-03-05
1
-4
/
+6
*
Document FOREIGN-VALUE-LISP-MANAGED-P and FOREIGN-VALUE-POINTER.
Matthias Benkard
2008-03-05
1
-2
/
+80
*
Export function FOREIGN-VALUE-POINTER.
Matthias Benkard
2008-03-05
1
-0
/
+1
*
Assorted documentation improvements.
Matthias Benkard
2008-03-05
2
-9
/
+12
*
Document COLLECT-CLASSES and COLLECT-METHODS.
Matthias Benkard
2008-03-05
2
-0
/
+60
*
Document DEFINE-RETURNS-BOOLEAN-EXCEPTION and UNDEFINE-RETURNS-BOOLEAN-EXCEPT...
Matthias Benkard
2008-03-05
1
-2
/
+77
*
Document DISABLE-METHOD-SYNTAX and DISABLE-OBJECTIVE-C-SYNTAX.
Matthias Benkard
2008-03-05
1
-2
/
+22
*
Fix documentation formatting.
Matthias Benkard
2008-03-05
2
-12
/
+12
*
Improve DEFINE-OBJECTIVE-C-CLASS documentation.
Matthias Benkard
2008-03-05
2
-0
/
+10
*
Document DEFINE-OBJECTIVE-C-GENERIC-FUNCTION and DEFINE-OBJECTIVE-C-METHOD.
Matthias Benkard
2008-03-05
2
-1
/
+151
*
Add macro DEFINE-OBJECTIVE-C-CLASS.
Matthias Benkard
2008-03-05
2
-2
/
+157
*
Add test cases for the new method syntax.
Matthias Benkard
2008-03-05
1
-1
/
+19
*
Update ENABLE-METHOD-SYNTAX documentation.
Matthias Benkard
2008-03-05
1
-7
/
+9
*
Call COLLECT-METHODS at system load-time.
Matthias Benkard
2008-03-05
1
-1
/
+6
*
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
5
-3
/
+80
*
Collect selectors in package OBJECTIVE-C-SELECTORS.
Matthias Benkard
2008-03-05
3
-11
/
+29
*
Fix syntax enhancement enabling and disabling functions.
Matthias Benkard
2008-03-04
2
-14
/
+44
*
Fix DEFINE-OBJECTIVE-C-GENERIC-FUNCTION.
Matthias Benkard
2008-03-04
2
-1
/
+3
*
Export DEFOBJCGENERIC and DEFOBJCMETHOD.
Matthias Benkard
2008-03-04
2
-0
/
+6
*
Introduce macro DEFINE-OBJECTIVE-C-GENERIC-FUNCTION.
Matthias Benkard
2008-03-04
3
-2
/
+18
*
Introduce functions to disable the reader syntax extensions.
Matthias Benkard
2008-03-04
2
-2
/
+27
[prev]
[next]