summaryrefslogtreecommitdiff
path: root/Lisp
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Document DEFINE-OBJECTIVE-C-GENERIC-FUNCTION and DEFINE-OBJECTIVE-C-METHOD.Matthias Benkard2008-03-052-1/+151
* Add macro DEFINE-OBJECTIVE-C-CLASS.Matthias Benkard2008-03-052-2/+157
* Add test cases for the new method syntax.Matthias Benkard2008-03-051-1/+19
* Update ENABLE-METHOD-SYNTAX documentation.Matthias Benkard2008-03-051-7/+9
* Call COLLECT-METHODS at system load-time.Matthias Benkard2008-03-051-1/+6
* Fix the callback COLLECT-METHODS uses to collect methods of a class.Matthias Benkard2008-03-051-1/+1
* Add function COLLECT-METHODS.Matthias Benkard2008-03-054-3/+32
* 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-043-7/+9
* 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