2165 Commits (94b127cf7a38e8d19c1ceea7e29c964fa3fb2da5)

Author SHA1 Message Date
  Valdis Vitolins c92e70183c ar: allow diacritics before normal letters as Arabic characters 7 years ago
  Valdis Vitolins 1cf7549392 Prepare Arabic letters using PrepareLetters() function 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
  Valdis Vitolins 9f0667de86 Part of issue #199 — extend .replace rule to allow using groups of characters 7 years ago
  Reece H. Dunn 4723b5be58 Unicode Emoji 11.0 Extended_Pictographic property support. 7 years ago
  Reece H. Dunn 22457d74b2 Unicode Emoji 11.0.0 7 years ago
  Reece H. Dunn 38f97db0ed Simplify the logic for Mc properties. 7 years ago
  Reece H. Dunn eafeaec26f Unicode Character Data 11.0.0 7 years ago
  Reece H. Dunn 91744ac171 Fix gcc 7.3.0 warnings in translate.c. 7 years ago
  Juho Hiltunen bafc8e0f24 Emoji: skip multi-word replacements. 7 years ago
  Valdis Vitolins 18eeefca19 Improve comments for character translation 7 years ago
  Valdis Vitolins dc0165821f Fix comments about conversion 7 years ago
  Valdis Vitolins bf3bb39fb0 Implementation for feature #489 7 years ago
  Valdis Vitolins 789d820ad4 shn: add support for Shan language from ronaldaug 7 years ago
  Valdis Vitolins f0321bfae7 ru: add only и to Y (iotated) letter group for Russian 7 years ago
  Valdis Vitolins c53141ff12 ru: issue #491 — add е, ї and є to list of iotated vowels 7 years ago
  Reece H. Dunn 55d001514e Don't print 'Bad rules data in ...' if there are no rules in the dictionary. 7 years ago
  Reece H. Dunn 0325a42374 Revert "wavegen.c: Fix -Wunused-but-set-variable warning." 7 years ago
  Reece H. Dunn df247b7cab Fix the ispunct ctype implementation. 7 years ago
  Samuel Thibault d844a47804 Make it possible to restart speech even when audio open failed once 7 years ago
  Samuel Thibault f75c5ccbe3 Fix out of bound access when buffer size is odd 7 years ago
  Juho Hiltunen 6d751c93bf wavegen.c: Fix -Wunused-but-set-variable warning. 7 years ago
  Juho Hiltunen f4aec775cf compiledata.c: Fix -Wunused-result warning. 7 years ago
  Reece H. Dunn eb8ced46e3 Don't treat words without alpha characters (e.g. emoji) as upper case. 7 years ago
  Juho Hiltunen dd7f788dcf remove unused ints testing and phoneme_change 7 years ago
  Juho Hiltunen 8904700ad3 remove unused wmark and all related code 7 years ago
  Juho Hiltunen cd35a6fd07 refactor setting tone_out in TranslateClause 7 years ago
  Juho Hiltunen b7c2ad604b refactor and remove redundant call to towlower2() 7 years ago
  Reece H. Dunn 5ebf5b8fa4 en: Fix several -er and -est words (e.g. wickeder, wickedest, brittlest). 7 years ago
  Reece H. Dunn d26fce3217 Be more specific in the missing --compile voice name, and fix punctuation. 7 years ago
  Reece H. Dunn 7c7081cb32 Handle the '--compile=' case when reporting a 'Voice name not specified' error. 7 years ago
  Juho Hiltunen fb175ec600 Print an error message if voice is not specified with --compile 7 years ago
  Reece H. Dunn 6d25013c94 CompileReport: Don't generate a report if there are no references. [msvc /analyze] 7 years ago
  Reece H. Dunn 36c29c479a LookupDict2: Check if flags is not null before setting it. [msvc /analyze] 7 years ago
  Reece H. Dunn 28f700e829 en: fix resignedly, manoeuvred, reckon, Frances (name), and sponging. 7 years ago
  Reece H. Dunn 9344dab0c3 Revert "maintainability: pass seq_len_adjust to LookupSpect() instead of using globals" 7 years ago
  Reece H. Dunn 566e904b33 LookupDict2: Fix searching entries longer than 128 7 years ago
  Juho Hiltunen 839f727a24 headers: move WordToString() to synthesize.h 7 years ago
  Juho Hiltunen 9174a2045e maintainability: remove unused externs 7 years ago
  Juho Hiltunen f0c345eb6a maintainability: pass n_ph_list2 and ph_list2 to MakePhonemeList() and SubstitutePhonemes() instead of using globals 7 years ago
  Juho Hiltunen d08b8e43ca maintainability: pass seq_len_adjust to LookupSpect() instead of using globals 7 years ago
  Juho Hiltunen b23e8a7269 maintainability: pass Translator as to towlower2() instead of using a global 7 years ago
  Reece H. Dunn b7a8751f4d Remove a redundant comment -- history is available in git. 7 years ago
  Juho Hiltunen f73ebfd126 maintainability: pass current_alphabet as argument to TranslateLetter() instead of using global 7 years ago
  Juho Hiltunen d196d93ed5 maintainability: move variables to files where they are used, allowing removal of unnecessary extern declarations 7 years ago
  Juho Hiltunen 1bad240de8 maintainability: remove some unused variables and unnecessary extern declarations 7 years ago
  Juho Hiltunen c4ec7bfe34 remove option_phoneme_variants that is never set and always evaluates true 7 years ago
  Juho Hiltunen 7ee0d7905c remove unused int option_tone2 7 years ago