summaryrefslogtreecommitdiff
path: root/Lisp
Commit message (Collapse)AuthorAgeFilesLines
* Add support for named struct members in typespecs.Matthias Benkard2008-02-041-13/+32
| | | | darcs-hash:8d0b9a343ce487267a739de81fd86aa3b78d103c
* Make ID the root of the Objective-C class hierarchy.Matthias Benkard2008-02-043-7/+13
| | | | darcs-hash:7d709124e74a1782fecaf2ee75a0a229783fec8b
* Glue layer: Add slot handling functions.Matthias Benkard2008-02-031-0/+51
| | | | darcs-hash:27035c01db5e23dc0c8c9786ded92aa6e564e6d4
* Automatically set Objective-C wrapper classes' superclasses.Matthias Benkard2008-02-032-3/+18
| | | | darcs-hash:ef9a71b349ac03e3d80ed89c750f3dd82ad67630
* Make OBJCL-CLASS-SUPERCLASS a bit safer.Matthias Benkard2008-02-031-1/+1
| | | | darcs-hash:a9e4e8974f590ab21f9eb5985a9c1211ab4a644d
* Objective-C layer: Add objcl_class_superclass.Matthias Benkard2008-02-031-0/+9
| | | | darcs-hash:31c261f7b04e09756c407599560a5ef5c3bc5856
* Reintroduce Allegro CL compatibility hack.Matthias Benkard2008-02-031-0/+11
| | | | darcs-hash:f167d79293e352583e396687af4c39c2cb597057
* Remove system objective-cl-clozure-compat.Matthias Benkard2008-02-032-27/+2
| | | | | | See JOURNAL for details. darcs-hash:dafd1509018ef4badd47d9154cc1473f82a81f20
* Add system objective-cl-clozure-compat.Matthias Benkard2008-02-033-6/+32
| | | | darcs-hash:118ca7e4268f77f7b9b9ab10c17200cebdd00ba9
* Update documentation.Matthias Benkard2008-02-032-2/+35
| | | | darcs-hash:af9cfdb8adda53a3459722f8156c54a3d31bfaf1
* Remove Allegro CL compatibility hack.Matthias Benkard2008-02-031-11/+0
| | | | darcs-hash:ec11150ac1ad641a75268526fd9590a9a71da3ae
* Make (DEFCLASS SELECTOR ...) work on Allegro CL.Matthias Benkard2008-02-031-8/+28
| | | | darcs-hash:1a27f84277b0ed60eefb45499ebac15506aebd20
* Add a compiler macro for SELECTOR.Matthias Benkard2008-02-032-0/+32
| | | | darcs-hash:4e7f3cf6846d15869487905f52589ee8250bcf5d
* Make selectors funcallable.Matthias Benkard2008-02-031-1/+14
| | | | darcs-hash:cf005558542aa4148fe2e94a113c0eac682d3cac
* Implement SLOT-MAKUNBOUND for Objective-C wrapper objects.Matthias Benkard2008-02-031-2/+13
| | | | darcs-hash:ef968cdf81b142725469929419b150f4dd49846b
* Cosmetic improvements.Matthias Benkard2008-02-031-2/+2
| | | | darcs-hash:7585ed6937fb5617ae00999f9c90adf752b74b2e
* Allow subclassing between Objective-C wrapper classes.Matthias Benkard2008-02-031-0/+3
| | | | darcs-hash:89b323107ac83b94f5db275fb6b1d5909ea90308
* Use Objective-C metaclasses as CLOS metaclasses.Matthias Benkard2008-02-033-4/+12
| | | | darcs-hash:dd0a1476e5412105a56b7c7de18f7d14f7af2696
* Automatically export newly defined wrapper classes.Matthias Benkard2008-02-032-7/+14
| | | | darcs-hash:94ee737ab79b1cca1de896b9d6cdbcca06db1071
* Fix a few typos.Matthias Benkard2008-02-031-7/+7
| | | | darcs-hash:7264ff2459fb64b0005df4df85e7129cf209cd2e
* Introduce new metaclass OBJECTIVE-C-META-CLASS.Matthias Benkard2008-02-026-24/+51
| | | | darcs-hash:3d9bf7fb5b37a4089ae3d85493612c6e6abc4469
* Replace all occurrences of OBJC-CLASS with OBJECTIVE-C-CLASS.Matthias Benkard2008-02-0211-47/+96
| | | | darcs-hash:1ba389d5a50343a134892bde78ba62e21842f684
* Add OBJECTIVE-C-CLASS, a metaclass for Objective-C class wrappers.Matthias Benkard2008-02-021-0/+142
| | | | darcs-hash:edb69af98619671f830ff842fb3e69ca369ee8dd
* Fix an undefined variable warning.Matthias Benkard2008-02-021-1/+1
| | | | darcs-hash:424aafab701bb0e18f6af709d15c7ef2250303cc
* Objective-C layer: Add function objcl_objc2_p.Matthias Benkard2008-01-291-0/+5
| | | | darcs-hash:e9c9605cc47cc04e36e2ba9e60f76aea097e77bd
* Apply the LGPLv3 to all the code previously released under the GPLv3.Matthias Benkard2008-01-2618-108/+108
| | | | darcs-hash:d09e69f4f9d07e98b5bc8d68d120d50d1ee01848
* Fix the spelling of `Objective-C' in both code and documentation.Matthias Benkard2008-01-265-37/+37
| | | | darcs-hash:065bdac36eeb490472284101a6d19409d551109b
* Support case-sensitive selector designators.Matthias Benkard2008-01-264-20/+136
| | | | darcs-hash:da29e9f38c99f5a9e558edd20afff7400fced2e4
* Improve CLISP compatibility.Matthias Benkard2007-10-181-1/+6
| | | | darcs-hash:ed5c2f6e5f03f8adabfb89279d275a7ce88821c7
* Support Objective-C code compilation via ASDF.Matthias Benkard2007-10-131-9/+3
| | | | darcs-hash:ef27415b24423ea9a86ff20f7dde1ca55fa01df1
* FIND-SELECTOR: Make ERRORP default to T.Matthias Benkard2007-10-105-15/+14
| | | | darcs-hash:629ac814cc7f7427b1b1cbe71448a670c37c0171
* Make compile-time selector warnings work on the NeXT runtime, clean the ↵Matthias Benkard2007-10-102-16/+114
| | | | | | Objective-C layer up a bit. darcs-hash:bff1454e2749c658ed0d0ad4eb51c4b1802e6f40
* Make PRIMITIVE-INVOKE compatible with Allegro CL.Matthias Benkard2007-10-043-16/+27
| | | | darcs-hash:fbad6db938521eb19fe3bf74ed61ad4577651276
* Unit tests: Don't expect FIND-SELECTOR to return NIL.Matthias Benkard2007-10-041-1/+2
| | | | darcs-hash:152c854a73df5076049538ef29a58ab93c3dabdb
* Make type handling work on the GNU runtime again.Matthias Benkard2007-10-041-12/+8
| | | | darcs-hash:fc311f5f95252858c3d57007d43f5eb327db7cd6
* Mimic the way PyObjC handles types.Matthias Benkard2007-10-045-19/+66
| | | | darcs-hash:d7cf81f2dd93817e55a04816f3851fabce3dac55
* Move PARSE-TYPE into a new module, as it doesn't really belong to the ↵Matthias Benkard2007-10-042-152/+170
| | | | | | Objective-C layer abstraction. darcs-hash:6bd566547259dd8bef79dbb6afb71b22413485ec
* Update documentation.Matthias Benkard2007-09-266-17/+325
| | | | darcs-hash:32d8156e02effa3d43909670add8ac0701acba62
* Make OBJC-EQUAL check for OBJC-EQLity before trying isEqual:.Matthias Benkard2007-09-261-5/+6
| | | | darcs-hash:00a735f71d9c0f34a711e2bf83a4224770009e35
* Add FIND-OBJC-META-CLASS, fix some minor bugs.Matthias Benkard2007-09-262-2/+33
| | | | darcs-hash:1ae0dd35e64b278b944bc797847ccfedb97ea471
* Rename OBJCL-CLASS-NAME to OBJC-CLASS-NAME.Matthias Benkard2007-09-262-5/+5
| | | | darcs-hash:182cc32ffe3cf9105b2da171ffeba042da419624
* Apply the GPLv3 to my code and clarify the license of the PyObjC parts.Matthias Benkard2007-09-2617-0/+289
| | | | darcs-hash:f938f41421ba30e34d6bef095829ac1950b4dfa9
* Fix condition signalling.Matthias Benkard2007-09-242-12/+23
| | | | darcs-hash:d14fd897e9b232e09261823625f1083b6d37aa11
* Make memory management a lot saner.Matthias Benkard2007-09-237-68/+114
| | | | darcs-hash:274be9f0ed5fa33e5e883d7b3df57f00c567e777
* Objective-C layer: Add functions for determining the Objective-C runtime ↵Matthias Benkard2007-09-213-1/+46
| | | | | | used and for asking for the size of types by typespec. darcs-hash:197f36840c1568c5b3431833a0118d06729b9247
* Improve method invocation docstrings.Matthias Benkard2007-09-211-3/+20
| | | | darcs-hash:97cbabf4e3fb9b9832ca798b01d571c3d8b56778
* Add a compiler macro for INVOKE.Matthias Benkard2007-09-212-65/+89
| | | | darcs-hash:93b465085160cfe9dc8978554acdfca73670f6f6
* Make the test suite work on Mac OS X.Matthias Benkard2007-09-213-25/+37
| | | | darcs-hash:d91ddd8e48860553eae62249043f13dd973a40c2
* Add condition classes NO-SUCH-SELECTOR and MESSAGE-NOT-UNDERSTOOD.Matthias Benkard2007-09-215-13/+48
| | | | darcs-hash:e86722d8de9c97edf6ee9665423d57b0239fe910
* Prune yet another bunch of unused code chunks.Matthias Benkard2007-09-212-62/+0
| | | | darcs-hash:b90a1129a53bdc6fb3762a0d37bb797711d7037e