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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Add NSObject category ObjectiveCLWrapperLink.
Matthias Benkard
2008-02-10
4
-15
/
+95
*
Objective-C layer: Add functions for class creation.
Matthias Benkard
2008-02-09
2
-0
/
+164
*
Fix overzealous style cleanups.
Matthias Benkard
2008-02-09
1
-3
/
+3
*
Stylistic improvements.
Matthias Benkard
2008-02-08
2
-5
/
+5
*
Objective-C layer: Use mprotect(2) where needed.
Matthias Benkard
2008-02-08
1
-3
/
+9
*
Objective-C layer: Implement locking using semaphores.
Matthias Benkard
2008-02-07
3
-2
/
+68
*
Objective-C layer: Add objcl_create_imp and assorted functions.
Matthias Benkard
2008-02-07
3
-0
/
+122
*
Assign a fake metaclass as a metaclass to the root metaclass.
Matthias Benkard
2008-02-06
3
-32
/
+39
*
Make PRINT-OBJECT behave a bit nicer for instances of type ID.
Matthias Benkard
2008-02-05
1
-2
/
+2
*
Internally, do case-sensitivity-mode-independent method calls only.
Matthias Benkard
2008-02-05
1
-12
/
+12
*
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
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
*
Objective-C layer: Add some debugging aids.
Matthias Benkard
2008-02-04
1
-0
/
+36
*
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
2
-4
/
+60
*
Automatically set Objective-C wrapper classes' superclasses.
Matthias Benkard
2008-02-03
2
-3
/
+18
*
Objective-C layer: Add slot handling functions.
Matthias Benkard
2008-02-03
3
-4
/
+95
*
Objective-C layer: Make use of the Objective-C 2.0 runtime.
Matthias Benkard
2008-02-03
2
-21
/
+15
*
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
3
-0
/
+24
*
Reintroduce Allegro CL compatibility hack.
Matthias Benkard
2008-02-03
1
-0
/
+11
*
Remove system objective-cl-clozure-compat.
Matthias Benkard
2008-02-03
5
-38
/
+25
*
Add system objective-cl-clozure-compat.
Matthias Benkard
2008-02-03
6
-11
/
+49
*
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
[prev]
[next]