summaryrefslogtreecommitdiff
path: root/Lisp/name-conversion.lisp
Commit message (Expand)AuthorAgeFilesLines
* Support super calls.Matthias Benkard2008-03-061-0/+4
* Document DEFINE-OBJECTIVE-C-GENERIC-FUNCTION and DEFINE-OBJECTIVE-C-METHOD.Matthias Benkard2008-03-051-1/+1
* Implement ADD-METHOD :AFTER (OBJECTIVE-C-GENERIC-FUNCTION OBJECTIVE-C-METHOD).Matthias Benkard2008-03-031-0/+4
* Add function TYPESPEC.Matthias Benkard2008-03-031-1/+1
* Make OBJC-CLASS-NAME->SYMBOL not fail for class names whose characters are al...Matthias Benkard2008-02-201-1/+2
* Enable caching for OBJC-CLASS-NAME->SYMBOL.Matthias Benkard2008-02-151-1/+1
* Assign a fake metaclass as a metaclass to the root metaclass.Matthias Benkard2008-02-061-0/+9
* Treat the :UPCASE case sensitivity mode like the :INVERT mode.Matthias Benkard2008-02-051-1/+1
* Fix a bunch of problems related to the :INVERT case sensitivity mode.Matthias Benkard2008-02-051-3/+3
* Fix a spelling mistake.Matthias Benkard2008-02-051-15/+15
* Properly convert foreign slot names into CLOS slot names.Matthias Benkard2008-02-051-0/+24
* Fix some recently introduced name conversion bugs.Matthias Benkard2008-02-051-4/+20
* Further simplify name conversion.Matthias Benkard2008-02-051-35/+30
* Use Camel Case for foreign slot names by default.Matthias Benkard2008-02-051-1/+1
* Simplify name conversion.Matthias Benkard2008-02-051-8/+29
* Simplify SLOT-NAME->FOREIGN-SLOT-NAME.Matthias Benkard2008-02-051-14/+17
* Prefix metaclasses with #\+ instead of #\%.Matthias Benkard2008-02-041-1/+1
* Add preliminary support for Objective-C slots.Matthias Benkard2008-02-041-0/+17
* Automatically export newly defined wrapper classes.Matthias Benkard2008-02-031-5/+12
* Introduce new metaclass OBJECTIVE-C-META-CLASS.Matthias Benkard2008-02-021-0/+8
* Replace all occurrences of OBJC-CLASS with OBJECTIVE-C-CLASS.Matthias Benkard2008-02-021-0/+37
* 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-4/+9
* Apply the GPLv3 to my code and clarify the license of the PyObjC parts.Matthias Benkard2007-09-261-0/+17
* Put name conversion routines into their own file.Matthias Benkard2007-08-061-0/+42