summaryrefslogtreecommitdiff
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-065-27/+65
* Add the FIND-SELECTOR function.Matthias Benkard2007-08-064-11/+99
* Put name conversion routines into their own file.Matthias Benkard2007-08-064-44/+60
* 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-048-26/+110
* 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-045-67/+79
* Refactor directory and source file layout.Matthias Benkard2007-08-0417-527/+604
* CMUCL compatibility.Matthias Benkard2007-08-041-17/+53
* Fix a stupid memory leak.Matthias Benkard2007-08-041-4/+2
* Make method calls with a void return type not fail.Matthias Benkard2007-08-041-3/+5
* Save Objective C references in global hash tables for reuse.Matthias Benkard2007-08-042-22/+52
* Add memory management for Objective C objects.Matthias Benkard2007-08-041-9/+48
* Further improve PRINT-OBJECT output.Matthias Benkard2007-08-031-1/+4
* Improve PRINT-OBJECT for Objective C instances.Matthias Benkard2007-08-031-2/+3
* Make exception reports more verbose.Matthias Benkard2007-08-031-6/+9
* Automatically turn Lisp strings into C strings.Matthias Benkard2007-08-031-0/+1
* Add generic function OBJCL-EQL.Matthias Benkard2007-08-031-0/+7
* Add exception handling.Matthias Benkard2007-08-033-56/+131
* Make the reader macro work in CMUCL.Matthias Benkard2007-08-031-1/+7
* Add reader syntax for Objective C method calls.Matthias Benkard2007-08-031-0/+82
* Use type Class rather than id for classes.Matthias Benkard2007-08-033-9/+59
* OBJCL-FIND-CLASS: Return NIL if no class is found.Matthias Benkard2007-08-031-2/+7
* Use tagged data on both the Lisp and C sides.Matthias Benkard2007-08-033-83/+362
* Beginnings of an Objective C bridge.Matthias Benkard2007-08-026-0/+284