143 Commits (c92f7b7bfec0d80a3e5412c7e0d8a6a134803c06)

Author SHA1 Message Date
  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 2 years ago
  Juho Hiltunen 5e7c105723 code cleanup: move TranslateLetter() and others to translateword.c 2 years ago
  Juho Hiltunen fb06936c51 code cleanup: start moving translateWord3() to a new source file. 2 years ago
  Juho Hiltunen c4be2c90ad code cleanup: remove irrelevant comment 2 years ago
  Juho Hiltunen 54963ebee2 code cleanup: remove unused int prev_clause_pause 2 years ago
  Juho Hiltunen a161118976 code cleanup: move lookupwchar2 to readclause.c 2 years ago
  Samuel Thibault 4412de57fd Fix number processing buffer overflow fix 2 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". 3 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
  Reece H. Dunn 4fbcda9c2a FindReplacementChars: Use an nc (next character) variable. 7 years ago
  Reece H. Dunn cacc212d4b FindReplacementChars: Rename uc to fc. 7 years ago
  Reece H. Dunn a9d4bdd7f7 Make ignore_next into ignore_next_n to support ignoring multiple next characters. 7 years ago
  Reece H. Dunn 252f5772ae Simplify printing the replace message. 7 years ago
  Reece H. Dunn 55c64036e0 Use UTF-8 strings in replace rules, instead of a packed UTF-16 pair. 7 years ago
  Reece H. Dunn 424f705525 Revert the new (broken) replacement rule logic. 7 years ago
  Reece H. Dunn 801a8d197c TranslateChars: Supress an unsigned to signed cast 7 years ago
  Valdis Vitolins 64d5701e5e Remove unused word_flags parameter 7 years ago
  Valdis Vitolins 3b51ebf617 Remove previous implementation of .replace rule 7 years ago