Changeset 5980
- Timestamp:
- Mar 2, 2007, 4:20:04 AM (18 years ago)
- File:
-
- 1 edited
-
trunk/ccl/ChangeLog (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ccl/ChangeLog
r5969 r5980 1 2007-03-02 05:10 gb 2 3 * level-1/l1-application.lisp: Toplevel function: initial-listener 4 class is 'TTY-LISTENER. 5 6 2007-03-02 05:09 gb 7 8 * level-1/l1-lisp-threads.lisp: Print n's value, not n in error 9 message. 10 11 2007-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 18 2007-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 25 2007-03-02 05:06 gb 26 27 * lib/ccl-export-syms.lisp: Export *quit-on-eof*. 28 29 2007-03-02 05:06 gb 30 31 * lib/macros.lisp: WITH-MACPTRS: move initialization/modification 32 of null pointers into body. 33 34 2007-03-02 05:05 gb 35 36 * lisp-kernel/x86-exceptions.c: Try to handle two more cases of 37 consus-interruptus. 38 39 2007-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 47 2007-03-02 05:03 gb 48 49 * compiler/X86/x862.lisp: Do the / * thing. 50 51 2007-03-02 05:02 gb 52 53 * compiler/X86/X8664/x8664-vinsns.lisp: things that do calls need 54 :call attribute. 55 1 56 2007-03-01 04:04 gb 2 57
Note:
See TracChangeset
for help on using the changeset viewer.
