89 Commits (021526a47746e1a27e6cbe637dfb89e7ee5c0b0f)

Author SHA1 Message Date
  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. 8 years ago
  Reece H. Dunn 74f9f5e34b wavegen.c: Fix -Wmissing-prototypes warnings. 8 years ago
  Reece H. Dunn 119c200e00 Use strcpy instead of memcpy+strlen. 8 years ago
  Reece H. Dunn a2f751044c Remove unused letter assignment in MatchRule. 8 years ago
  Reece H. Dunn ecdff298b0 last_letter in MatchRule is not used. 8 years ago
  Reece H. Dunn 8a777385a8 Use wflags to access wtab->flags in LookupDict2. 8 years ago
  Reece H. Dunn e6ea8fabea Initialise ending in RemoveEnding. 8 years ago
  Reece H. Dunn 988db184ea Prevent invalid access to word in LookupDictList. 8 years ago
  Reece H. Dunn 22270bd259 Fix reading hash table entries > 128. 8 years ago
  Reece H. Dunn 921229259d Use int to store the value from GetFileLength. 8 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
  Valdis Vitolins 17168a5669 More proper fix for issue #196 8 years ago
  Valdis Vitolins 872433d62c Fix for Jump rule to allow no letters in between current and pre/post (literal letter/letter group) 8 years ago
  Valdis Vitolins 41f29f3e87 Fix for issue #196 Word end mark _ doesn't work properly with ~ character group 8 years ago
  Reece H. Dunn 71c010b712 Remove unused wchar.h and wctype.h includes. 8 years ago
  Valdis Vitolins af7fc1b657 Issue #199 Jump statement now supports letter groups 8 years ago
  Valdis Vitolins b2057635c4 PRE jump rule e.g. 'xyJ)' implemented 8 years ago
  Valdis Vitolins 29f0b673ee Updated comments for POST jump rule 8 years ago
  Valdis Vitolins 6bd656cf4a Limit search for jump POST rule to null byte for last word in sentence 8 years ago
  Valdis Vitolins 7ad277e39e Fixed typo 8 years ago
  Valdis Vitolins 059543ceb0 Fix for issue #195 Different non-Latin diacritized consonants are wrongly considered as one doubled 8 years ago
  Reece H. Dunn 2ccaa7f002 Improve the IsLetterGroup comments. 8 years ago
  Reece H. Dunn af1fae46de Fix formatting of the previous changes to match style guidelines. 8 years ago
  Valdis Vitolins a621ad46e7 Implementation for issue #155 8 years ago
  Rui Batista 7b82e39793 Make strcpy calls in load dictionary copy at most 40 bytes so clang __strcpy_check does not get triggered (possible buffer overflow?) 9 years ago
  Valdis Vitolins 76ac24fbe4 Fixed TODO comment removed 9 years ago
  Valdis Vitolins 92eae4f322 Updates for issue #103 Maximum group number which works is actually 62 9 years ago
  Valdis Vitolins dde9872eb7 Fix for issue #103 Maximum group number which works is actually 62 9 years ago
  Ondřej Lysoněk 3817ee1e16 Moved speak_lib.h to espeak-ng directory 9 years ago
  Valdis Vitolins 252c894e59 Issue espeak-ng/espeak-ng#120 9 years ago
  chrislm 80da24bec7 Removed lengthen penultimate stressed vowels from dictionary.c lines 1469-1475. (See #80). 9 years ago