154 Commits (6c0621605b416f7c51cb55c4b0c21144d957a072)

Author SHA1 Message Date
  Yury Popov 2929b9e199
code cleanup: use statics and consts when possible 2 years ago
  Yury Popov 3da51991f8
code cleanup: reduce global externs 2 years ago
  Yury Popov 7ba91ef178
Allow <break> at the beginning of SSML 2 years ago
  Juho Hiltunen fa575b54cb cleanup: fix knownConditionTrueFalse code smells 2 years ago
  Juho Hiltunen 39ea6e3a90 cleanup: reduce variable scopes in translate.c 2 years ago
  Juho Hiltunen ef1b562714 cleanup: remove code duplication by using SetPlist2() 2 years ago
  Juho Hiltunen 319ce7b09f cleanup: refactor duplicate loops to CalcWordLength(). 2 years ago
  Juho Hiltunen 139eef57d2 cleanup: refactor checking for _^_ to function SwitchLanguage() 2 years ago
  Juho Hiltunen e2862bbc51 cleanup: refactor checking FLAG_COMBINE into a function 2 years ago
  Juho Hiltunen 4d70ceceb5 Remove LOPT_IT_DOUBLING and delete unused functionality. 2 years ago
  Cameron Wong 45f25b5564 Fix dictionary_skipwords bug. It should be injected when re-structing method TranslateWord3. 2 years ago
  Juho Hiltunen 4a9f0e21be code cleanup: move Is*() helper functions to common.c 2 years ago
  Juho Hiltunen ac3b9f6199 code cleanup: move utf8_* functions. 2 years ago
  Juho Hiltunen 47b1b5baeb code cleanup: move TranslateWord3() and others o translateword.c 3 years ago
  Juho Hiltunen 5e7c105723 code cleanup: move TranslateLetter() and others to translateword.c 3 years ago
  Juho Hiltunen fb06936c51 code cleanup: start moving translateWord3() to a new source file. 3 years ago
  Juho Hiltunen c4be2c90ad code cleanup: remove irrelevant comment 3 years ago
  Juho Hiltunen 54963ebee2 code cleanup: remove unused int prev_clause_pause 3 years ago
  Juho Hiltunen a161118976 code cleanup: move lookupwchar2 to readclause.c 3 years ago
  Samuel Thibault 4412de57fd Fix number processing buffer overflow fix 3 years ago
  Samuel Thibault ecec635b44 Cope with truncated utf8 input 3 years ago
  Samuel Thibault ada93e2db0 Fix number_buf buffer overflow 3 years ago
  Samuel Thibault 1da9ad10e8 Add tertiary translator 3 years ago
  Samuel Thibault f4133364d1 Add more const qualifiers 3 years ago
  Samuel Thibault 3b009398c9 Add missing stresslevel field initialization 3 years ago
  Samuel Thibault 24e1eaa0cc Mark static arrays undefined when they are reused 3 years ago
  Samuel Thibault 5087b05c52 Mark re-used "source" array as undefined 3 years ago
  Samuel Thibault f1ce2ec423 Mark re-used ph_list2 array as undefined 3 years ago
  Samuel Thibault 7f1222c6ad Properly maintain margin in ph_list2 3 years ago
  Samuel Thibault 26a675543c Properly maintain margin in ph_list2 3 years ago
  Samuel Thibault 7b9c99cec7 Add more heading margin in TranslateClause 3 years ago
  Samuel Thibault 005a590786 addPluralSuffixes: Use space as heading separator 3 years ago
  Samuel Thibault 5ae18f9d4a Properly maintain margin in ph_list2 3 years ago
  Samuel Thibault eb512f66e1 Add more heading margin in TranslateClause 3 years ago
  Juho Hiltunen d80f1a80a2 Use ESPEAKNG_DEFAULT_VOICE instead of hard coded "en". 4 years ago
  Juho Hiltunen 863655903a code cleanup: move SetLengthMods to setlengths.c 4 years ago
  Juho Hiltunen 6a43f8c984 code cleanup: remove dead code for Divehi (dv) 4 years ago
  freddii 61efed30fa fixed spelling mistakes 4 years ago
  Juho Hiltunen 5f1a4f9cbd Revert "maintainability: pass n_ph_list2 and ph_list2 to MakePhonemeList() and SubstitutePhonemes() instead of using globals" 4 years ago
  Juho Hiltunen aafa55cbbc code cleanup: remove unnecessary code related to LOPT_CAPS_IN_WORD 4 years ago
  Juho Hiltunen 0352616de9 code cleanup: remove ununsed ctrl_embedded 5 years ago
  Juho Hiltunen ee944700f8 code cleanup: Check all local includes with include-what-you-use 5 years ago
  BenTalagan 0d37ecbf94 Added additional tests in translate.c 5 years ago
  Reece H. Dunn 4aaef4c3e0 Fix additional warnings with addPluralSuffixes. 5 years ago
  Valdis Vitolins f514bbcc8d Fix 'implicit declaration of function ‘addPluralSuffixes’' C99/clang error 5 years ago
  Valdis Vitolins cf4809a1e5 Fix bug #706: pronunciation error with abbreviations followed by 's 5 years ago
  BenTalagan 9fd480afbf Fixing typos and naming 5 years ago
  BenTalagan 94677f4af8 Rule alignment fixes for non compliant platforms / Fix for emscripten demo 5 years ago
  Reece H. Dunn 86bbc257b0 Support matching any length strings in the replacement rules. 7 years ago
  Reece H. Dunn 98e9122dfc FindReplacementChars: Pass in the source buffer (next characters) instead of next_in. 7 years ago