Changeset 5794


Ignore:
Timestamp:
Jan 25, 2007, 4:20:04 AM (18 years ago)
Author:
Gary Byers
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ccl/ChangeLog

    r5791 r5794  
     12007-01-25 04:37  gb
     2
     3        * lib/foreign-types.lisp: Never fully understood the concept
     4        "auxiliary" foreign types, but try to canonicalize intermediate
     5        struct/union/enum references, so that (EQ (PARSE-FOREIGN-TYPE
     6        '(:STRUCT :FOO))     (PARSE-FOREIGN-TYPE '(:STRUCT :FOO))) is more
     7        likely to return T (e.g., something registered in the FTD.
     8       
     9        It seems clear that this is the right thing when the structure
     10        reference is in global scope; I'm not sure what it'd mean for that
     11        not to be the case.
     12
     132007-01-25 04:32  gb
     14
     15        * lib/ffi-linuxppc32.lisp: More plausible callback-bindings
     16        callback.
     17
    1182007-01-24 23:41  gb
    219
Note: See TracChangeset for help on using the changeset viewer.