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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Fix a bunch of problems related to the :INVERT case sensitivity mode.
Matthias Benkard
2008-02-05
1
-3
/
+3
*
Fix a spelling mistake.
Matthias Benkard
2008-02-05
1
-15
/
+15
*
Properly convert foreign slot names into CLOS slot names.
Matthias Benkard
2008-02-05
2
-1
/
+26
*
More cleanups.
Matthias Benkard
2008-02-05
1
-23
/
+1
*
Minor cleanups.
Matthias Benkard
2008-02-05
1
-15
/
+10
*
Assign the root metaclass as a metaclass to every metaclass except itself.
Matthias Benkard
2008-02-05
1
-1
/
+28
*
Generally declare foreign slots as SLOT-BOUNDP.
Matthias Benkard
2008-02-05
1
-1
/
+2
*
Add support for reading foreign slots.
Matthias Benkard
2008-02-05
2
-6
/
+28
*
Wrap objects returned by Objective-C code with the appropriate classes instea...
Matthias Benkard
2008-02-05
2
-18
/
+28
*
Fix some recently introduced name conversion bugs.
Matthias Benkard
2008-02-05
1
-4
/
+20
*
Further simplify name conversion.
Matthias Benkard
2008-02-05
1
-35
/
+30
*
Use Camel Case for foreign slot names by default.
Matthias Benkard
2008-02-05
1
-1
/
+1
*
Simplify name conversion.
Matthias Benkard
2008-02-05
1
-8
/
+29
*
Simplify SLOT-NAME->FOREIGN-SLOT-NAME.
Matthias Benkard
2008-02-05
1
-14
/
+17
*
Reflect the Objective-C class hierarchy in the metaclass hierarchy as well.
Matthias Benkard
2008-02-05
1
-2
/
+16
*
Minor cleanups.
Matthias Benkard
2008-02-04
1
-3
/
+3
*
Simplify CONSTRUCTOR-NAME-P.
Matthias Benkard
2008-02-04
1
-6
/
+3
*
Parse NeXT-style bit field typespecs properly.
Matthias Benkard
2008-02-04
2
-28
/
+53
*
Prefix metaclasses with #\+ instead of #\%.
Matthias Benkard
2008-02-04
2
-2
/
+2
*
Remove obsolete function OBJC-CLASS-OF.
Matthias Benkard
2008-02-04
1
-6
/
+0
*
Fix a possible NULL-pointer-related crash.
Matthias Benkard
2008-02-04
1
-1
/
+2
*
Add preliminary support for Objective-C slots.
Matthias Benkard
2008-02-04
3
-18
/
+132
*
Add support for named struct members in typespecs.
Matthias Benkard
2008-02-04
1
-13
/
+32
*
Make ID the root of the Objective-C class hierarchy.
Matthias Benkard
2008-02-04
3
-7
/
+13
*
Glue layer: Add slot handling functions.
Matthias Benkard
2008-02-03
1
-0
/
+51
*
Automatically set Objective-C wrapper classes' superclasses.
Matthias Benkard
2008-02-03
2
-3
/
+18
*
Make OBJCL-CLASS-SUPERCLASS a bit safer.
Matthias Benkard
2008-02-03
1
-1
/
+1
*
Objective-C layer: Add objcl_class_superclass.
Matthias Benkard
2008-02-03
1
-0
/
+9
*
Reintroduce Allegro CL compatibility hack.
Matthias Benkard
2008-02-03
1
-0
/
+11
*
Remove system objective-cl-clozure-compat.
Matthias Benkard
2008-02-03
2
-27
/
+2
*
Add system objective-cl-clozure-compat.
Matthias Benkard
2008-02-03
3
-6
/
+32
*
Update documentation.
Matthias Benkard
2008-02-03
2
-2
/
+35
*
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
*
Add a compiler macro for SELECTOR.
Matthias Benkard
2008-02-03
2
-0
/
+32
*
Make selectors funcallable.
Matthias Benkard
2008-02-03
1
-1
/
+14
*
Implement SLOT-MAKUNBOUND for Objective-C wrapper objects.
Matthias Benkard
2008-02-03
1
-2
/
+13
*
Cosmetic improvements.
Matthias Benkard
2008-02-03
1
-2
/
+2
*
Allow subclassing between Objective-C wrapper classes.
Matthias Benkard
2008-02-03
1
-0
/
+3
*
Use Objective-C metaclasses as CLOS metaclasses.
Matthias Benkard
2008-02-03
3
-4
/
+12
*
Automatically export newly defined wrapper classes.
Matthias Benkard
2008-02-03
2
-7
/
+14
*
Fix a few typos.
Matthias Benkard
2008-02-03
1
-7
/
+7
*
Introduce new metaclass OBJECTIVE-C-META-CLASS.
Matthias Benkard
2008-02-02
6
-24
/
+51
*
Replace all occurrences of OBJC-CLASS with OBJECTIVE-C-CLASS.
Matthias Benkard
2008-02-02
11
-47
/
+96
*
Add OBJECTIVE-C-CLASS, a metaclass for Objective-C class wrappers.
Matthias Benkard
2008-02-02
1
-0
/
+142
*
Fix an undefined variable warning.
Matthias Benkard
2008-02-02
1
-1
/
+1
*
Objective-C layer: Add function objcl_objc2_p.
Matthias Benkard
2008-01-29
1
-0
/
+5
*
Apply the LGPLv3 to all the code previously released under the GPLv3.
Matthias Benkard
2008-01-26
18
-108
/
+108
*
Fix the spelling of `Objective-C' in both code and documentation.
Matthias Benkard
2008-01-26
5
-37
/
+37
*
Support case-sensitive selector designators.
Matthias Benkard
2008-01-26
4
-20
/
+136
[prev]
[next]