Changeset 5917


Ignore:
Timestamp:
Feb 13, 2007, 5:20:04 PM (18 years ago)
Author:
Gary Byers
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ccl/ChangeLog

    r5905 r5917  
     12007-02-13 18:12  gb
     2
     3        * level-0/X86/x86-misc.lisp: Add rdtsc (returns 60 bit non-negative
     4        fixnum) and rdtsc64 (returns 64-bit non-negative integer.)
     5
     62007-02-13 18:10  gb
     7
     8        * lib/time.lisp: Simpler GET-INTERNAL-RUN-TIME (tries harder not to
     9        cons.)
     10
     112007-02-13 18:10  gb
     12
     13        * examples/rubix/rubix.lisp: A little bit of cgfloat stuff; there
     14        are more/other float-size issues deeper down in the code.
     15
     162007-02-13 18:09  gb
     17
     18        * examples/objc-support.lisp: Fixup the x86-64 error-return
     19        callback trampiline code (was missing a byte of machine code.)
     20
     212007-02-13 18:08  gb
     22
     23        * examples/objc-runtime.lisp: Set the mxcsr/fpctrl fields of
     24        jmp-buf to safe/sane values.
     25
     262007-02-13 18:07  gb
     27
     28        * examples/cocoa-window.lisp: Don't change-class
     29        *cocoa-event-process* until we start to run the event loop.
     30       
     31        Don't do _deallocHardCore: explicitly.
     32
     332007-02-13 17:35  gb
     34
     35        * compiler/PPC/ppc2.lisp: poweropen-foreign-args: on ppc64, a
     36        DOUBLE-FLOAT aliases just one gpr.
     37
     382007-02-13 17:34  gb
     39
     40        * darwin-headers64/libc/C/populate.sh: Select the SDK directory.
     41
     422007-02-13 17:34  gb
     43
     44        * library/pty.lisp: return-value pointers in OPEN-PTY-PAIR are just
     45        32-bit ints, not "long".
     46
     472007-02-13 17:33  gb
     48
     49        * lib/ffi-darwinppc64.lisp: Callback arguments: update offset/delta
     50        for each scalar, not each arg.
     51       
     52        Fix some backquoting/indentation.
     53
     542007-02-13 17:31  gb
     55
     56        * lib/ffi-darwinppc32.lisp: Fix typo (^get-signed-long).
     57
    1582007-02-12 16:23  gb
    259
Note: See TracChangeset for help on using the changeset viewer.