Changeset 5036


Ignore:
Timestamp:
Aug 26, 2006, 2:20:22 AM (18 years ago)
Author:
Gary Byers
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ccl/ChangeLog

    r5028 r5036  
     12006-08-26 03:17  gb
     2
     3        * level-1/version.lisp: Bump.  New snapshots soon, I hope.
     4
     52006-08-26 03:12  gb
     6
     7        * lisp-kernel/darwinx8664/Makefile: Pass -g in ASFLAGS; same
     8        problems as always, but avoids problems with Darwin x86-64 ld64
     9        segfaulting for unknown reasons.
     10
     112006-08-26 03:11  gb
     12
     13        * lisp-kernel/x86-exceptions.h: Need to do an explicit sigreturn on
     14        Darwin (because of the sigaltstack hacks; Darwin uses sigtramp glue
     15        that we can't just return to after switching off of the alt stack.)
     16
     172006-08-26 03:08  gb
     18
     19        * lib/numbers.lisp: Check fpu overflow bit (not underflow) when
     20        deciding whether or not to signal overflow.
     21
     222006-08-26 03:08  gb
     23
     24        * level-1/x86-trap-support.lisp: Need an indirection to access
     25        mcontext from ucontext on Darwin; invent xp-gp-regs to get at
     26        mcontext64.ss.
     27
     282006-08-26 03:06  gb
     29
     30        * level-1/x86-error-signal.lisp: Add a declaration, to make this
     31        easier to step through.
     32
     332006-08-26 03:05  gb
     34
     35        * level-0/l0-float.lisp: SINGLE-FLOAT-HALF-PI: use f0 not e0, just
     36        in case.
     37
    1382006-08-25 20:35  gb
    239
Note: See TracChangeset for help on using the changeset viewer.