Changeset 5949


Ignore:
Timestamp:
Feb 19, 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

    r5941 r5949  
     12007-02-19 04:50  gb
     2
     3        * lib/foreign-types.lisp: Use keywords more consistently.
     4       
     5        (Note: there seems to be a bug which is keeping the cdb data
     6        structures from getting defined correctly at load time; the
     7        workaround is to compile foreign-types.lisp - which defines them -
     8        in the same session as and before db-io - which uses them - is
     9        compiled.)
     10
     112007-02-19 04:48  gb
     12
     13        * level-0/X86/x86-clos.lisp: UNSET-FIN-TRAMPOLINE: don't tail-call
     14        error.
     15
     162007-02-19 04:42  gb
     17
     18        * level-0/PPC/ppc-clos.lisp: UNSET-FIN-TRAMPOLINE: don't tail-call
     19        the error function.
     20
     212007-02-19 04:40  gb
     22
     23        * level-1/l1-clos-boot.lisp: MAYBE-UPDATE-OBSOLETE-INSTANCE: handle
     24        funcallable objects that aren't STANDARD-GENERIC-FUNCTIONs.
     25
     262007-02-19 04:40  gb
     27
     28        * level-1/l1-clos.lisp: Move GENERIC-FUNCTION-NAME to
     29        FUNCALLABLE-STANDARD-OBJECT.
     30       
     31        %ALLOCATE-GF-INSTANCE: don't create a dispatch table if not
     32        creating a GF.
     33
     342007-02-19 04:36  gb
     35
     36        * lib/describe.lisp: STANDARD-OBJECT-LINE-N: handle
     37        funcallable-stanard-objects better.
     38
     392007-02-19 04:34  gb
     40
     41        * lib/ccl-export-syms.lisp: Export FUNCALLABLE-STANDARD-OBJECT from
     42        CCL, OPENMCL-MOP.
     43
    1442007-02-19 02:09  gb
    245
Note: See TracChangeset for help on using the changeset viewer.