103 Commits (2fb981855b9be2e001801be9ec368749d66e637c)

Author SHA1 Message Date
  agonzalezd 2fb981855b eu: Updated Basque phonetics and stress rule 3 years ago
  Juho Hiltunen 389ce6b738 code cleanup: remove unused FLAG_HYPHENATED and related code. 4 years ago
  Juho Hiltunen 0cf3ee564c Code cleanup: remove param2 from langopts and rename keyword option in language files. 4 years ago
  freddii 61efed30fa fixed spelling mistakes 4 years ago
  Juho Hiltunen ee944700f8 code cleanup: Check all local includes with include-what-you-use 4 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 c6ac526847 When printing phonemes, don't add a space at the start of a sentence or clause. 6 years ago
  Reece H. Dunn 55c64036e0 Use UTF-8 strings in replace rules, instead of a packed UTF-16 pair. 6 years ago
  Reece H. Dunn 0e91fcbc04 Don't use pw when reading the replacement data. 6 years ago
  Reece H. Dunn 424f705525 Revert the new (broken) replacement rule logic. 6 years ago
  Valdis Vitolins 9f0667de86 Part of issue #199 — extend .replace rule to allow using groups of characters 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 5ebf5b8fa4 en: Fix several -er and -est words (e.g. wickeder, wickedest, brittlest). 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 566e904b33 LookupDict2: Fix searching entries longer than 128 7 years ago
  Reece H. Dunn b7a8751f4d Remove a redundant comment -- history is available in git. 7 years ago
  Juho Hiltunen c4ec7bfe34 remove option_phoneme_variants that is never set and always evaluates true 7 years ago
  Reece H. Dunn dfe66289c8 Don't set final_ph2 to before phonetic in the stack if ix=1. 7 years ago
  Reece H. Dunn 7dad0dfd40 Prevent TranslateRoman reading stack data from Lookup. 7 years ago
  Reece H. Dunn b24db06a84 Copy name to tr->dictionary_name if not equal 7 years ago
  Reece H. Dunn b60d2452c3 Copy name in LoadDictionary if not dictionary_name 7 years ago
  Juho Hiltunen 231a1d0944 headers: add new file dictionary.h with declarations of functions in dictionary.c 7 years ago
  Juho Hiltunen cd991bd2c9 headers: add new file numbers.h with declarations of functions in numbers.c 7 years ago
  Juho Hiltunen 07160f9286 headers: add new file synthdata.h with declarations of functions in synthdata.c 7 years ago
  Juho Hiltunen 706df97b20 headers: add new file readclause.h with declarations of functions in readclause.c 7 years ago
  Juho Hiltunen 30ad5c39f6 move struct MatchRecord to dictionary.c since it's the only file that uses it 7 years ago
  Juho Hiltunen 78749f14f8 readability fix: use boolean instead of 0 and 1 for loop control 7 years ago
  Juho Hiltunen da287fb851 Unify terminology for stress 7 years ago
  Juho Hiltunen 88315250ff readability fix: use boolean instead of 0 and 1 for loop control 7 years ago
  Juho Hiltunen afb4fe75e2 fi: fix behaviour of S_2_TO_HEAVY (adding secondary stress) 7 years ago
  Reece H. Dunn 50a2d8e291 Revert "Use strcpy instead of memcpy+strlen." 7 years ago
  Reece H. Dunn 7f42e0aaca compiledict.c: Fix -Wmissing-prototypes warnings. 7 years ago
  Reece H. Dunn 74f9f5e34b wavegen.c: Fix -Wmissing-prototypes warnings. 7 years ago
  Reece H. Dunn 119c200e00 Use strcpy instead of memcpy+strlen. 7 years ago
  Reece H. Dunn a2f751044c Remove unused letter assignment in MatchRule. 7 years ago
  Reece H. Dunn ecdff298b0 last_letter in MatchRule is not used. 7 years ago
  Reece H. Dunn 8a777385a8 Use wflags to access wtab->flags in LookupDict2. 7 years ago
  Reece H. Dunn e6ea8fabea Initialise ending in RemoveEnding. 7 years ago
  Reece H. Dunn 988db184ea Prevent invalid access to word in LookupDictList. 7 years ago
  Reece H. Dunn 22270bd259 Fix reading hash table entries > 128. 7 years ago
  Reece H. Dunn 921229259d Use int to store the value from GetFileLength. 7 years ago
  Reece H. Dunn 48ca2239bb Fix non-Latin character languages falling back to English when reading Latin characters. 8 years ago
  Reece H. Dunn 2f8f125c68 Remove voice/language support for alphabet2. 8 years ago
  Reece H. Dunn 9af96da469 Make the encoding.h API public. 8 years ago
  Reece H. Dunn 8749891069 Better specify the CLAUSE_ flags returned by ReadClause. 8 years ago
  Reece H. Dunn 7c16ac543c Use the text decoder API in readclause.c. 8 years ago
  Reece H. Dunn d5d93be00e Group the LookupMnem API implementations into mnemonics.c. 8 years ago
  Reece H. Dunn 5975f07095 Replace the *2 wchar/wctype APIs with their standard versions. These will be fixed using compatibility headers. 8 years ago