summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Properly handle typespec designators in foreign slot definitions.HEADmasterMatthias Benkard2008-12-041-1/+16
* Improve code formatting.Matthias Benkard2008-12-041-11/+8
* Add function IN-METHOD-SYNTAX.Matthias Benkard2008-12-043-4/+20
* Minor cleanups and fixes.Matthias Benkard2008-12-043-3/+9
* Automatically register Objective-C classes used as superclasses.Matthias Benkard2008-12-042-6/+13
* JOURNAL: Fix the #1=(QUOTE #1#) drawing.Matthias Benkard2008-06-101-8/+10
* JOURNAL: New entry.Matthias Benkard2008-06-101-1/+34
* When receiving a Lisp value wrapper from Objective-C, unwrap it automatically.Matthias Benkard2008-03-244-11/+23
* Wrap Lisp values when trying to send them messages.Matthias Benkard2008-03-242-2/+9
* JOURNAL: Minor formatting improvements.Matthias Benkard2008-03-231-6/+6
* Fix SELECTOR-FUNCTION for CMUCL again.Matthias Benkard2008-03-231-1/+1
* Bump version.Matthias Benkard2008-03-235-6/+6
* New journal entry.Matthias Benkard2008-03-232-7/+78
* Add a NEWS file.Matthias Benkard2008-03-231-0/+127
* Explain the rationale for passing a static class name as the first argument t...Matthias Benkard2008-03-211-0/+31
* Improve DEFINE-OBJECTIVE-C-METHOD documentation.Matthias Benkard2008-03-211-3/+12
* Documentation: Minor fixes.Matthias Benkard2008-03-202-9/+9
* Fix type handling on Mac OS X.Matthias Benkard2008-03-191-9/+24
* Fix method invocation on Mac OS X.Matthias Benkard2008-03-191-5/+4
* Move (OBJECT-GET-CLASS RECEIVER) from INVOKE-BY-NAME-SUPER-V to RETRIEVE-METH...Matthias Benkard2008-03-193-17/+37
* Make INTERN-POINTER-WRAPPER intern OBJECTIVE-C-CLASSes.Matthias Benkard2008-03-193-6/+29
* Add a NAME slot to class SELECTOR.Matthias Benkard2008-03-194-43/+89
* Make TYPESPEC a struct type.Matthias Benkard2008-03-197-136/+205
* Replace all CFFI array types with pointer types.Matthias Benkard2008-03-181-7/+7
* Fix support for older versions of CFFI.Matthias Benkard2008-03-182-4/+5
* Build system: Configure libffi --with-pic.Matthias Benkard2008-03-181-1/+3
* Objective-C layer: Fix an erronous assumption about ssize_t being equivalent ...Matthias Benkard2008-03-181-3/+3
* JOURNAL: Improve formatting.Matthias Benkard2008-03-181-30/+32
* JOURNAL: Add a link to the Objective-CL project webpage.Matthias Benkard2008-03-181-2/+11
* JOURNAL: Improve formatting.Matthias Benkard2008-03-181-88/+88
* JOURNAL: Make publishable.Matthias Benkard2008-03-181-10/+37
* JOURNAL update.Matthias Benkard2008-03-181-0/+27
* Clarify CMUCL-specific function SELECTOR-FUNCTION.Matthias Benkard2008-03-181-5/+21
* Disable manual NSProcessInfo initialisation on GNUstep systems.Matthias Benkard2008-03-141-1/+8
* Implement the generic sequence protocol for NSArray on SBCL.Matthias Benkard2008-03-142-0/+64
* Add a simple example use case for the type declaration reader macro.Matthias Benkard2008-03-131-0/+15
* OBJCL-CLASS-SET-BACKED-BY-LISP-CLASS/POINTER: Correct type signature.Matthias Benkard2008-03-131-1/+1
* Internal type declaration reader macro: Insert THE and DECLARE forms as appro...Matthias Benkard2008-03-131-10/+30
* Make use of the fact that readtables are file-local.Matthias Benkard2008-03-133-8/+8
* Add more type declarations.Matthias Benkard2008-03-131-0/+12
* Internal type declaration reader macro: Add &REST NIL to the return type by d...Matthias Benkard2008-03-131-1/+5
* Use the new type declaration reader macro in Objective-CL code.Matthias Benkard2008-03-133-22/+25
* Internal type declaration reader macro: Generate correct declarations.Matthias Benkard2008-03-131-9/+16
* Add an internal reader macro for more readable type declarations.Matthias Benkard2008-03-133-14/+94
* Minor cleanups.Matthias Benkard2008-03-123-14/+0
* Fix selector funcallability on CMUCL.Matthias Benkard2008-03-122-6/+20
* Pass class names instead of classes to ENSURE-GENERIC-FUNCTION-USING-CLASS.Matthias Benkard2008-03-121-2/+2
* Debian: Add the project website to package descriptions.Matthias Benkard2008-03-081-0/+6
* Debian: Minor improvements.Matthias Benkard2008-03-082-2/+5
* Debian: Fix a number of packaging bugs.Matthias Benkard2008-03-085-5/+25