~ chicken-core (chicken-5) b9fa5501284db3eb993bc73d3911996d60f04e96


commit b9fa5501284db3eb993bc73d3911996d60f04e96
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:17 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 e42566a8..f745b94b 100644
--- a/NEWS
+++ b/NEWS
@@ -17,6 +17,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