diff options
author | Matthias Benkard <code@mail.matthias.benkard.de> | 2008-01-28 20:59:03 +0100 |
---|---|---|
committer | Matthias Benkard <code@mail.matthias.benkard.de> | 2008-01-28 20:59:03 +0100 |
commit | f9210d5ef738fc5fa5aec2d28796611d005bc33e (patch) | |
tree | c979e8d032105fc70f9481adebc31cf0bb0f84ec /JOURNAL | |
parent | 4ac5eb3c63c54b08797908286c630a501cc3031d (diff) |
New journal entry.
darcs-hash:841f37aca749ca08b971c22aeef8eb9ed2703cdb
Diffstat (limited to 'JOURNAL')
-rw-r--r-- | JOURNAL | 21 |
1 files changed, 21 insertions, 0 deletions
@@ -1,5 +1,26 @@ -*- mode: muse -*- +* 2008-01-28, 20:45:35 CET + +I've added the following files as a first step to support class +definition. + +For the GNU runtime (from JIGS, the Java Interface to GNUstep): + + * JIGS/ObjcRuntimeUtilities.c + * JIGS/ObjcRuntimeUtilities.h + * JIGS/ObjcRuntimeUtilities2.m + +For the NeXT runtime (from PyObjC): + + * PyObjC/pyobjc-compat.h + * PyObjC/objc-runtime-compat.h + * PyObjC/objc-runtime-compat.m + +Both the JIGS and PyObjC codebases are impressively modular. Those guys +know what they're doing. + + * 2008-01-27, 12:55:06 CET Objective-CL now includes its own version of libffi, imported from an |