Changeset 5277


Ignore:
Timestamp:
Sep 27, 2006, 5:20:31 AM (18 years ago)
Author:
Gary Byers
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ccl/ChangeLog

    r5268 r5277  
     12006-09-27 05:46  gb
     2
     3        * level-1/l1-sysio.lisp: More FILE-STREAM changes.  Give
     4        BASIC-STREAM classes a class prototype.
     5
     62006-09-27 05:45  gb
     7
     8        * level-1/l1-streams.lisp: Some changes to FD-STREAM
     9        initialization, to make it easier to use MAKE-FD-STREAM to open
     10        (seekable) FILE-STREAMs.
     11
     122006-09-27 05:41  gb
     13
     14        * lisp-kernel/: x86-exceptions.c, x86-exceptions.h: Decode and
     15        handle UUO_ERROR_DEBUG_TRAP_WITH_STRING.
     16
     172006-09-27 05:39  gb
     18
     19        * lisp-kernel/x86-spentry64.s: Still get very occasional SIGFPE on
     20        return from (e.g.) #_asin on x86-64 Darwin.  (#_asin often does a
     21        division-by-zero, but that should be masked when in foreign code.)
     22        Don't reload the lisp mxcsr until other registers have been popped,
     23        to make debugging easier in case it's the act of reloading the
     24        mxcsr that causes the spurious trap.)
     25
     262006-09-27 05:36  gb
     27
     28        * level-0/X86/x86-misc.lisp: DEBUG-TRAP-WITH-STRING.
     29
     302006-09-27 05:35  gb
     31
     32        * level-0/nfasload.lisp: Not sure when it happened, but %FASLOAD
     33        was parenthesized in such a way as to not return the error value on
     34        error.
     35
     362006-09-27 05:34  gb
     37
     38        * level-0/l0-misc.lisp: On x8664, use a new UUO for BUG.  (Not
     39        passing context into the kernel makes it too difficult to debug/get
     40        backtrace, etc.)
     41
     422006-09-27 05:33  gb
     43
     44        * compiler/X86/: x86-asm.lisp, x86-disassemble.lisp:
     45        UUO-ERROR-DEBUG-TRAP-WITH-STRING.
     46
    1472006-09-27 05:05  gb
    248
Note: See TracChangeset for help on using the changeset viewer.