summaryrefslogtreecommitdiff
path: root/Lisp
Commit message (Expand)AuthorAgeFilesLines
* More cleanups.Matthias Benkard2007-08-061-19/+16
* Minor cleanups.Matthias Benkard2007-08-062-6/+15
* Make class and selector name retrieval more portable.Matthias Benkard2007-08-063-24/+39
* Add the FIND-SELECTOR function.Matthias Benkard2007-08-062-5/+74
* Put name conversion routines into their own file.Matthias Benkard2007-08-063-44/+57
* Rename OBJC-ID to ID and OBJC-SELECTOR to SELECTOR.Matthias Benkard2007-08-065-27/+36
* Document INITIALISE-RUNTIME, SHUTDOWN-RUNTIME and INSTALL-READER-SYNTAX.Matthias Benkard2007-08-062-1/+154
* Fix a typo in the docstring of FIND-OBJC-CLASS.Matthias Benkard2007-08-051-1/+1
* Improve documentation.Matthias Benkard2007-08-052-55/+68
* Docstring changes to make my newly written documentation generator happy.Matthias Benkard2007-08-052-30/+32
* CLISP compatibility.Matthias Benkard2007-08-041-2/+2
* Fix a stupid typo (why did this ever work?).Matthias Benkard2007-08-041-1/+1
* Allegro CL compatibility.Matthias Benkard2007-08-044-35/+12
* Do not use a hardcoded path to libobjcl.Matthias Benkard2007-08-041-1/+12
* Properly document INVOKE and INVOKE-BY-NAME.Matthias Benkard2007-08-042-3/+89
* Implement the public function INVOKE.Matthias Benkard2007-08-044-4/+35
* Define an external interface, properly document FIND-OBJC-CLASS.Matthias Benkard2007-08-047-23/+104
* Do not put temporary objects into one of the global wrapper object pools.Matthias Benkard2007-08-041-1/+6
* More file and directory layout refactoring.Matthias Benkard2007-08-044-57/+57
* Refactor directory and source file layout.Matthias Benkard2007-08-0410-0/+580