summaryrefslogtreecommitdiff
path: root/Lisp/libobjcl.lisp
Commit message (Expand)AuthorAgeFilesLines
* 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
* Assign a fake metaclass as a metaclass to the root metaclass.Matthias Benkard2008-02-061-29/+28
* Assign the root metaclass as a metaclass to every metaclass except itself.Matthias Benkard2008-02-051-1/+28
* Reflect the Objective-C class hierarchy in the metaclass hierarchy as well.Matthias Benkard2008-02-051-2/+16
* Remove obsolete function OBJC-CLASS-OF.Matthias Benkard2008-02-041-6/+0
* Fix a possible NULL-pointer-related crash.Matthias Benkard2008-02-041-1/+2
* Add preliminary support for Objective-C slots.Matthias Benkard2008-02-041-1/+6
* Make ID the root of the Objective-C class hierarchy.Matthias Benkard2008-02-041-2/+4
* Glue layer: Add slot handling functions.Matthias Benkard2008-02-031-0/+51
* Automatically set Objective-C wrapper classes' superclasses.Matthias Benkard2008-02-031-3/+7
* Make OBJCL-CLASS-SUPERCLASS a bit safer.Matthias Benkard2008-02-031-1/+1
* Objective-C layer: Add objcl_class_superclass.Matthias Benkard2008-02-031-0/+9
* Use Objective-C metaclasses as CLOS metaclasses.Matthias Benkard2008-02-031-2/+5
* Introduce new metaclass OBJECTIVE-C-META-CLASS.Matthias Benkard2008-02-021-9/+10
* Replace all occurrences of OBJC-CLASS with OBJECTIVE-C-CLASS.Matthias Benkard2008-02-021-13/+15
* Objective-C layer: Add function objcl_objc2_p.Matthias Benkard2008-01-291-0/+5
* Apply the LGPLv3 to all the code previously released under the GPLv3.Matthias Benkard2008-01-261-6/+6
* Fix the spelling of `Objective-C' in both code and documentation.Matthias Benkard2008-01-261-13/+13
* Support case-sensitive selector designators.Matthias Benkard2008-01-261-11/+81
* Improve CLISP compatibility.Matthias Benkard2007-10-181-1/+6
* Support Objective-C code compilation via ASDF.Matthias Benkard2007-10-131-9/+3
* FIND-SELECTOR: Make ERRORP default to T.Matthias Benkard2007-10-101-2/+2
* Make compile-time selector warnings work on the NeXT runtime, clean the Objec...Matthias Benkard2007-10-101-12/+106
* Move PARSE-TYPE into a new module, as it doesn't really belong to the Objecti...Matthias Benkard2007-10-041-152/+0
* Update documentation.Matthias Benkard2007-09-261-0/+67