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