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
/
name-conversion.lisp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Implement ADD-METHOD :AFTER (OBJECTIVE-C-GENERIC-FUNCTION OBJECTIVE-C-METHOD).
Matthias Benkard
2008-03-03
1
-0
/
+4
*
Add function TYPESPEC.
Matthias Benkard
2008-03-03
1
-1
/
+1
*
Make OBJC-CLASS-NAME->SYMBOL not fail for class names whose characters are al...
Matthias Benkard
2008-02-20
1
-1
/
+2
*
Enable caching for OBJC-CLASS-NAME->SYMBOL.
Matthias Benkard
2008-02-15
1
-1
/
+1
*
Assign a fake metaclass as a metaclass to the root metaclass.
Matthias Benkard
2008-02-06
1
-0
/
+9
*
Treat the :UPCASE case sensitivity mode like the :INVERT mode.
Matthias Benkard
2008-02-05
1
-1
/
+1
*
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
1
-0
/
+24
*
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
*
Prefix metaclasses with #\+ instead of #\%.
Matthias Benkard
2008-02-04
1
-1
/
+1
*
Add preliminary support for Objective-C slots.
Matthias Benkard
2008-02-04
1
-0
/
+17
*
Automatically export newly defined wrapper classes.
Matthias Benkard
2008-02-03
1
-5
/
+12
*
Introduce new metaclass OBJECTIVE-C-META-CLASS.
Matthias Benkard
2008-02-02
1
-0
/
+8
*
Replace all occurrences of OBJC-CLASS with OBJECTIVE-C-CLASS.
Matthias Benkard
2008-02-02
1
-0
/
+37
*
Apply the LGPLv3 to all the code previously released under the GPLv3.
Matthias Benkard
2008-01-26
1
-6
/
+6
*
Support case-sensitive selector designators.
Matthias Benkard
2008-01-26
1
-4
/
+9
*
Apply the GPLv3 to my code and clarify the license of the PyObjC parts.
Matthias Benkard
2007-09-26
1
-0
/
+17
*
Put name conversion routines into their own file.
Matthias Benkard
2007-08-06
1
-0
/
+42