Changeset 5528


Ignore:
Timestamp:
Nov 8, 2006, 12:20:42 PM (18 years ago)
Author:
Gary Byers
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ccl/ChangeLog

    r5522 r5528  
     12006-11-08 12:50  gb
     2
     3        * level-1/x86-trap-support.lisp: In darwin Fake Structures For
     4        Leopard nonsense: define the stack context struct separately, make
     5        the ucontext stack field an instance of it.  (Not -sure- if that
     6        was necessary, but :poweropen-target was accidentally on *FEATURES*
     7        and foreign struct layout was using read-time condtionalization to
     8        decide whether or not to use brain-dead structure-alignment rules
     9        leftover from AIX/PowerOpen.
     10
     112006-11-08 12:46  gb
     12
     13        * lisp-kernel/x86-spentry64.s: Fix comment ("/*", not "/%" ...).
     14
     152006-11-08 12:40  gb
     16
     17        * compiler/optimizers.lisp: Try to infer/insert the array type when
     18        compiler-macroexpanding MAKE-ARRAY calls.
     19
     202006-11-08 12:39  gb
     21
     22        * compiler/PPC/PPC32/ppc32-backend.lisp: DarwinPPC32 FTD follows
     23        :poweropen-alignment rules.
     24
     252006-11-08 12:38  gb
     26
     27        * lib/foreign-types.lisp: parse-foreign-record-fields: conformance
     28        to poweropen structure layout rules should be an attribute of the
     29        FTD, not done via read-time conditionalization.
     30
    1312006-11-08 05:15  gb
    232
Note: See TracChangeset for help on using the changeset viewer.