summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
* Debian: Satisfy linda and lintian.Matthias Benkard2008-03-083-852/+5
* debian/watch: Fix the link pattern.Matthias Benkard2008-03-082-2/+2
* debian/control: Add dependencies.Matthias Benkard2008-03-082-4/+4
* Debian: Generate symlinks for libobjcl.Matthias Benkard2008-03-081-1/+7
* Fix a phase bug in the system definition.Matthias Benkard2008-03-081-8/+12
* Add Debian package control files.Matthias Benkard2008-03-0815-0/+1070
* Prepare the build system for separate compilation of libobjcl.Matthias Benkard2008-03-073-4/+19
* Make the build system work with manual copying again.Matthias Benkard2008-03-071-1/+1
* JOURNAL: Fix a typo.Matthias Benkard2008-03-071-1/+1
* Bump version.Matthias Benkard2008-03-075-6/+6
* Add a journal note about memory management.Matthias Benkard2008-03-071-0/+13
* Aesthetic improvements.Matthias Benkard2008-03-072-11/+3
* Correctly handle methods with a :VOID return type.Matthias Benkard2008-03-071-1/+1
* Implement memory management for Lisp-managed instances.Matthias Benkard2008-03-071-3/+29
* Add method COERCE-OBJECT (T (EQL :VOID)).Matthias Benkard2008-03-071-0/+4
* Call ENSURE-GENERIC-FUNCTION-USING-CLASS at compile-time as well.Matthias Benkard2008-03-071-1/+1
* INTERN-CALLBACK-NAME: Correctly distinguish callbacks by the classes they are...Matthias Benkard2008-03-071-1/+2
* Use ENSURE-GENERIC-FUNCTION-USING-CLASS instead of ENSURE-GENERIC-FUNCTION.Matthias Benkard2008-03-072-3/+16
* Remove an obsolete debugging aid.Matthias Benkard2008-03-071-4/+0
* Have callbacks properly return pointers to :ID, :CLASS and :SELECTOR values.Matthias Benkard2008-03-071-11/+15
* Eliminate a potential conflict between the documentation and the test suite.Matthias Benkard2008-03-071-2/+2
* Update documentation.Matthias Benkard2008-03-071-8/+8
* Fix COERCE-OBJECT (... (EQL :ID)).Matthias Benkard2008-03-073-12/+10
* Fix code formatting.Matthias Benkard2008-03-061-14/+15
* Remove a bunch of DEFINE-OBJECTIVE-C-GENERIC-FUNCTION calls.Matthias Benkard2008-03-063-8/+6