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
...
*
Add a SELECTOR function and use coerced selectors in Objective C code rather ...
Matthias Benkard
2007-08-13
1
-1
/
+50
*
Add an ERRORP parameter to FIND-OBJC-CLASS.
Matthias Benkard
2007-08-13
1
-11
/
+16
*
Rename the internal function OBJCL-INVOKE-CLASS-METHOD to OBJCL-INVOKE-METHOD.
Matthias Benkard
2007-08-07
1
-2
/
+2
*
If necessary, deallocate a C string after converting it.
Matthias Benkard
2007-08-06
1
-4
/
+4
*
More cleanups.
Matthias Benkard
2007-08-06
1
-19
/
+16
*
Minor cleanups.
Matthias Benkard
2007-08-06
1
-5
/
+4
*
Make class and selector name retrieval more portable.
Matthias Benkard
2007-08-06
1
-23
/
+18
*
Add the FIND-SELECTOR function.
Matthias Benkard
2007-08-06
1
-5
/
+73
*
Put name conversion routines into their own file.
Matthias Benkard
2007-08-06
1
-15
/
+0
*
Rename OBJC-ID to ID and OBJC-SELECTOR to SELECTOR.
Matthias Benkard
2007-08-06
1
-5
/
+5
*
Document INITIALISE-RUNTIME, SHUTDOWN-RUNTIME and INSTALL-READER-SYNTAX.
Matthias Benkard
2007-08-06
1
-0
/
+45
*
Fix a typo in the docstring of FIND-OBJC-CLASS.
Matthias Benkard
2007-08-05
1
-1
/
+1
*
Improve documentation.
Matthias Benkard
2007-08-05
1
-19
/
+24
*
Docstring changes to make my newly written documentation generator happy.
Matthias Benkard
2007-08-05
1
-3
/
+3
*
CLISP compatibility.
Matthias Benkard
2007-08-04
1
-2
/
+2
*
Fix a stupid typo (why did this ever work?).
Matthias Benkard
2007-08-04
1
-1
/
+1
*
Allegro CL compatibility.
Matthias Benkard
2007-08-04
1
-1
/
+0
*
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
1
-1
/
+3
*
Implement the public function INVOKE.
Matthias Benkard
2007-08-04
1
-0
/
+2
*
Define an external interface, properly document FIND-OBJC-CLASS.
Matthias Benkard
2007-08-04
1
-3
/
+65
*
Refactor directory and source file layout.
Matthias Benkard
2007-08-04
1
-0
/
+63
[prev]