summaryrefslogtreecommitdiff
path: root/Lisp/libobjcl.lisp
Commit message (Expand)AuthorAgeFilesLines
* Automatically register Objective-C classes used as superclasses.Matthias Benkard2008-12-041-1/+4
* Wrap Lisp values when trying to send them messages.Matthias Benkard2008-03-241-1/+2
* Documentation: Minor fixes.Matthias Benkard2008-03-201-4/+4
* Move (OBJECT-GET-CLASS RECEIVER) from INVOKE-BY-NAME-SUPER-V to RETRIEVE-METH...Matthias Benkard2008-03-191-4/+0
* Make INTERN-POINTER-WRAPPER intern OBJECTIVE-C-CLASSes.Matthias Benkard2008-03-191-3/+5
* Add a NAME slot to class SELECTOR.Matthias Benkard2008-03-191-40/+2
* Replace all CFFI array types with pointer types.Matthias Benkard2008-03-181-7/+7
* Fix support for older versions of CFFI.Matthias Benkard2008-03-181-1/+1
* OBJCL-CLASS-SET-BACKED-BY-LISP-CLASS/POINTER: Correct type signature.Matthias Benkard2008-03-131-1/+1
* Make use of the fact that readtables are file-local.Matthias Benkard2008-03-131-4/+1
* Add more type declarations.Matthias Benkard2008-03-131-0/+12
* Use the new type declaration reader macro in Objective-CL code.Matthias Benkard2008-03-131-17/+12
* Debian: Satisfy linda and lintian.Matthias Benkard2008-03-081-1/+1
* Prepare the build system for separate compilation of libobjcl.Matthias Benkard2008-03-071-0/+1
* COLLECT-METHODS: Do not free NULL pointers.Matthias Benkard2008-03-051-1/+2
* Document COLLECT-CLASSES and COLLECT-METHODS.Matthias Benkard2008-03-051-0/+25
* 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-051-0/+26
* Acquire the exception lock when returning from a callback.Matthias Benkard2008-03-041-2/+2
* Fix function POINTER for arguments of type EXCEPTION.Matthias Benkard2008-03-041-1/+1
* Objective-C layer: Add function objcl_test_foo.Matthias Benkard2008-03-041-0/+2
* Fix objcl_create_imp.Matthias Benkard2008-03-041-3/+3
* Avoid calling objcl_class_name on unregistered classes.Matthias Benkard2008-03-031-0/+1
* Assign the metaclasses of metaclasses correctly.Matthias Benkard2008-02-201-3/+3
* Collect and register all known Objective-C classes at load time.Matthias Benkard2008-02-201-1/+0
* 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
* Add function POINTER.Matthias Benkard2008-02-191-4/+8
* Reimplement slot writing.Matthias Benkard2008-02-191-3/+8
* Reimplement slot reading.Matthias Benkard2008-02-191-0/+7
* Improve the CLASS-DEFINITION tests.Matthias Benkard2008-02-171-1/+4
* Minor cleanups.Matthias Benkard2008-02-171-7/+9
* Fix ENSURE-OBJECTIVE-C-CLASS-PAIR.Matthias Benkard2008-02-171-6/+9
* Implement OBJCL-CREATE-CLASS.Matthias Benkard2008-02-171-0/+27
* Implement ENSURE-OBJECTIVE-C-CLASS-PAIR.Matthias Benkard2008-02-171-1/+1
* Implement FOREIGN-CLASS-ENSURE-REGISTERED.Matthias Benkard2008-02-171-3/+9
* Fix SLOT-VALUE-USING-CLASS (OBJECTIVE-C-CLASS ...).Matthias Benkard2008-02-171-10/+3
* Add module: instance-management.Matthias Benkard2008-02-161-0/+8
* Objective-C layer: Add functions for determining whether a class is managed b...Matthias Benkard2008-02-161-0/+17
* Split MAKE-POINTER-WRAPPER into two parts.Matthias Benkard2008-02-161-3/+3
* Add automatic finalisation to struct wrappers.Matthias Benkard2008-02-151-0/+15
* System refactoring.Matthias Benkard2008-02-151-0/+16
* Lay the groundwork for super calls.Matthias Benkard2008-02-141-0/+1
* Do not rely on the GC to remove entries of a weak hash table.Matthias Benkard2008-02-111-1/+1
* Fix a bug that could cause FOREIGN-FREE to be called on a null pointer.Matthias Benkard2008-02-111-8/+9
* Specialise MAKE-LOAD-FORM for pointer wrappers.Matthias Benkard2008-02-111-3/+4
* System definition: Copy the system prior to compilation instead of after it.Matthias Benkard2008-02-101-5/+7
* Glue layer: Add functions for class creation.Matthias Benkard2008-02-101-0/+21
* Objective-C layer: Add objcl_create_imp and assorted functions.Matthias Benkard2008-02-071-0/+15