summaryrefslogtreecommitdiff
path: root/Lisp/defpackage.lisp
Commit message (Collapse)AuthorAgeFilesLines
* Support super calls.Matthias Benkard2008-03-061-0/+1
| | | | darcs-hash:d6b9645fe36711876226cd69bbbc4fce66a94fbb
* Add function OBJECTIVE-C-CLASS-REGISTERED-P.Matthias Benkard2008-03-051-0/+1
| | | | darcs-hash:3e89853d61732a8fc928a1c3318dfaa648191e8c
* Export function FOREIGN-VALUE-POINTER.Matthias Benkard2008-03-051-0/+1
| | | | darcs-hash:7184e1f4ee9a4960f063209aef28297b6c29d6cc
* Add macro DEFINE-OBJECTIVE-C-CLASS.Matthias Benkard2008-03-051-2/+4
| | | | darcs-hash:d689941e5d40652ec30566cf982572e6ba8bba96
* Add function COLLECT-METHODS.Matthias Benkard2008-03-051-0/+1
| | | | darcs-hash:4c78479b2d67157304f041d700fceb34a3ed7721
* Collect selectors in package OBJECTIVE-C-SELECTORS.Matthias Benkard2008-03-051-0/+5
| | | | darcs-hash:f8184992f82c34b07e6a89745593b8daec17fc61
* Fix DEFINE-OBJECTIVE-C-GENERIC-FUNCTION.Matthias Benkard2008-03-041-0/+1
| | | | darcs-hash:57cc807cebf34e1ea2e6367648f436e3af2dfa33
* Export DEFOBJCGENERIC and DEFOBJCMETHOD.Matthias Benkard2008-03-041-0/+2
| | | | darcs-hash:215ba7f141aaf113da4111f9dc76b3a6e45e8321
* Introduce macro DEFINE-OBJECTIVE-C-GENERIC-FUNCTION.Matthias Benkard2008-03-041-0/+1
| | | | darcs-hash:407ea76ee108cb03e819c6d5027b828a1232e24b
* Introduce functions to disable the reader syntax extensions.Matthias Benkard2008-03-041-0/+2
| | | | darcs-hash:bc88fd5b88bc84ccf83caff109762f2813a9b53d
* Introduce Clozure-CL-like method call syntax.Matthias Benkard2008-03-041-1/+12
| | | | darcs-hash:9b1645d06112b61bd4e85f23a7a6725f89e2564b
* Refine the public interface to Lisp-managed foreign structs and unions.Matthias Benkard2008-02-151-1/+7
| | | | darcs-hash:b3c869d86d1e4655ec1562dade69cbdb93600eed
* System definition: Copy the system prior to compilation instead of after it.Matthias Benkard2008-02-101-1/+1
| | | | darcs-hash:73cfed6be2a95e02cf75bcd8cc6b26abf3778a9e
* Remove system objective-cl-clozure-compat.Matthias Benkard2008-02-031-2/+2
| | | | | | See JOURNAL for details. darcs-hash:dafd1509018ef4badd47d9154cc1473f82a81f20
* Add system objective-cl-clozure-compat.Matthias Benkard2008-02-031-2/+2
| | | | darcs-hash:118ca7e4268f77f7b9b9ab10c17200cebdd00ba9
* Replace all occurrences of OBJC-CLASS with OBJECTIVE-C-CLASS.Matthias Benkard2008-02-021-0/+5
| | | | darcs-hash:1ba389d5a50343a134892bde78ba62e21842f684
* Apply the LGPLv3 to all the code previously released under the GPLv3.Matthias Benkard2008-01-261-6/+6
| | | | darcs-hash:d09e69f4f9d07e98b5bc8d68d120d50d1ee01848
* Update documentation.Matthias Benkard2007-09-261-2/+2
| | | | darcs-hash:32d8156e02effa3d43909670add8ac0701acba62
* Add FIND-OBJC-META-CLASS, fix some minor bugs.Matthias Benkard2007-09-261-0/+2
| | | | darcs-hash:1ae0dd35e64b278b944bc797847ccfedb97ea471
* Apply the GPLv3 to my code and clarify the license of the PyObjC parts.Matthias Benkard2007-09-261-0/+17
| | | | darcs-hash:f938f41421ba30e34d6bef095829ac1950b4dfa9
* Objective-C layer: Add functions for determining the Objective-C runtime ↵Matthias Benkard2007-09-211-0/+8
| | | | | | used and for asking for the size of types by typespec. darcs-hash:197f36840c1568c5b3431833a0118d06729b9247
* Make the test suite work on Mac OS X.Matthias Benkard2007-09-211-0/+2
| | | | darcs-hash:d91ddd8e48860553eae62249043f13dd973a40c2
* Add condition classes NO-SUCH-SELECTOR and MESSAGE-NOT-UNDERSTOOD.Matthias Benkard2007-09-211-0/+4
| | | | darcs-hash:e86722d8de9c97edf6ee9665423d57b0239fe910
* INVOKE-WITH-CONVERSION: Support arrays, structs, and unions, and convert ↵Matthias Benkard2007-09-181-0/+3
| | | | | | Lisp objects into Objective-C instances automatically. darcs-hash:decc92c91c315c1e347b9f5327bfb6e21ccca9a8
* Add classes for tagged pointers.Matthias Benkard2007-09-161-0/+4
| | | | darcs-hash:93dc7a7ee851ab3947332487b00b990143b81e46
* Reimplement PRIMITIVE-INVOKE and rename the old version UNSAFE-PRIMITIVE-INVOKE.Matthias Benkard2007-09-151-0/+1
| | | | darcs-hash:a941bade2677db3d5773c20ffda171c7c9721a98
* Add some type declarations to improve type safety.Matthias Benkard2007-08-141-0/+2
| | | | darcs-hash:80f199b54225eed3b79fb36bbd49a0745e9033af
* Add a SELECTOR function and use coerced selectors in Objective C code rather ↵Matthias Benkard2007-08-131-0/+1
| | | | | | than strings. darcs-hash:d10f9eafc3b21bfcfc027a263e8cee007155b89c
* Rename EQUAL to OBJC-EQUAL, remove EQUALP, and add OBJC-EQL.Matthias Benkard2007-08-071-4/+2
| | | | darcs-hash:cdfa90ce969b54473cb0aef9c5ac29ecd81c1da4
* Overload EQUAL and EQUALP for Objective C objects.Matthias Benkard2007-08-071-0/+6
| | | | darcs-hash:6548e8584e8dd49cb17f6055c0cedd6927cba7f1
* Document and export classes and special variables.Matthias Benkard2007-08-061-2/+14
| | | | darcs-hash:8ad27577c51deee5dbfb55b3520d91297cb97cb1
* Add the FIND-SELECTOR function.Matthias Benkard2007-08-061-0/+1
| | | | darcs-hash:7d6f843c808b3d130201c85c6e806d68f5a9079c
* Define an external interface, properly document FIND-OBJC-CLASS.Matthias Benkard2007-08-041-1/+8
| | | | darcs-hash:2e4424a65b72a13e3cfa26d07dce945bc35ba8e1
* Refactor directory and source file layout.Matthias Benkard2007-08-041-0/+3
darcs-hash:0eb031a60f3b86a678869960867410811ca5325c