summaryrefslogtreecommitdiff
path: root/Lisp/internal-utilities.lisp
Commit message (Expand)AuthorAgeFilesLines
* Fix support for older versions of CFFI.Matthias Benkard2008-03-181-3/+4
* Improve the WITH-FOREIGN-STRING-POOL macro.Matthias Benkard2008-02-171-4/+8
* Implement FOREIGN-CLASS-ENSURE-REGISTERED.Matthias Benkard2008-02-171-8/+8
* Add a few locking utility stubs.Matthias Benkard2008-02-161-2/+25
* System refactoring.Matthias Benkard2008-02-151-16/+0
* Fix the most recent incarnation of PRIMITIVE-INVOKE.Matthias Benkard2008-02-121-0/+16
* Do not rely on the GC to remove entries of a weak hash table.Matthias Benkard2008-02-111-1/+1
* Apply the LGPLv3 to all the code previously released under the GPLv3.Matthias Benkard2008-01-261-6/+6
* Mimic the way PyObjC handles types.Matthias Benkard2007-10-041-0/+4
* Update documentation.Matthias Benkard2007-09-261-10/+0
* Apply the GPLv3 to my code and clarify the license of the PyObjC parts.Matthias Benkard2007-09-261-0/+17
* Prune yet another bunch of unused code chunks.Matthias Benkard2007-09-211-23/+0
* INVOKE-WITH-CONVERSION: Support classes as message receivers.Matthias Benkard2007-09-171-11/+18
* Cache the return values of RETRIEVE-METHOD-SIGNATURE-INFO.Matthias Benkard2007-09-171-0/+26
* PRIMITIVE-INVOKE: More refactoring.Matthias Benkard2007-09-161-0/+77