summaryrefslogtreecommitdiff
path: root/Lisp/tests.lisp
Commit message (Expand)AuthorAgeFilesLines
* Package OBJECTIVE-CL-TESTS: Export OBJECTIVE-CL.Matthias Benkard2008-02-141-1/+1
* When overriding a return type specification, save the nominal type for later ...Matthias Benkard2008-02-121-5/+6
* Typespec handling: Change the way unrecognised tokens and NeXT bit fields are...Matthias Benkard2008-02-121-8/+8
* Migrate the test suite from LIFT to Stefil.Matthias Benkard2008-02-121-321/+285
* Add a policy for distinguishing between char and BOOL return values.Matthias Benkard2008-02-121-10/+8
* Add unit tests for PRINT-TYPESPEC.Matthias Benkard2008-02-121-1/+84
* Parse NeXT-style bit field typespecs properly.Matthias Benkard2008-02-041-6/+16
* 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