From: Rich Felker Date: Fri, 15 Jul 2011 02:11:00 +0000 (-0400) Subject: fix various bugs in new integer parser framework X-Git-Url: http://nsz.repo.hu/git/?p=musl;a=commitdiff_plain;h=47d027ee1a44829819c345287623fe75374893ab;hp=47d027ee1a44829819c345287623fe75374893ab;ds=inline fix various bugs in new integer parser framework 1. my interpretation of subject sequence definition was wrong. adjust parser to conform to the standard. 2. some code for handling tail overflow case was missing (forgot to finish writing it). 3. typo (= instead of ==) caused ERANGE to wrongly behave like EINVAL ---