Changeset 5999


Ignore:
Timestamp:
Mar 7, 2007, 7:20:04 AM (18 years ago)
Author:
Gary Byers
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ccl/ChangeLog

    r5991 r5999  
     12007-03-07 07:45  gb
     2
     3        * level-1/linux-files.lisp: For #+linux-target, try to use
     4        #_sysconf in CPU-COUNT, and fall back to parsing /proc/cpuinfo only
     5        if that fails.  (CPU-COUNT is called early in the cold load, before
     6        we can make the file-stream necessary to do the parsing.)
     7
     82007-03-07 07:33  gb
     9
     10        * lisp-kernel/: linuxppc/Makefile, linuxppc64/Makefile,
     11        linuxx8664/Makefile: Handle new GNU ld "hash-style" linker options.
     12
     132007-03-07 07:25  gb
     14
     15        * lisp-kernel/x86-exceptions.h: Darwin signal return: logior in the
     16        el-bizarro syscall mask, pass the magic number 0x1e as a second
     17        arg, just in case.
     18
     192007-03-07 07:24  gb
     20
     21        * level-1/l1-sysio.lisp: OPEN, CLOSE lock *OPEN-FILE-STREAMS-LOCK*
     22        before accessing *OPEN-FILE-STREAMS*.
     23
     242007-03-07 07:23  gb
     25
     26        * level-1/l1-readloop.lisp: Add comment about
     27        *OPEN-FILE-STREAMS-LOCK*.
     28
     292007-03-07 07:23  gb
     30
     31        * level-1/l1-init.lisp: Add *OPEN-FILE-STREAMS-LOCK*.
     32
     332007-03-07 07:21  gb
     34
     35        * lib/nfcomp.lisp: Bind *FCOMP-PREVIOUS-POSITION* in
     36        FCOMP-READ-LOOP (e.g., don't just hammer on the static binding.)
     37
    1382007-03-07 07:05  gb
    239
Note: See TracChangeset for help on using the changeset viewer.