~ chicken-core (chicken-5) 2f1cb148a9cedab9e56c3a0043264e3fea20dd18
commit 2f1cb148a9cedab9e56c3a0043264e3fea20dd18
Author: Peter Bex <peter@more-magic.net>
AuthorDate: Fri Aug 4 12:19:38 2017 +0200
Commit: Peter Bex <peter@more-magic.net>
CommitDate: Sat Aug 5 15:42:49 2017 +0200
Add #1344 fix to master NEWS for 4.12.1; this bug affects 4.12.0 as well
diff --git a/NEWS b/NEWS
index 73dfb8fc..a7622b9b 100644
--- a/NEWS
+++ b/NEWS
@@ -115,6 +115,8 @@
in other words, it always returns #t (thanks to Moritz Heidkamp)
- Unit srfi-4: Fixed typo that broke SRFI-17 generalised set! syntax
on s8vectors (thanks to Kristian Lein-Mathisen).
+ - Large literals no longer crash with "invalid encoded numeric literal"
+ on mingw-64 (#1344, thanks to Lemonboy).
- Syntax expander
- Renaming an identifier twice no longer results in an undo of the
Trap