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
/
data-types.lisp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Apply the LGPLv3 to all the code previously released under the GPLv3.
Matthias Benkard
2008-01-26
1
-6
/
+6
*
Fix the spelling of `Objective-C' in both code and documentation.
Matthias Benkard
2008-01-26
1
-10
/
+10
*
Apply the GPLv3 to my code and clarify the license of the PyObjC parts.
Matthias Benkard
2007-09-26
1
-0
/
+17
*
Make memory management a lot saner.
Matthias Benkard
2007-09-23
1
-1
/
+0
*
Remove even more code that has become obsolete through the new version of INV...
Matthias Benkard
2007-09-21
1
-8
/
+0
*
Objective-C layer: Remove the code needed by the obsolete version of INVOKE-B...
Matthias Benkard
2007-09-21
1
-32
/
+0
*
Objective-C layer: Add functions for dealing with classes and metaclasses.
Matthias Benkard
2007-09-18
1
-0
/
+7
*
Juggle some definitions around to make the compiler happy.
Matthias Benkard
2007-09-17
1
-9
/
+8
*
PRIMITIVE-INVOKE: Simplify memory allocation.
Matthias Benkard
2007-09-16
1
-0
/
+4
*
Add classes for tagged pointers.
Matthias Benkard
2007-09-16
1
-0
/
+46
*
Reimplement PRIMITIVE-INVOKE and rename the old version UNSAFE-PRIMITIVE-INVOKE.
Matthias Benkard
2007-09-15
1
-1
/
+1
*
Use PRIMITIVE-INVOKE in memory management and clean the codebase up a bit.
Matthias Benkard
2007-09-14
1
-33
/
+0
*
Introduce PRIMITIVE-INVOKE, a lower-level INVOKE-BY-NAME alternative written ...
Matthias Benkard
2007-09-14
1
-8
/
+8
*
Code reorganisation.
Matthias Benkard
2007-09-14
1
-1
/
+3
*
Document and export classes and special variables.
Matthias Benkard
2007-08-06
1
-5
/
+91
*
Make class and selector name retrieval more portable.
Matthias Benkard
2007-08-06
1
-0
/
+7
*
Rename OBJC-ID to ID and OBJC-SELECTOR to SELECTOR.
Matthias Benkard
2007-08-06
1
-14
/
+23
*
Allegro CL compatibility.
Matthias Benkard
2007-08-04
1
-1
/
+7
*
Define an external interface, properly document FIND-OBJC-CLASS.
Matthias Benkard
2007-08-04
1
-8
/
+8
*
Refactor directory and source file layout.
Matthias Benkard
2007-08-04
1
-0
/
+97