summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Add a SELECTOR function and use coerced selectors in Objective C code rather ↵Matthias Benkard2007-08-137-20/+86
| | | | | | than strings. darcs-hash:d10f9eafc3b21bfcfc027a263e8cee007155b89c
* Add an ERRORP parameter to FIND-OBJC-CLASS.Matthias Benkard2007-08-131-11/+16
| | | | darcs-hash:733b39fe1f40aabcdec1780a9659f918b61eb5b5
* Code cleanup, fix a couple of memory leaks.Matthias Benkard2007-08-123-41/+44
| | | | darcs-hash:629e2764a4ce319c9a7d9bc3a22e6f254633c73f
* Write some test cases.Matthias Benkard2007-08-071-5/+87
| | | | darcs-hash:83e718533f740f40f3e28edcf46436254a5010f6
* Rename EQUAL to OBJC-EQUAL, remove EQUALP, and add OBJC-EQL.Matthias Benkard2007-08-073-48/+49
| | | | darcs-hash:cdfa90ce969b54473cb0aef9c5ac29ecd81c1da4
* Fix ASDF dependencies.Matthias Benkard2007-08-071-1/+3
| | | | darcs-hash:c08a3d8cfa4dab5f1df28d8c606aa87266c1ee8c
* Make ID-EQUAL more robust.Matthias Benkard2007-08-071-2/+5
| | | | darcs-hash:98e0524771d3c6d8f6493d794b2a9d40ef382451
* Overload EQUAL and EQUALP for Objective C objects.Matthias Benkard2007-08-075-32/+136
| | | | darcs-hash:6548e8584e8dd49cb17f6055c0cedd6927cba7f1
* Rename the internal function OBJCL-INVOKE-CLASS-METHOD to OBJCL-INVOKE-METHOD.Matthias Benkard2007-08-074-67/+13
| | | | darcs-hash:2a0df2a072f110c491fb0aa97ddade5defd293c5
* Improve documentation.Matthias Benkard2007-08-071-2/+2
| | | | darcs-hash:216a546839db63faec84e3a45a32f6a5e56d6b75
* Improve type safety of method calls.Matthias Benkard2007-08-071-0/+4
| | | | darcs-hash:261bf7d0a033d5c318d246da40356a9f28badde2
* Document and export classes and special variables.Matthias Benkard2007-08-063-8/+170
| | | | darcs-hash:8ad27577c51deee5dbfb55b3520d91297cb97cb1
* If necessary, deallocate a C string after converting it.Matthias Benkard2007-08-062-4/+13
| | | | darcs-hash:4f83783092400107dd9b58671d11d4cb6a9d5214
* More cleanups.Matthias Benkard2007-08-061-19/+16
| | | | darcs-hash:71c91c19f791ff48c670b718e4b9cecd96465ee8
* Minor cleanups.Matthias Benkard2007-08-062-6/+15
| | | | darcs-hash:ee74b33660af9dc6b1e0207285907211dd7e600a
* Make class and selector name retrieval more portable.Matthias Benkard2007-08-065-27/+65
| | | | darcs-hash:f7a369dba0dda3e067547210ce7c008ae60cdc05
* Add the FIND-SELECTOR function.Matthias Benkard2007-08-064-11/+99
| | | | darcs-hash:7d6f843c808b3d130201c85c6e806d68f5a9079c
* Put name conversion routines into their own file.Matthias Benkard2007-08-064-44/+60
| | | | darcs-hash:5634f866252465787558f61b05f4bc3006d48f37
* Rename OBJC-ID to ID and OBJC-SELECTOR to SELECTOR.Matthias Benkard2007-08-065-27/+36
| | | | darcs-hash:ef59ba8822e85e92dc63e7eed707140963c5a36d
* Document INITIALISE-RUNTIME, SHUTDOWN-RUNTIME and INSTALL-READER-SYNTAX.Matthias Benkard2007-08-062-1/+154
| | | | darcs-hash:9b2b0d2e48753404b9423a826f3617d3a87c4df8
* Fix a typo in the docstring of FIND-OBJC-CLASS.Matthias Benkard2007-08-051-1/+1
| | | | darcs-hash:ba64b1ed540079b2dc0b11bca75c9433a1b3abbe
* Improve documentation.Matthias Benkard2007-08-052-55/+68
| | | | darcs-hash:2d562d82a7d51808058ac9c42bd54008486ec646
* Docstring changes to make my newly written documentation generator happy.Matthias Benkard2007-08-052-30/+32
| | | | darcs-hash:0ad99140dbf02a186037b4d3e040aa6e623571ca
* CLISP compatibility.Matthias Benkard2007-08-041-2/+2
| | | | darcs-hash:380be59bee93a278e94962821ce9c5be1057d8f1
* Fix a stupid typo (why did this ever work?).Matthias Benkard2007-08-041-1/+1
| | | | darcs-hash:21df57e875cbb7d56bf828a62921e8c56f00eb8a
* Allegro CL compatibility.Matthias Benkard2007-08-044-35/+12
| | | | darcs-hash:04fca2e78b76d10a855512ab7716cb74a3e414c1
* Do not use a hardcoded path to libobjcl.Matthias Benkard2007-08-041-1/+12
| | | | darcs-hash:6c225015baacffcbbc4642f2bfc29617e9bee737
* Properly document INVOKE and INVOKE-BY-NAME.Matthias Benkard2007-08-042-3/+89
| | | | darcs-hash:f0d069d3c295135cad49752aeb05f96cefd9a753
* Implement the public function INVOKE.Matthias Benkard2007-08-044-4/+35
| | | | darcs-hash:682c1fbf416e7a5192560d02c9a3343a98eb5c02
* Define an external interface, properly document FIND-OBJC-CLASS.Matthias Benkard2007-08-048-26/+110
| | | | darcs-hash:2e4424a65b72a13e3cfa26d07dce945bc35ba8e1
* Do not put temporary objects into one of the global wrapper object pools.Matthias Benkard2007-08-041-1/+6
| | | | darcs-hash:53034b362cc5edf68fc0e9946aa8b8a9d8117728
* More file and directory layout refactoring.Matthias Benkard2007-08-045-67/+79
| | | | darcs-hash:9efff3ff2e22c9d8a85f8fcc7fa4487937ddd62f
* Refactor directory and source file layout.Matthias Benkard2007-08-0417-527/+604
| | | | darcs-hash:0eb031a60f3b86a678869960867410811ca5325c
* CMUCL compatibility.Matthias Benkard2007-08-041-17/+53
| | | | darcs-hash:f82c7674248388347ac58aabef930fb2b77f3364
* Fix a stupid memory leak.Matthias Benkard2007-08-041-4/+2
| | | | darcs-hash:6917e11f840735f52ed29b5a6b08fbef825f5f7f
* Make method calls with a void return type not fail.Matthias Benkard2007-08-041-3/+5
| | | | darcs-hash:2eb33be14a84eb7907d888c6c11597bb3aeed8d1
* Save Objective C references in global hash tables for reuse.Matthias Benkard2007-08-042-22/+52
| | | | darcs-hash:782a93dbfe144036611aa358f7a108b0ff1532a9
* Add memory management for Objective C objects.Matthias Benkard2007-08-041-9/+48
| | | | darcs-hash:d5d6b0355b5224562fceb3a66920da3071afcfb1
* Further improve PRINT-OBJECT output.Matthias Benkard2007-08-031-1/+4
| | | | darcs-hash:a665c03ddf1a03161b3aef04f3199bd82df92aea
* Improve PRINT-OBJECT for Objective C instances.Matthias Benkard2007-08-031-2/+3
| | | | darcs-hash:3e5eafa108d70344caf891757f23d27a7e9ab909
* Make exception reports more verbose.Matthias Benkard2007-08-031-6/+9
| | | | darcs-hash:0f1b1b5cea7f08a1dc3cfae4d7b843dbf48b5a50
* Automatically turn Lisp strings into C strings.Matthias Benkard2007-08-031-0/+1
| | | | darcs-hash:cc13d5beb528f8acdeb30bfdda0359ff237a6b09
* Add generic function OBJCL-EQL.Matthias Benkard2007-08-031-0/+7
| | | | darcs-hash:278d6402c005d66a4a9fa0951f0a9b34f655d060
* Add exception handling.Matthias Benkard2007-08-033-56/+131
| | | | darcs-hash:6d186beda9c5b12e5d366afb95a052208dbc7596
* Make the reader macro work in CMUCL.Matthias Benkard2007-08-031-1/+7
| | | | darcs-hash:7c025ed4246dff7b4787ae77d1c10b9a1336be29
* Add reader syntax for Objective C method calls.Matthias Benkard2007-08-031-0/+82
| | | | darcs-hash:ed27137282dc0fbe33cc9c22c31a9a73f10e2ad4
* Use type Class rather than id for classes.Matthias Benkard2007-08-033-9/+59
| | | | darcs-hash:da715b2f31d65a2ad3fa34d68b2e2445496c8f46
* OBJCL-FIND-CLASS: Return NIL if no class is found.Matthias Benkard2007-08-031-2/+7
| | | | darcs-hash:c0f56365377654d35fddd76e9bf2a49f053b6bb3
* Use tagged data on both the Lisp and C sides.Matthias Benkard2007-08-033-83/+362
| | | | darcs-hash:d32babb07560cbb4f8db5467b31a7e92534eeb0d
* Beginnings of an Objective C bridge.Matthias Benkard2007-08-026-0/+284
darcs-hash:907cb9b5f058df6c6697bc71a309edeb976998ff