Log Message: |
Within FSFS, replace the use of svn__strtol with a variant that
provides overflow detection. FSFS needs a locale-independent
and preferrably quick number parser.
This is to eventually get rid of svn__strtol.
* subversion/libsvn_fs_fs/id.c
(fast__strtol): New local function, mainly taken form string.c
but with overflow checks and state return added.
(part_parse,
txn_id_parse,
svn_fs_fs__id_parse): Update callers.
|