Changeset 5980


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

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ccl/ChangeLog

    r5969 r5980  
     12007-03-02 05:10  gb
     2
     3        * level-1/l1-application.lisp: Toplevel function: initial-listener
     4        class is 'TTY-LISTENER.
     5
     62007-03-02 05:09  gb
     7
     8        * level-1/l1-lisp-threads.lisp: Print n's value, not n in error
     9        message.
     10
     112007-03-02 05:09  gb
     12
     13        * level-1/l1-processes.lisp: New process class: TTY-LISTENER.
     14       
     15        EXIT-INTERACTIVE-PROCESS: for most processes, just PROCESS-KILL.
     16        For TTY-LISTENER, call QUIT.
     17
     182007-03-02 05:08  gb
     19
     20        * level-1/l1-readloop-lds.lisp: Don't call QUIT on EOF, call
     21        EXIT-INTERACTIVE-PROCESS instead.
     22       
     23        Look at *QUIT-ON-EOF* when deciding what to do in response to EOF.
     24
     252007-03-02 05:06  gb
     26
     27        * lib/ccl-export-syms.lisp: Export *quit-on-eof*.
     28
     292007-03-02 05:06  gb
     30
     31        * lib/macros.lisp: WITH-MACPTRS: move initialization/modification
     32        of null pointers into body.
     33
     342007-03-02 05:05  gb
     35
     36        * lisp-kernel/x86-exceptions.c: Try to handle two more cases of
     37        consus-interruptus.
     38
     392007-03-02 05:05  gb
     40
     41        * compiler/nx0.lisp: (the <type> <constant>) transforms to
     42        <constant> if constant is of type <type>.)
     43       
     44        Do we need an ignore-errors here ? Or does <type> need to be
     45        defined ?
     46
     472007-03-02 05:03  gb
     48
     49        * compiler/X86/x862.lisp: Do the / * thing.
     50
     512007-03-02 05:02  gb
     52
     53        * compiler/X86/X8664/x8664-vinsns.lisp: things that do calls need
     54        :call attribute.
     55
    1562007-03-01 04:04  gb
    257
Note: See TracChangeset for help on using the changeset viewer.