summaryrefslogtreecommitdiff
path: root/Lisp/type-handling.lisp
Commit message (Expand)AuthorAgeFilesLines
* Fix type handling on Mac OS X.Matthias Benkard2008-03-191-9/+24
* Make TYPESPEC a struct type.Matthias Benkard2008-03-191-29/+87
* Support simple CFFI types as typespecs.Matthias Benkard2008-03-041-1/+1
* Add function TYPESPEC.Matthias Benkard2008-03-031-2/+8
* Make PARSE-TYPESPEC aware of typespec suffix strings.Matthias Benkard2008-02-201-13/+12
* Simplify the type handling API.Matthias Benkard2008-02-141-0/+13
* When overriding a return type specification, save the nominal type for later ...Matthias Benkard2008-02-121-6/+20
* Typespec handling: Change the way unrecognised tokens and NeXT bit fields are...Matthias Benkard2008-02-121-44/+45
* Add function PRINT-TYPESPEC.Matthias Benkard2008-02-121-1/+53
* Parse NeXT-style bit field typespecs properly.Matthias Benkard2008-02-041-22/+37
* Add support for named struct members in typespecs.Matthias Benkard2008-02-041-13/+32
* Replace all occurrences of OBJC-CLASS with OBJECTIVE-C-CLASS.Matthias Benkard2008-02-021-1/+1
* Apply the LGPLv3 to all the code previously released under the GPLv3.Matthias Benkard2008-01-261-6/+6
* Make type handling work on the GNU runtime again.Matthias Benkard2007-10-041-12/+8
* Mimic the way PyObjC handles types.Matthias Benkard2007-10-041-10/+33
* Move PARSE-TYPE into a new module, as it doesn't really belong to the Objecti...Matthias Benkard2007-10-041-0/+170