Changeset 5491


Ignore:
Timestamp:
Nov 5, 2006, 7:20:33 AM (18 years ago)
Author:
Gary Byers
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ccl/ChangeLog

    r5475 r5491  
     12006-11-05 07:55  gb
     2
     3        * level-0/X86/x86-misc.lisp: %VALID-REMAINING-TIMESPEC-TIME-P for
     4        x86-64, as well.
     5
     62006-11-05 07:52  gb
     7
     8        * level-0/X86/x86-array.lisp: %AREF2, %ASET2 in x8664 lap.
     9
     102006-11-05 07:50  gb
     11
     12        * lisp-kernel/x86-spentry64.s: pre-add displacement in .SParef2,
     13        .SPaset2.
     14
     152006-11-05 07:48  gb
     16
     17        * lisp-kernel/ppc-spentry.s: .SParef2, .SPaset2: since we aren't
     18        testing simple-array-ness, add the (possibly 0) displacement from
     19        the header before handling the simple aref of the data vector.
     20
     212006-11-05 07:47  gb
     22
     23        * lib/foreign-types.lisp: PRINT-OBJECT method for EEPS: handle
     24        pointers on PPC(64), print 64-bit addresses on 64-bit platforms.
     25
     262006-11-05 07:46  gb
     27
     28        * level-1/version.lisp: Bump; new binaries soon.
     29
     302006-11-05 07:46  gb
     31
     32        * level-1/l1-lisp-threads.lisp: %NANOSLEEP calls
     33        %VALID-REMAINING-TIMESPEC-TIME-P, which is better than sleeping for
     34        4G seconds after an EINTR on Leopard.
     35
     362006-11-05 07:44  gb
     37
     38        * level-0/PPC/PPC64/ppc64-bignum.lisp: MACPTR->FIXNUM returns NIL
     39        if any non-fixnum bits would be set in the result.  (Should
     40        probably make this true on all platforms; for PPC64, it's important
     41        for foreign function addresses that're ... suboptimally aligned.)
     42
     432006-11-05 07:42  gb
     44
     45        * level-0/PPC/ppc-misc.lisp: Try to detect the case where
     46        %NANOSLEEP's second (by reference) argument contains garbage after
     47        an EINTR.  (The L word, again.)
     48
     492006-11-05 07:41  gb
     50
     51        * level-0/PPC/ppc-array.lisp: %AREF2, %ASET2: in LAP, just call
     52        into the kernel.
     53
     542006-11-05 07:40  gb
     55
     56        * level-0/l0-cfm-support.lisp: Some platforms (the L-word) generate
     57        ppc64 functions whose addresses are not 0 mod 8, so (a) make
     58        MACPTR->FIXNUM return NIL if an address isn't representable as a
     59        fixnum and (b) make FOREIGN-SYMBOL-ENTRY return an address if it
     60        can't return a fixnum on PPC (really just affects PPC64.)
     61
     622006-11-05 07:37  gb
     63
     64        * level-0/l0-array.lisp: %aref2, %aset2: call into kernel.
     65
     662006-11-05 07:36  gb
     67
     68        * compiler/PPC/: PPC32/ppc32-vinsns.lisp, PPC64/ppc64-vinsns.lisp:
     69        2d aref support/changes.
     70
     712006-11-05 07:36  gb
     72
     73        * compiler/PPC/ppc2.lisp: Get the PPC2 backend caught up with the
     74        x8664 wrt 2d aref.  Stll a ways to go.
     75
     762006-11-05 07:35  gb
     77
     78        * compiler/nx0.lisp: NX-ERROR-FOR-SIMPLE-2D-ARRAY-TYPE.
     79
    1802006-11-04 00:05  gb
    281
Note: See TracChangeset for help on using the changeset viewer.