Skip to content
Snippets Groups Projects
Commit b6c2ecd7 authored by rtoy's avatar rtoy
Browse files

Update from logs.

parent b5bcd12f
No related branches found
No related tags found
No related merge requests found
...@@ -65,6 +65,13 @@ New in this release: ...@@ -65,6 +65,13 @@ New in this release:
independent of what the loop might do to the loop counter. independent of what the loop might do to the loop counter.
- Printing of circular objects using logical-blocks is handled - Printing of circular objects using logical-blocks is handled
better. better.
- SET-SYNTAX-FROM-CHAR copies the entire dispatch table of
reader macro functions if necessary.
- SET-SYNTAX-FROM-CHAR handles single-escape, multiple-escape
and # characters correctly now.
- When CLOSE'ing a file with :ABORT, don't delete the file,
unless we renamed it. This preserves any and all changes to
the file, instead of deleting it.
* Numerous bugfixes: * Numerous bugfixes:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment