summaryrefslogtreecommitdiff
path: root/Lisp/tests.lisp
Commit message (Expand)AuthorAgeFilesLines
* Replace all occurrences of OBJC-CLASS with OBJECTIVE-C-CLASS.Matthias Benkard2008-02-021-3/+3
* Apply the LGPLv3 to all the code previously released under the GPLv3.Matthias Benkard2008-01-261-6/+6
* Support case-sensitive selector designators.Matthias Benkard2008-01-261-1/+12
* FIND-SELECTOR: Make ERRORP default to T.Matthias Benkard2007-10-101-1/+1
* Unit tests: Don't expect FIND-SELECTOR to return NIL.Matthias Benkard2007-10-041-1/+2
* Mimic the way PyObjC handles types.Matthias Benkard2007-10-041-6/+21
* Apply the GPLv3 to my code and clarify the license of the PyObjC parts.Matthias Benkard2007-09-261-0/+17
* Make the test suite work on Mac OS X.Matthias Benkard2007-09-211-24/+35
* Add condition classes NO-SUCH-SELECTOR and MESSAGE-NOT-UNDERSTOOD.Matthias Benkard2007-09-211-2/+6
* PRIMITIVE-INVOKE: Fix a bunch of memory access bugs.Matthias Benkard2007-09-161-1/+1
* Add test cases for PRIMITIVE-INVOKE and fix some stupid bugs.Matthias Benkard2007-09-161-1/+41
* Support the “byref” qualifier in Objective-C typespecs.Matthias Benkard2007-09-141-3/+7
* Add support for opaque structs and unions in typespecs.Matthias Benkard2007-09-141-2/+6
* Implement a typespec parser for the GNU Objective-C runtime.Matthias Benkard2007-09-141-1/+63
* Add a SELECTOR function and use coerced selectors in Objective C code rather ...Matthias Benkard2007-08-131-7/+9
* Code cleanup, fix a couple of memory leaks.Matthias Benkard2007-08-121-0/+18
* Write some test cases.Matthias Benkard2007-08-071-5/+87
* Rename EQUAL to OBJC-EQUAL, remove EQUALP, and add OBJC-EQL.Matthias Benkard2007-08-071-1/+1
* Overload EQUAL and EQUALP for Objective C objects.Matthias Benkard2007-08-071-0/+20