Behdad Esfahbod
|
3860326688
|
[subset-cff] Write loop more idiomatic
|
2022-11-27 13:23:13 -07:00 |
David Corbett
|
f9d48150e1
|
Regenerate files using Ragel
|
2022-08-27 15:39:39 -04:00 |
Behdad Esfahbod
|
351cccdb75
|
[buffer-deserialize] Deserialize glyph flags
Fixes https://github.com/harfbuzz/harfbuzz/issues/1482
|
2022-07-01 16:52:49 -06:00 |
Ebrahim Byagowi
|
2cc78a58c3
|
[number] minor
|
2020-05-11 15:56:54 +04:30 |
Ebrahim Byagowi
|
dca8ba6b6d
|
[number] Make hb_parse_double simpler now that we don't have to mimic strtod
|
2020-05-10 21:49:00 +04:30 |
Ebrahim Byagowi
|
1cd14b40e7
|
minor, update ragel generated hb-number-parser.hh
|
2020-04-21 14:42:20 +04:30 |
Behdad Esfahbod
|
c37100e7d9
|
Clean up math.h and float.h includes
|
2020-04-18 16:02:55 -07:00 |
Ebrahim Byagowi
|
a46ba770ab
|
[number] minor
|
2020-02-22 17:15:06 +03:30 |
Ebrahim Byagowi
|
4905a2198b
|
[number] Add static to hb-number-parser.hh functions
|
2019-09-09 13:14:42 +04:30 |
Ebrahim Byagowi
|
30e5cdfbf1
|
[number] Optimize _pow10 constants (#1963)
|
2019-09-09 00:28:16 +04:30 |
Ebrahim Byagowi
|
39cf8e21be
|
[number] Add overflow checks used to be done in parse_bcd
Which were removed in 1083df8
|
2019-09-07 15:27:30 +04:30 |
Ebrahim Byagowi
|
47d82713a1
|
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.
|
2019-09-07 15:02:52 +04:30 |