Changeset 5891


Ignore:
Timestamp:
Feb 10, 2007, 11:20:03 PM (18 years ago)
Author:
Gary Byers
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ccl/ChangeLog

    r5887 r5891  
     12007-02-11 00:01  gb
     2
     3        * examples/objc-support.lisp: Deftype for CF-FLOAT.
     4       
     5        Handle callback-error-returns on x86-64.
     6
     72007-02-11 00:00  gb
     8
     9        * examples/objc-runtime.lisp: Pointer comparisons in splay trees
     10        use %ptr<, to hide word-size differences.
     11       
     12        __NSConstantStringClassReference isn't what it used to be, so look
     13        up NSConstantStringClass the hard way.
     14       
     15        Handle ns-exception/lisp-error stuff on x86-64.
     16       
     17        Do arg/result coercions differently.  Does any code depend on
     18        COERCE-TO-ADDRESS behavior ?  (It can cause extra consing of
     19        MACPTRs).
     20       
     21        Use the new FFI interface for message-sends, callbacks to try to
     22        hide platform-specific ABI issues.
     23       
     24        The _deallocate-hook mechanism - which never really worked -
     25        probably can't work on Objc-2.0.
     26
     272007-02-10 23:54  gb
     28
     29        * examples/bridge.lisp: Make structure return-type explicit in
     30        objc-message-send calls in send/stret and variants.
     31
    1322007-02-10 22:34  gb
    233
Note: See TracChangeset for help on using the changeset viewer.