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
/
tests.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
*
Support case-sensitive selector designators.
Matthias Benkard
2008-01-26
1
-1
/
+12
*
FIND-SELECTOR: Make ERRORP default to T.
Matthias Benkard
2007-10-10
1
-1
/
+1
*
Unit tests: Don't expect FIND-SELECTOR to return NIL.
Matthias Benkard
2007-10-04
1
-1
/
+2
*
Mimic the way PyObjC handles types.
Matthias Benkard
2007-10-04
1
-6
/
+21
*
Apply the GPLv3 to my code and clarify the license of the PyObjC parts.
Matthias Benkard
2007-09-26
1
-0
/
+17
*
Make the test suite work on Mac OS X.
Matthias Benkard
2007-09-21
1
-24
/
+35
*
Add condition classes NO-SUCH-SELECTOR and MESSAGE-NOT-UNDERSTOOD.
Matthias Benkard
2007-09-21
1
-2
/
+6
*
PRIMITIVE-INVOKE: Fix a bunch of memory access bugs.
Matthias Benkard
2007-09-16
1
-1
/
+1
*
Add test cases for PRIMITIVE-INVOKE and fix some stupid bugs.
Matthias Benkard
2007-09-16
1
-1
/
+41
*
Support the “byref” qualifier in Objective-C typespecs.
Matthias Benkard
2007-09-14
1
-3
/
+7
*
Add support for opaque structs and unions in typespecs.
Matthias Benkard
2007-09-14
1
-2
/
+6
*
Implement a typespec parser for the GNU Objective-C runtime.
Matthias Benkard
2007-09-14
1
-1
/
+63
*
Add a SELECTOR function and use coerced selectors in Objective C code rather ...
Matthias Benkard
2007-08-13
1
-7
/
+9
*
Code cleanup, fix a couple of memory leaks.
Matthias Benkard
2007-08-12
1
-0
/
+18
*
Write some test cases.
Matthias Benkard
2007-08-07
1
-5
/
+87
*
Rename EQUAL to OBJC-EQUAL, remove EQUALP, and add OBJC-EQL.
Matthias Benkard
2007-08-07
1
-1
/
+1
*
Overload EQUAL and EQUALP for Objective C objects.
Matthias Benkard
2007-08-07
1
-0
/
+20