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
/
utilities.lisp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix PRINT-OBJECT (EXCEPTION T).
Matthias Benkard
2008-02-17
1
-1
/
+10
*
Specialise PRINT-OBJECT for FOREIGN-STRUCT values.
Matthias Benkard
2008-02-15
1
-5
/
+15
*
Make PRINT-OBJECT behave a bit nicer for instances of type ID.
Matthias Benkard
2008-02-05
1
-2
/
+2
*
Automatically export newly defined wrapper classes.
Matthias Benkard
2008-02-03
1
-2
/
+2
*
Introduce new metaclass OBJECTIVE-C-META-CLASS.
Matthias Benkard
2008-02-02
1
-3
/
+3
*
Replace all occurrences of OBJC-CLASS with OBJECTIVE-C-CLASS.
Matthias Benkard
2008-02-02
1
-8
/
+8
*
Apply the LGPLv3 to all the code previously released under the GPLv3.
Matthias Benkard
2008-01-26
1
-6
/
+6
*
Mimic the way PyObjC handles types.
Matthias Benkard
2007-10-04
1
-2
/
+7
*
Update documentation.
Matthias Benkard
2007-09-26
1
-2
/
+121
*
Make OBJC-EQUAL check for OBJC-EQLity before trying isEqual:.
Matthias Benkard
2007-09-26
1
-5
/
+6
*
Rename OBJCL-CLASS-NAME to OBJC-CLASS-NAME.
Matthias Benkard
2007-09-26
1
-3
/
+3
*
Apply the GPLv3 to my code and clarify the license of the PyObjC parts.
Matthias Benkard
2007-09-26
1
-0
/
+17
*
Fix the coercion rules for FLOAT and BOOLEAN values.
Matthias Benkard
2007-09-20
1
-3
/
+3
*
Simplify the Objective-C layer, make the newest additions compatible with the...
Matthias Benkard
2007-09-18
1
-6
/
+7
*
INVOKE-WITH-CONVERSION: Support arrays, structs, and unions, and convert Lisp...
Matthias Benkard
2007-09-18
1
-7
/
+9
*
Objective-C layer: Add functions for dealing with classes and metaclasses.
Matthias Benkard
2007-09-18
1
-11
/
+22
*
Add classes for tagged pointers.
Matthias Benkard
2007-09-16
1
-0
/
+50
*
Reimplement PRIMITIVE-INVOKE and rename the old version UNSAFE-PRIMITIVE-INVOKE.
Matthias Benkard
2007-09-15
1
-3
/
+3
*
Use PRIMITIVE-INVOKE in memory management and clean the codebase up a bit.
Matthias Benkard
2007-09-14
1
-0
/
+34
*
Code reorganisation.
Matthias Benkard
2007-09-14
1
-0
/
+8
*
Rename EQUAL to OBJC-EQUAL, remove EQUALP, and add OBJC-EQL.
Matthias Benkard
2007-08-07
1
-43
/
+46
*
Make ID-EQUAL more robust.
Matthias Benkard
2007-08-07
1
-2
/
+5
*
Overload EQUAL and EQUALP for Objective C objects.
Matthias Benkard
2007-08-07
1
-7
/
+75
*
Refactor directory and source file layout.
Matthias Benkard
2007-08-04
1
-0
/
+10