index
:
mulk/objective-cl
master
Two-way Common-Lisp–Objective-C bridge.
Matthias Benkard
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Lisp
/
data-types.lisp
Commit message (
Expand
)
Author
Age
Files
Lines
*
SHARED-INITIALIZE :AFTER (SELECTOR ...): Add a note about CMUCL.
Matthias Benkard
2008-03-05
1
-2
/
+8
*
COLLECT-METHODS: Do not free NULL pointers.
Matthias Benkard
2008-03-05
1
-1
/
+2
*
Fix a subtle compilation phase problem.
Matthias Benkard
2008-03-05
1
-8
/
+10
*
Document class OBJECTIVE-C-CLASS.
Matthias Benkard
2008-03-05
1
-4
/
+24
*
Add function OBJECTIVE-C-CLASS-REGISTERED-P.
Matthias Benkard
2008-03-05
1
-0
/
+47
*
Document FOREIGN-VALUE, FOREIGN-STRUCT, and FOREIGN-UNION.
Matthias Benkard
2008-03-05
1
-5
/
+57
*
Add new class FOREIGN-UNION.
Matthias Benkard
2008-03-05
1
-4
/
+6
*
Document FOREIGN-VALUE-LISP-MANAGED-P and FOREIGN-VALUE-POINTER.
Matthias Benkard
2008-03-05
1
-2
/
+80
*
Collect selectors in package OBJECTIVE-C-SELECTORS.
Matthias Benkard
2008-03-05
1
-0
/
+11
*
Move exception reporting to PRINT-OBJECT (EXCEPTION T).
Matthias Benkard
2008-03-04
1
-9
/
+1
*
Implement DESCRIBE-OBJECT (EXCEPTION T).
Matthias Benkard
2008-03-04
1
-10
/
+9
*
Define type OBJECTIVE-C-TYPE-KEYWORD.
Matthias Benkard
2008-03-03
1
-0
/
+9
*
Assign the metaclasses of metaclasses correctly.
Matthias Benkard
2008-02-20
1
-1
/
+6
*
Replace all occurrences of MAKE-POINTER-WRAPPER with INTERN-POINTER-WRAPPER.
Matthias Benkard
2008-02-18
1
-6
/
+6
*
Do not allow foreign methods to return arrays.
Matthias Benkard
2008-02-18
1
-14
/
+0
*
Implement ENSURE-OBJECTIVE-C-CLASS-PAIR.
Matthias Benkard
2008-02-17
1
-1
/
+0
*
Make INITIALIZE-INSTANCE (OBJECTIVE-C-CLASS ...) create new Objective-C class...
Matthias Benkard
2008-02-16
1
-3
/
+6
*
Specialise PRINT-OBJECT for FOREIGN-STRUCT values.
Matthias Benkard
2008-02-15
1
-0
/
+1
*
Class TAGGED-STRUCT: Recover TYPESPEC slot.
Matthias Benkard
2008-02-15
1
-5
/
+12
*
Refine the public interface to Lisp-managed foreign structs and unions.
Matthias Benkard
2008-02-15
1
-14
/
+23
*
Improve automatic memory management facilities for structs and unions.
Matthias Benkard
2008-02-15
1
-19
/
+44
*
Add automatic finalisation to struct wrappers.
Matthias Benkard
2008-02-15
1
-7
/
+11
*
Wrap returned structs with TAGGED-STRUCT instances.
Matthias Benkard
2008-02-15
1
-31
/
+23
*
Do not override VALIDATE-SUPERCLASS (FUNCALLABLE-STANDARD-CLASS STANDARD-CLAS...
Matthias Benkard
2008-02-11
1
-5
/
+9
*
Make Objective-CL compile on CLISP.
Matthias Benkard
2008-02-11
1
-3
/
+5
*
Specialise MAKE-LOAD-FORM for pointer wrappers.
Matthias Benkard
2008-02-11
1
-0
/
+18
*
Make ID the root of the Objective-C class hierarchy.
Matthias Benkard
2008-02-04
1
-5
/
+5
*
Reintroduce Allegro CL compatibility hack.
Matthias Benkard
2008-02-03
1
-0
/
+11
*
Add system objective-cl-clozure-compat.
Matthias Benkard
2008-02-03
1
-4
/
+5
*
Update documentation.
Matthias Benkard
2008-02-03
1
-2
/
+20
*
Remove Allegro CL compatibility hack.
Matthias Benkard
2008-02-03
1
-11
/
+0
*
Make (DEFCLASS SELECTOR ...) work on Allegro CL.
Matthias Benkard
2008-02-03
1
-8
/
+28
*
Make selectors funcallable.
Matthias Benkard
2008-02-03
1
-1
/
+14
*
Use Objective-C metaclasses as CLOS metaclasses.
Matthias Benkard
2008-02-03
1
-1
/
+1
*
Introduce new metaclass OBJECTIVE-C-META-CLASS.
Matthias Benkard
2008-02-02
1
-5
/
+2
*
Replace all occurrences of OBJC-CLASS with OBJECTIVE-C-CLASS.
Matthias Benkard
2008-02-02
1
-3
/
+3
*
Apply the LGPLv3 to all the code previously released under the GPLv3.
Matthias Benkard
2008-01-26
1
-6
/
+6
*
Fix the spelling of `Objective-C' in both code and documentation.
Matthias Benkard
2008-01-26
1
-10
/
+10
*
Apply the GPLv3 to my code and clarify the license of the PyObjC parts.
Matthias Benkard
2007-09-26
1
-0
/
+17
*
Make memory management a lot saner.
Matthias Benkard
2007-09-23
1
-1
/
+0
*
Remove even more code that has become obsolete through the new version of INV...
Matthias Benkard
2007-09-21
1
-8
/
+0
*
Objective-C layer: Remove the code needed by the obsolete version of INVOKE-B...
Matthias Benkard
2007-09-21
1
-32
/
+0
*
Objective-C layer: Add functions for dealing with classes and metaclasses.
Matthias Benkard
2007-09-18
1
-0
/
+7
*
Juggle some definitions around to make the compiler happy.
Matthias Benkard
2007-09-17
1
-9
/
+8
*
PRIMITIVE-INVOKE: Simplify memory allocation.
Matthias Benkard
2007-09-16
1
-0
/
+4
*
Add classes for tagged pointers.
Matthias Benkard
2007-09-16
1
-0
/
+46
*
Reimplement PRIMITIVE-INVOKE and rename the old version UNSAFE-PRIMITIVE-INVOKE.
Matthias Benkard
2007-09-15
1
-1
/
+1
*
Use PRIMITIVE-INVOKE in memory management and clean the codebase up a bit.
Matthias Benkard
2007-09-14
1
-33
/
+0
*
Introduce PRIMITIVE-INVOKE, a lower-level INVOKE-BY-NAME alternative written ...
Matthias Benkard
2007-09-14
1
-8
/
+8
*
Code reorganisation.
Matthias Benkard
2007-09-14
1
-1
/
+3
[next]