summaryrefslogtreecommitdiff
path: root/Lisp
Commit message (Expand)AuthorAgeFilesLines
...
* LOW-LEVEL-INVOKE: Don't break upon invocations with a void return type.Matthias Benkard2007-09-171-1/+5
* LOW-LEVEL-INVOKE: Fix return type lossage.Matthias Benkard2007-09-171-1/+1
* PRIMITIVE-INVOKE: Don't break upon invocations with a void return type.Matthias Benkard2007-09-171-1/+4
* Add INVOKE-WITH-CONVERSION, a reliable INVOKE-BY-NAME alternative.Matthias Benkard2007-09-171-0/+149
* Juggle some definitions around to make the compiler happy.Matthias Benkard2007-09-171-9/+8
* PRIMITIVE-INVOKE: Make the compiler macro warn the user about unknown methods.Matthias Benkard2007-09-171-3/+9
* PRIMITIVE-INVOKE: Make the compiler macro degrade gracefully when a constant ...Matthias Benkard2007-09-171-1/+6
* Define a compiler macro for PRIMITVE-INVOKE that moves constant selector conv...Matthias Benkard2007-09-171-0/+14
* PRIMITIVE-INVOKE: Simplify memory allocation.Matthias Benkard2007-09-164-52/+80
* Add classes for tagged pointers.Matthias Benkard2007-09-164-0/+101
* PRIMITIVE-INVOKE: Support non-pointer arguments.Matthias Benkard2007-09-161-4/+9
* PRIMITIVE-INVOKE: More refactoring.Matthias Benkard2007-09-162-63/+127
* PRIMITIVE-INVOKE: Refactoring.Matthias Benkard2007-09-161-84/+80
* PRIMITIVE-INVOKE: Support string arguments.Matthias Benkard2007-09-161-65/+77
* PRIMITIVE-INVOKE: Fix a bunch of memory access bugs.Matthias Benkard2007-09-163-72/+79
* Add test cases for PRIMITIVE-INVOKE and fix some stupid bugs.Matthias Benkard2007-09-163-6/+44
* Remember to pass self and _cmd to methods.Matthias Benkard2007-09-162-5/+7
* Reimplement PRIMITIVE-INVOKE and rename the old version UNSAFE-PRIMITIVE-INVOKE.Matthias Benkard2007-09-157-18/+107
* Fix a bug in number-to-pointer conversion.Matthias Benkard2007-09-151-1/+1
* Use PRIMITIVE-INVOKE in memory management and clean the codebase up a bit.Matthias Benkard2007-09-144-37/+41
* Introduce PRIMITIVE-INVOKE, a lower-level INVOKE-BY-NAME alternative written ...Matthias Benkard2007-09-143-9/+43
* Refactor object coercion.Matthias Benkard2007-09-141-46/+35
* Code reorganisation.Matthias Benkard2007-09-146-486/+480
* New C function: objcl_get_method_implementation.Matthias Benkard2007-09-141-3/+20
* Support the “byref” qualifier in Objective-C typespecs.Matthias Benkard2007-09-142-4/+9
* Add support for opaque structs and unions in typespecs.Matthias Benkard2007-09-142-6/+29
* Implement a typespec parser for the GNU Objective-C runtime.Matthias Benkard2007-09-142-1/+195
* Add some type declarations to improve type safety.Matthias Benkard2007-08-144-4/+34
* Add generic functions that convert Lisp values into CFFI-friendly objects.Matthias Benkard2007-08-131-1/+162
* Add a SELECTOR function and use coerced selectors in Objective C code rather ...Matthias Benkard2007-08-135-13/+77
* Add an ERRORP parameter to FIND-OBJC-CLASS.Matthias Benkard2007-08-131-11/+16
* Code cleanup, fix a couple of memory leaks.Matthias Benkard2007-08-123-41/+44
* Write some test cases.Matthias Benkard2007-08-071-5/+87
* Rename EQUAL to OBJC-EQUAL, remove EQUALP, and add OBJC-EQL.Matthias Benkard2007-08-073-48/+49
* Make ID-EQUAL more robust.Matthias Benkard2007-08-071-2/+5
* Overload EQUAL and EQUALP for Objective C objects.Matthias Benkard2007-08-073-7/+101
* Rename the internal function OBJCL-INVOKE-CLASS-METHOD to OBJCL-INVOKE-METHOD.Matthias Benkard2007-08-072-4/+4
* Improve documentation.Matthias Benkard2007-08-071-2/+2
* Improve type safety of method calls.Matthias Benkard2007-08-071-0/+4
* Document and export classes and special variables.Matthias Benkard2007-08-063-8/+170
* If necessary, deallocate a C string after converting it.Matthias Benkard2007-08-062-4/+13
* 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