|
2cc78a58
|
2020-05-11T15:56:54
|
|
[number] minor
|
|
dca8ba6b
|
2020-05-10T16:57:45
|
|
[number] Make hb_parse_double simpler now that we don't have to mimic strtod
|
|
6d5e8e5e
|
2020-04-21T14:38:09
|
|
minor
following to c37100e7d
|
|
a46ba770
|
2020-02-22T17:15:00
|
|
[number] minor
|
|
4905a219
|
2019-09-09T12:36:12
|
|
[number] Add static to hb-number-parser.hh functions
|
|
30e5cdfb
|
2019-09-09T00:28:16
|
|
[number] Optimize _pow10 constants (#1963)
|
|
39cf8e21
|
2019-09-07T15:27:30
|
|
[number] Add overflow checks used to be done in parse_bcd
Which were removed in 1083df8
|
|
47d82713
|
2019-09-06T20:33:10
|
|
Replace strtod with a ragel implementation
Use a ragel based number parser when strtod_l couldn't be found
as libc's strtod may is locale sensetivity which we need to not.
|