-
-
Notifications
You must be signed in to change notification settings - Fork 83
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Clear buffered input when a reader raise an error
so that subsequent read won't be confused. #1078
- Loading branch information
Showing
2 changed files
with
9 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,8 @@ | ||
2024-11-07 Shiro Kawai <[email protected]> | ||
|
||
* lib/gauche/interactive/editable-reader.scm (make-editable-reader): | ||
Clear buffered input when a reader raise an error, so that | ||
subsequent read won't be confused. | ||
* src/gauche.h (SCM_CHAR_MAX): Change SCM_CHAR_MAX to 0x10ffff. | ||
We intentionally took wider range for the room of extension, | ||
but now that internal encoding is fixed to utf-8 and more | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters