AlexanderKhalmaktanov
601fdcc3e1
Russian: edited some strings in strings.xml file
Russian: Fixed the lines <string name="setting_default_pitch"> and <string name="espeak_pitch_range"> to eliminate confusion between pitch and intonation. The corrections are as close as possible to the Russian names of the corresponding parameters in the NVDA program.
4 months ago
Alexander Epaneshnikov
8941b0ef14
Add ArchLinux-like (#2121)
4 months ago
Dallo
d36a4e8a18
Add ArchLinux-like
4 months ago
Samuel Thibault
6854802380
Revert "Update fuzzing list after reverting TranslateClauseWithTerminator change"
This reverts commit fde71165f4
.
Now that TranslateClauseWithTerminator is fixed without breaking sk
numbers.
5 months ago
Samuel Thibault
f3b4112d29
TranslateClauseWithTerminator: fix overflowing number_buf (#2111)
5 months ago
Samuel Thibault
fde71165f4
Update fuzzing list after reverting TranslateClauseWithTerminator change
5 months ago
Samuel Thibault
a3c87bd6c3
Fix numbers for slovak (#2110)
5 months ago
Samuel Thibault
b3f9f1fd8d
addPluralSuffixes: Also add heading \0 (#2106)
5 months ago
Samuel Thibault
f6ec04a2fb
RemoveEnding: Watch against looking up before word (#2105)
5 months ago
Samuel Thibault
8a4150deb2
fuzz: Try to enable various voice variants
5 months ago
Samuel Thibault
c1967a56b7
Fix installing mbrola-en1 for fuzzing
5 months ago
Samuel Thibault
33c56b6dd6
Add missing mbrola dependency for fuzzing mb-en1
5 months ago
Samuel Thibault
0bf81b1dec
fuzzing: Update needswork list
5 months ago
Samuel Thibault
a7be9c7e59
TranslateClauseWithTerminator: Avoid unbound read of word array (#2104)
5 months ago
Samuel Thibault
d890919134
vi: Fix overflow due to lengthmod (#2103)
5 months ago
Samuel Thibault
2c0f19cab7
TranslateNumber: Take care of ph_out end (#2101)
5 months ago
Samuel Thibault
353debbd7f
DollarRule: Avoid overflow (#2100)
5 months ago
Samuel Thibault
5039756364
TranslateClauseWithTerminator: keep more room in num_wtab (#2099)
5 months ago
Samuel Thibault
eed83cd937
Fix dropping last byte of stdin input (#2098)
5 months ago
Samuel Thibault
6d5199d1b1
mbrola: Fix overflow (#2094)
5 months ago
Samuel Thibault
b5acaece43
dist CI: Also disable domain_host variation
It seems not supported in newer ubuntu 24.04 images.
5 months ago
Samuel Thibault
bf8d06c478
TranslateClauseWithTerminator: Look out for filling num_wtab (#2093)
5 months ago
Samuel Thibault
55114abcfc
dist CI: Disable user_group variation
It seems not supported in newer ubuntu 24.04 images.
5 months ago
Samuel Thibault
f1b3bdd29e
Fix storing crash/timeout fuzzing file
5 months ago
Samuel Thibault
b865bc8f95
LookupThousands, LookupNum3: Increase buffer size (#2092)
5 months ago
Samuel Thibault
e5b52dbd36
AppendPhonemes: Skip cleared item in phoneme_tab (#2091)
5 months ago
Samuel Thibault
fe53b1b29d
TranslateClauseWithTerminator: Also check against \0 (#2090)
5 months ago
Samuel Thibault
d57b907f0e
LookupLetter: Fix ph_buf3 buffer (#2089)
5 months ago
Samuel Thibault
91030d284e
MatchRule: Also check for \0 in dot backtracking (#2088)
5 months ago
Samuel Thibault
f76af837ca
IsLetterGroup: Also handle case when *word is already \0 (#2087)
5 months ago
Samuel Thibault
c1cdcfdcde
TranslateClauseWithTerminator: Add \0 head terminator (#2086)
5 months ago
Samuel Thibault
8afe77ba8e
Avoid underflowing ph_list3 (#2082)
5 months ago
Samuel Thibault
d7b26b545c
fuzzing: Enable espeak deterministic mode (#2078)
5 months ago
Samuel Thibault
57a836c126
Mark a few more languages as failing fuzzing
Apparently llvm-fuzzer is not completely deterministic
5 months ago
Samuel Thibault
1a13638b5e
update list of expected fuzzing failure
5 months ago
Samuel Thibault
15d5b71a97
fuzzing: Run all languages for now
It seems the infrastructure changed somehow, so the set of failing
languages changed.
5 months ago
Samuel Thibault
a5dc42e07a
MatchRule: Avoid unbound loop reading with utf8_in (#2077)
5 months ago
Samuel Thibault
ba96c5167b
Separate out fuzzing tests that are known to need some work
5 months ago
Samuel Thibault
992bf6edf6
libsonic: Fix support on big-endian archs (#2076)
5 months ago
Samuel Thibault
938fea0a93
klatt: Fix out-of-bound access (#2074)
5 months ago
Alexander Epaneshnikov
6f3cf69ad7
feat: add cmake options for cross compile (#2066)
Add cmake options and fix cross compile. it's not possible to compile
data when cross compile because the binaries are compiled into different
architecture
5 months ago
thewh1teagle
88e8ddb490
feat: add cmake options for cross compile
5 months ago
Samuel Thibault
96f0dbfbb2
compiledict: make rgroup_sorter not depend on allocator (#2071)
5 months ago
Samuel Thibault
114c87e9e7
Fix generating th_dict (#2070)
5 months ago
Samuel Thibault
de5caa9503
fuzz: Use main from libfuzzer (#2069)
5 months ago
Samuel Thibault
6dde3b8294
fuzz: Fix interfacing with LLVMFuzzer functions (#2068)
5 months ago
Samuel Thibault
0869820ca5
Fix looking for libclang_rt.fuzzer_no_main-*.a (#2063)
5 months ago
Alexander Epaneshnikov
4870adfa25
release 1.52.0 (#1688)
closes #2038
5 months ago
Alexander Epaneshnikov
e809effe8e
release 1.52.0
2 years ago
Rotem Dan
7ad80656e5
Add stress marks to phoneme events (#1700)
The implications of this are large for using eSpeak-ng as a phonemizer. It means that it's now possible to get accurate mappings between the phonemized word and the original word (up till now it was pretty much impossible). This is huge for many applications that use it as a side-tool.
5 months ago