From a4966c6104918ac884ee1131a4ed23c5ad6b4c5a Mon Sep 17 00:00:00 2001 From: Andreas Schwab Date: Thu, 31 Oct 2013 12:51:03 +0100 Subject: Fix parsing of 0e+0 as float --- ChangeLog | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 5673693..4b71c4a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2013-10-31 Andreas Schwab + + [BZ# 15917] + * stdio-common/vfscanf.c (_IO_vfwscanf): Handle leading '0' not + followed by 'x' as part of digit sequence. + * stdio-common/tst-sscanf.c (double_tests2): New tests. + 2013-10-31 Marc-Antoine Perennou [BZ #16037] -- cgit v1.1