summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Collect selectors in package OBJECTIVE-C-SELECTORS.Matthias Benkard2008-03-053-11/+29
* Fix syntax enhancement enabling and disabling functions.Matthias Benkard2008-03-042-14/+44
* Fix DEFINE-OBJECTIVE-C-GENERIC-FUNCTION.Matthias Benkard2008-03-042-1/+3
* Export DEFOBJCGENERIC and DEFOBJCMETHOD.Matthias Benkard2008-03-042-0/+6
* Introduce macro DEFINE-OBJECTIVE-C-GENERIC-FUNCTION.Matthias Benkard2008-03-043-2/+18
* Introduce functions to disable the reader syntax extensions.Matthias Benkard2008-03-042-2/+27
* Introduce Clozure-CL-like method call syntax.Matthias Benkard2008-03-042-3/+85
* Support simple CFFI types as typespecs.Matthias Benkard2008-03-043-4/+4
* Move exception reporting to PRINT-OBJECT (EXCEPTION T).Matthias Benkard2008-03-042-18/+19
* Add a note about exception handling to ADD-METHOD (OBJECTIVE-C-GENERIC-FUNCTI...Matthias Benkard2008-03-041-0/+11
* Acquire the exception lock when returning from a callback.Matthias Benkard2008-03-044-7/+13
* Implement DESCRIBE-OBJECT (EXCEPTION T).Matthias Benkard2008-03-041-10/+9
* Fix function POINTER for arguments of type EXCEPTION.Matthias Benkard2008-03-041-1/+1
* Test CLASS-DEFINITION: Do not define a method specialised over (EQL +NIL+).Matthias Benkard2008-03-042-5/+5
* In callbacks, DECLARE the selector argument IGNORABLE.Matthias Benkard2008-03-041-0/+1
* Add a debugging aid to ADD-METHOD (OBJECTIVE-C-GENERIC-FUNCTION OBJECTIVE-C-M...Matthias Benkard2008-03-041-0/+4
* Cosmetic improvements.Matthias Benkard2008-03-041-5/+5
* Fix the method definition test case.Matthias Benkard2008-03-041-3/+5
* Omit the selector argument when forwarding foreign invocations to generic fun...Matthias Benkard2008-03-041-1/+4
* Fix yet another case of misguided stack allocation in objcl_create_imp.Matthias Benkard2008-03-041-1/+3
* Objective-C layer: Add function objcl_test_foo.Matthias Benkard2008-03-042-1/+45
* Fix objcl_create_imp.Matthias Benkard2008-03-043-13/+39
* Fix objcl_finalise_class.Matthias Benkard2008-03-041-1/+1
* Objective-C layer: Add more debugging aids.Matthias Benkard2008-03-041-1/+5
* Objective-C layer: Fix use of the new closure API.Matthias Benkard2008-03-041-1/+1
* Use INTERN-LISP-VALUE for argument conversion.Matthias Benkard2008-03-044-21/+20
* Build system: Don't break on non-GNUstep systems when compiling libobjcl for ...Matthias Benkard2008-03-041-1/+1
* Remove the obsolete libffi version from the tree.Matthias Benkard2008-03-04174-55481/+0
* Fix a test that assumed (CAR '(:FOO :BAR)) not to be CONSTANTP.Matthias Benkard2008-03-041-1/+1
* Objective-C layer: Disable debugging mode.Matthias Benkard2008-03-031-1/+1
* Use the new libffi closure API.Matthias Benkard2008-03-031-12/+7
* Update libffi to 3.0.4.Matthias Benkard2008-03-03407-7/+104831
* Require libffi 3.x.Matthias Benkard2008-03-031-1/+3
* Avoid calling objcl_class_name on unregistered classes.Matthias Benkard2008-03-034-7/+10
* objcl_create_imp: Make mprotect(2) errors non-fatal.Matthias Benkard2008-03-032-2/+24
* Introduce function INTERN-CALLBACK-NAME.Matthias Benkard2008-03-031-1/+15
* Implement ADD-METHOD :AFTER (OBJECTIVE-C-GENERIC-FUNCTION OBJECTIVE-C-METHOD).Matthias Benkard2008-03-034-2/+78
* Add function TYPESPEC.Matthias Benkard2008-03-032-3/+9
* Make INTERN-POINTER-WRAPPER work with the new keyword type specifiers.Matthias Benkard2008-03-031-7/+7
* Implement the CLOS part of the method definition facility.Matthias Benkard2008-03-032-1/+120
* Add stub for INTERN-LISP-VALUE.Matthias Benkard2008-03-031-0/+14
* Define type OBJECTIVE-C-TYPE-KEYWORD.Matthias Benkard2008-03-031-0/+9
* Allow keyword type specifiers :ID, :CLASS, :EXCEPTION, :SELECTOR, and :POINTER.Matthias Benkard2008-03-031-0/+5
* When compiling compiler macros, also define needed utility functions at compi...Matthias Benkard2008-03-031-12/+13
* Add Lisp value wrapper classes MLKLispString, MLKLispArray, and MLKLispList.Matthias Benkard2008-03-032-5/+56
* Introduce an Objective-C class for wrapping Lisp values.Matthias Benkard2008-03-022-0/+41
* Improve the robustness of the build system.Matthias Benkard2008-03-021-1/+3
* Objective-C layer: Improve robustness a bit.Matthias Benkard2008-03-022-15/+128
* Fix the compiler macro for INVOKE.Matthias Benkard2008-03-022-7/+40
* Minor cleanups.Matthias Benkard2008-02-211-28/+0