summaryrefslogtreecommitdiff
path: root/Lisp
Commit message (Expand)AuthorAgeFilesLines
* Debian: Satisfy linda and lintian.Matthias Benkard2008-03-081-1/+1
* debian/watch: Fix the link pattern.Matthias Benkard2008-03-081-1/+1
* Prepare the build system for separate compilation of libobjcl.Matthias Benkard2008-03-071-0/+1
* 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-072-11/+8
* 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
* DEFINE-OBJECTIVE-C-METHOD: Silently define a suitable OBJECTIVE-C-GENERIC-FUN...Matthias Benkard2008-03-061-18/+28
* Make DEFINE-OBJECTIVE-C-METHOD macroexpand correctly even if the receiving cl...Matthias Benkard2008-03-061-2/+2
* Make OBJECTIVE-C-METHODs dispatch on the class they have been defined for.Matthias Benkard2008-03-061-5/+14
* Add tests for SUPER calls.Matthias Benkard2008-03-061-5/+30
* Refactor data conversion.Matthias Benkard2008-03-064-146/+201
* SUPER: Pass the superclass instead of the class itself to INVOKE-BY-NAME-SUPE...Matthias Benkard2008-03-061-1/+2
* DECLARE local SUPER functions IGNORABLE.Matthias Benkard2008-03-061-0/+1
* SUPER: Correctly capture all method arguments.Matthias Benkard2008-03-061-2/+1
* Document SUPER.Matthias Benkard2008-03-061-2/+56
* SUPER: Capture method arguments before executing the method body.Matthias Benkard2008-03-061-6/+5
* Support super calls.Matthias Benkard2008-03-064-10/+47
* Implement INTERN-LISP-VALUE.Matthias Benkard2008-03-061-6/+7
* Implement the rest of NS::MLK-LISP-STRING, NS::MLK-LISP-ARRAY, and NS::MLK-LI...Matthias Benkard2008-03-061-17/+44
* Implement #/description (NS::MLK-LISP-VALUE).Matthias Benkard2008-03-061-0/+20
* Convert :ID, :CLASS, and :SELECTOR values returned by callbacks into pointers.Matthias Benkard2008-03-061-5/+8
* DEFINE-OBJECTIVE-C-CLASS: Reintern the class name in the OBJECTIVE-C-CLASSES ...Matthias Benkard2008-03-051-1/+2
* SHARED-INITIALIZE :AFTER (SELECTOR ...): Add a note about CMUCL.Matthias Benkard2008-03-051-2/+8
* COLLECT-METHODS: Do not free NULL pointers.Matthias Benkard2008-03-052-2/+4
* Fix a subtle compilation phase problem.Matthias Benkard2008-03-051-8/+10
* Admit defeat to CL-Markdown and code nested lists directly in HTML.Matthias Benkard2008-03-051-14/+23
* Document OBJECTIVE-C-GENERIC-FUNCTION and OBJECTIVE-C-METHOD.Matthias Benkard2008-03-051-2/+31
* Document class OBJECTIVE-C-CLASS.Matthias Benkard2008-03-051-4/+24
* Add function OBJECTIVE-C-CLASS-REGISTERED-P.Matthias Benkard2008-03-052-0/+48
* Document FOREIGN-VALUE, FOREIGN-STRUCT, and FOREIGN-UNION.Matthias Benkard2008-03-051-5/+57
* Add new class FOREIGN-UNION.Matthias Benkard2008-03-051-4/+6
* Document FOREIGN-VALUE-LISP-MANAGED-P and FOREIGN-VALUE-POINTER.Matthias Benkard2008-03-051-2/+80
* Export function FOREIGN-VALUE-POINTER.Matthias Benkard2008-03-051-0/+1
* Assorted documentation improvements.Matthias Benkard2008-03-052-9/+12
* Document COLLECT-CLASSES and COLLECT-METHODS.Matthias Benkard2008-03-052-0/+60
* Document DEFINE-RETURNS-BOOLEAN-EXCEPTION and UNDEFINE-RETURNS-BOOLEAN-EXCEPT...Matthias Benkard2008-03-051-2/+77
* Document DISABLE-METHOD-SYNTAX and DISABLE-OBJECTIVE-C-SYNTAX.Matthias Benkard2008-03-051-2/+22
* Fix documentation formatting.Matthias Benkard2008-03-052-12/+12
* Improve DEFINE-OBJECTIVE-C-CLASS documentation.Matthias Benkard2008-03-052-0/+10