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
/
method-definition.lisp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Pass class names instead of classes to ENSURE-GENERIC-FUNCTION-USING-CLASS.
Matthias Benkard
2008-03-12
1
-2
/
+2
*
debian/watch: Fix the link pattern.
Matthias Benkard
2008-03-08
1
-1
/
+1
*
Aesthetic improvements.
Matthias Benkard
2008-03-07
1
-11
/
+0
*
Call ENSURE-GENERIC-FUNCTION-USING-CLASS at compile-time as well.
Matthias Benkard
2008-03-07
1
-1
/
+1
*
INTERN-CALLBACK-NAME: Correctly distinguish callbacks by the classes they are...
Matthias Benkard
2008-03-07
1
-1
/
+2
*
Use ENSURE-GENERIC-FUNCTION-USING-CLASS instead of ENSURE-GENERIC-FUNCTION.
Matthias Benkard
2008-03-07
1
-1
/
+14
*
Remove an obsolete debugging aid.
Matthias Benkard
2008-03-07
1
-4
/
+0
*
Have callbacks properly return pointers to :ID, :CLASS and :SELECTOR values.
Matthias Benkard
2008-03-07
1
-11
/
+15
*
Update documentation.
Matthias Benkard
2008-03-07
1
-8
/
+8
*
Fix code formatting.
Matthias Benkard
2008-03-06
1
-14
/
+15
*
Remove a bunch of DEFINE-OBJECTIVE-C-GENERIC-FUNCTION calls.
Matthias Benkard
2008-03-06
1
-0
/
+5
*
DEFINE-OBJECTIVE-C-METHOD: Silently define a suitable OBJECTIVE-C-GENERIC-FUN...
Matthias Benkard
2008-03-06
1
-18
/
+28
*
Make DEFINE-OBJECTIVE-C-METHOD macroexpand correctly even if the receiving cl...
Matthias Benkard
2008-03-06
1
-2
/
+2
*
Make OBJECTIVE-C-METHODs dispatch on the class they have been defined for.
Matthias Benkard
2008-03-06
1
-5
/
+14
*
Refactor data conversion.
Matthias Benkard
2008-03-06
1
-4
/
+3
*
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
1
-9
/
+32
*
Convert :ID, :CLASS, and :SELECTOR values returned by callbacks into pointers.
Matthias Benkard
2008-03-06
1
-5
/
+8
*
Document OBJECTIVE-C-GENERIC-FUNCTION and OBJECTIVE-C-METHOD.
Matthias Benkard
2008-03-05
1
-2
/
+31
*
Improve DEFINE-OBJECTIVE-C-CLASS documentation.
Matthias Benkard
2008-03-05
1
-0
/
+2
*
Document DEFINE-OBJECTIVE-C-GENERIC-FUNCTION and DEFINE-OBJECTIVE-C-METHOD.
Matthias Benkard
2008-03-05
1
-0
/
+150
*
Add function COLLECT-METHODS.
Matthias Benkard
2008-03-05
1
-2
/
+4
*
Fix DEFINE-OBJECTIVE-C-GENERIC-FUNCTION.
Matthias Benkard
2008-03-04
1
-1
/
+2
*
Export DEFOBJCGENERIC and DEFOBJCMETHOD.
Matthias Benkard
2008-03-04
1
-0
/
+4
*
Introduce macro DEFINE-OBJECTIVE-C-GENERIC-FUNCTION.
Matthias Benkard
2008-03-04
1
-0
/
+12
*
Add a note about exception handling to ADD-METHOD (OBJECTIVE-C-GENERIC-FUNCTI...
Matthias Benkard
2008-03-04
1
-0
/
+11
*
Acquire the exception lock when returning from a callback.
Matthias Benkard
2008-03-04
1
-4
/
+6
*
Test CLASS-DEFINITION: Do not define a method specialised over (EQL +NIL+).
Matthias Benkard
2008-03-04
1
-4
/
+4
*
In callbacks, DECLARE the selector argument IGNORABLE.
Matthias Benkard
2008-03-04
1
-0
/
+1
*
Add a debugging aid to ADD-METHOD (OBJECTIVE-C-GENERIC-FUNCTION OBJECTIVE-C-M...
Matthias Benkard
2008-03-04
1
-0
/
+4
*
Omit the selector argument when forwarding foreign invocations to generic fun...
Matthias Benkard
2008-03-04
1
-1
/
+4
*
Fix objcl_create_imp.
Matthias Benkard
2008-03-04
1
-2
/
+3
*
Avoid calling objcl_class_name on unregistered classes.
Matthias Benkard
2008-03-03
1
-0
/
+1
*
objcl_create_imp: Make mprotect(2) errors non-fatal.
Matthias Benkard
2008-03-03
1
-1
/
+1
*
Introduce function INTERN-CALLBACK-NAME.
Matthias Benkard
2008-03-03
1
-1
/
+15
*
Implement ADD-METHOD :AFTER (OBJECTIVE-C-GENERIC-FUNCTION OBJECTIVE-C-METHOD).
Matthias Benkard
2008-03-03
1
-0
/
+53
*
Implement the CLOS part of the method definition facility.
Matthias Benkard
2008-03-03
1
-0
/
+112