Changeset 5544


Ignore:
Timestamp:
Nov 9, 2006, 3:20:33 PM (18 years ago)
Author:
Gary Byers
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ccl/ChangeLog

    r5538 r5544  
     12006-11-09 15:50  gb
     2
     3        * lisp-kernel/pmcl-kernel.c: Use #_ _exit for fatal termination.
     4       
     5        Try to run lisp code after #_exit via lazarus(); this is for some
     6        cases of SAVE-APPLICATION (e.g., in the Cocoa GUI).
     7       
     8        The environment in which The Undead code runs is a little funky,
     9        especially on PPC.  There might be GC implications (cstack will
     10        contain call history as of the point when #_exit called atexit
     11        handlers, vstack & tstack are emptied in lazarus()).  We should
     12        barely run any code in this environment, but we will GC a time or
     13        two ...
     14
     152006-11-09 15:45  gb
     16
     17        * lisp-kernel/ppc-exceptions.c: Use _exit afer save-application.
     18
     192006-11-09 15:43  gb
     20
     21        * examples/: cocoa-window.lisp, cocoa.lisp: Change the quit
     22        protocol.
     23
     242006-11-09 15:42  gb
     25
     26        * examples/cocoa-listener.lisp: :set-document-edited for listener
     27        "documents" is a no-op.
     28
     292006-11-09 15:39  gb
     30
     31        * compiler/PPC/: ppc2.lisp, PPC32/ppc32-vinsns.lisp,
     32        PPC64/ppc64-vinsns.lisp: 3d-array accessor stuff for PPC as well.
     33
    1342006-11-09 12:50  gb
    235
Note: See TracChangeset for help on using the changeset viewer.