Samuel Thibault
4412de57fd
Fix number processing buffer overflow fix
This first reverts "Fix number_buf buffer overflow"
(commit ada93e2db0
)
This for loop is apparently actually expected to to skip over NUL
characters.
Fixes #1302
Instead, this limits number processing to 32 digits, as break_numbers does
not support more and would provide bogus result with further digits.
Also fix the signedness of break_numbers so that the 32th bit
actually effectively works.
2 years ago
Valdis Vitolins
29dfc18a2f
Update changelog
2 years ago
Valdis Vitolins
5e37c68c0f
lv: add ordinal numbers
2 years ago
Valdis Vitolins
6063f7166b
Update changelog
2 years ago
Valdis Vitolins
66345ba9ea
Merge pull request #1303
2 years ago
Andiv06
958fb25591
Update Kyrgyz
2 years ago
Valdis Vitolins
c706e2f617
Merge pull request #1298
2 years ago
Valdis Vitolins
de874ee3e8
There is no documented/needed of suffix for cardinal numbers
2 years ago
Samuel Thibault
cbb2b32cb1
mb-fr*-en: Give separate names
Otherwise if e.g. only mbrola-fr4 is installed, when the application tries
to load voice en-french, it actually ends up trying to load mb-fr1-en.
2 years ago
Andiv06
e322584a14
Update Nogai
2 years ago
Bill Dengler
bc1e1a597c
Fix pronunciation of Aira
2 years ago
Quin
97414c47b9
Fixed typo in dictionary documentation.
2 years ago
Valdis Vitolins
5891514b17
Describe contribution quality rules in more details
2 years ago
Valdis Vitolins
7ffb18e46a
Update changelog
2 years ago
Valdis Vitolins
c632c8e518
Merge pull request #1296
2 years ago
Valdis Vitolins
7e100fcc52
Update changelog
2 years ago
Valdis Vitolins
ca465c4c9e
Merge pull request #1294
2 years ago
boracasli98
b37abb2e74
Nogai updated
2 years ago
Andiv06
fdf2ada8f5
Fix numbers for Nogai
2 years ago
FelipeZanabria
72f3de50c7
Added Reed variant
This variant sounds consistent and similar to Reed voice, found on Eloquence
2 years ago
Valdis Vitolins
9ff04634d3
Update changelog
2 years ago
Valdis Vitolins
4abb964a81
Merge pull request #1284
2 years ago
Valdis Vitolins
ff0f9c2045
Update changelog
2 years ago
Valdis Vitolins
5f012dc58c
Merge pull request #1280
2 years ago
Andiv06
d7596e1857
Fix Numbers
2 years ago
Alexander Epaneshnikov
875fdd57f3
Merge pull request #1283 from codeofdusk/mto-update-changes
Update changelog for mto
2 years ago
Bill Dengler
c31371beb7
Update changelog for mto
2 years ago
Andiv06
d22a72a0b2
Update Guarani
2 years ago
Valdis Vitolins
8ef73099ac
Update changelog
2 years ago
Andiv06
347495c176
Update for Turkmen language
2 years ago
Valdis Vitolins
1926ac70fb
Merge pull request #1251
2 years ago
Valdis Vitolins
9df50ecf36
Update changelog
2 years ago
ronaldaug
cf7aa62ce0
add l02 for vowels, keep tones always behind vowels
2 years ago
Valdis Vitolins
f85e93fd65
Merge pull request #1260
2 years ago
Valdis Vitolins
1f87b3944c
Merge pull request #1257
2 years ago
Valdis Vitolins
904bb0f9dc
Merge pull request #1255
2 years ago
Valdis Vitolins
9373d64d4c
Merge pull request #1254
2 years ago
Valdis Vitolins
0954b24c8c
Merge pull request #1248
2 years ago
Dekedro
b841a70717
Remove BOM from files (#1274)
2 years ago
Samuel Thibault
c7cf819df7
Add .. test
Ref #1271
2 years ago
Bill Dengler
c8a0d6fb6d
Fix schengen
2 years ago
Gurbuzguven
51e49a9448
Improve the pronunciations of "î" and "â"
Fixes #1241
2 years ago
Quin
5018b423ed
Add new variant: Ian.
2 years ago
Quin
150d401bb8
Up[date Robosoft 2 to fit more with the rest of the Robosoft voices
2 years ago
Samuel Thibault
21ea0ac960
Do not stop if we do not have a dictsource for the language
3 years ago
Samuel Thibault
76cb4ee1e3
fuzzing: Update voice list
3 years ago
Samuel Thibault
ecec635b44
Cope with truncated utf8 input
3 years ago
Samuel Thibault
53348c5118
Avoid match1.del_fwd getting stale value
3 years ago
Samuel Thibault
60767a41c0
Avoid buffer underflow
3 years ago
Samuel Thibault
ada93e2db0
Fix number_buf buffer overflow
3 years ago