mirror of
https://gitlab.com/embeddable-common-lisp/ecl.git
synced 2025-12-06 02:40:26 -08:00
tpl: repl and debugger use only *query-io* and *debug-io*
This commit is contained in:
parent
5b5e52601d
commit
4a49130ad5
2 changed files with 193 additions and 207 deletions
|
|
@ -38,6 +38,9 @@
|
|||
- ~MAKUNBOUND~ makes unbound the current variable binding instead of a
|
||||
global value.
|
||||
- Fix potential deadlock in synchronized hash tables during rehashing.
|
||||
- All REPL I/O is performed through ~*QUERY-IO*~ and all debugger I/O is
|
||||
performed through ~*DEBUG-IO*~, while ~*STANDARD-OUTPUT*,
|
||||
~*STANDARD-INPUT*~ and ~*ERROR-OUTPUT*~ are left for the user
|
||||
|
||||
* 24.5.10 changes since 23.9.9
|
||||
** Announcement
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue