summaryrefslogtreecommitdiff
path: root/Lisp
Commit message (Expand)AuthorAgeFilesLines
* Objective-C layer: Add function objcl_test_foo.Matthias Benkard2008-03-041-0/+2
* Fix objcl_create_imp.Matthias Benkard2008-03-042-5/+6
* Use INTERN-LISP-VALUE for argument conversion.Matthias Benkard2008-03-044-21/+20
* Fix a test that assumed (CAR '(:FOO :BAR)) not to be CONSTANTP.Matthias Benkard2008-03-041-1/+1
* Avoid calling objcl_class_name on unregistered classes.Matthias Benkard2008-03-032-0/+2
* objcl_create_imp: Make mprotect(2) errors non-fatal.Matthias Benkard2008-03-031-1/+1
* 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-031-0/+112
* 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-031-4/+54
* Introduce an Objective-C class for wrapping Lisp values.Matthias Benkard2008-03-021-0/+37
* Fix the compiler macro for INVOKE.Matthias Benkard2008-03-022-7/+40
* Minor cleanups.Matthias Benkard2008-02-211-28/+0
* Disable load-time class collection.Matthias Benkard2008-02-201-3/+5
* Assign the metaclasses of metaclasses correctly.Matthias Benkard2008-02-203-5/+10
* Objective-C layer: Random improvements.Matthias Benkard2008-02-201-4/+3
* Collect and register all known Objective-C classes at load time.Matthias Benkard2008-02-205-26/+74
* Make OBJC-CLASS-NAME->SYMBOL not fail for class names whose characters are al...Matthias Benkard2008-02-201-1/+2
* Make PARSE-TYPESPEC aware of typespec suffix strings.Matthias Benkard2008-02-202-14/+25
* Objective-C layer: Add objcl_for_each_class_do.Matthias Benkard2008-02-201-0/+4
* Make objcl_add_method capable of adding methods to registered classes.Matthias Benkard2008-02-191-1/+2
* Make FIND-OBJC-CLASS-BY-NAME able to find unregistered classes.Matthias Benkard2008-02-191-11/+21
* Avoid sending messages to potentially unregistered classes.Matthias Benkard2008-02-191-0/+2
* Add function POINTER.Matthias Benkard2008-02-191-4/+8
* Simplify slot access.Matthias Benkard2008-02-191-15/+16
* Reimplement slot writing.Matthias Benkard2008-02-192-34/+24
* Reimplement slot reading.Matthias Benkard2008-02-194-40/+59
* Replace all occurrences of MAKE-POINTER-WRAPPER with INTERN-POINTER-WRAPPER.Matthias Benkard2008-02-181-6/+6
* Fix Objective-C class registration.Matthias Benkard2008-02-182-2/+11
* Remove some content-free lines of code from the test suite.Matthias Benkard2008-02-181-5/+0
* Remove a spurious FIXME from the test suite.Matthias Benkard2008-02-181-9/+0
* Do not allow foreign methods to receive arrays as arguments.Matthias Benkard2008-02-181-9/+3
* Do not allow foreign methods to return arrays.Matthias Benkard2008-02-182-15/+5
* Play around with %OBJCL-SET-SLOT-VALUE in order to satisfy the test suite.Matthias Benkard2008-02-171-5/+17
* Improve the CLASS-DEFINITION tests.Matthias Benkard2008-02-172-9/+43
* Synchronise access to *LISP-MANAGED-INSTANCES*.Matthias Benkard2008-02-171-9/+11
* Fix INTERN-LISP-MANAGED-FOREIGN-INSTANCE.Matthias Benkard2008-02-171-5/+6
* Implement setting of foreign slots.Matthias Benkard2008-02-171-12/+19
* Fix the CLASS-DEFINITION test.Matthias Benkard2008-02-171-3/+5
* Make the compiler macro for INVOKE more robust.Matthias Benkard2008-02-171-2/+5
* Minor cleanups.Matthias Benkard2008-02-172-8/+11
* Add a class definition test to the test suite.Matthias Benkard2008-02-171-1/+44
* Minor cleanups.Matthias Benkard2008-02-172-9/+10
* Fix PRINT-OBJECT (EXCEPTION T).Matthias Benkard2008-02-172-2/+12