680 Commits (39b8768a791bb168e7027b10402560eb9bcda3c5)

Author SHA1 Message Date
  Reece H. Dunn 6d168ead22 fifo.c: Fix -Wmissing-prototypes warnings. 8 years ago
  Reece H. Dunn 977c85ad6e Enable and fix -Wunused-but-set-variable warnings. 8 years ago
  Reece H. Dunn d89fa59bed Enable and fix -Wunused-variable warnings. 8 years ago
  Reece H. Dunn 6d9bb7ef17 Enable and fix -Wunused-parameter warnings. 8 years ago
  Reece H. Dunn dd3df1d0a8 Enable and fix -Wunused-function warnings. 8 years ago
  Reece H. Dunn 7f5914c0de Don't ignore ZWJ characters. 8 years ago
  Reece H. Dunn 2442dd05ae Document the ignored characters in tr_languages.c. 8 years ago
  Reece H. Dunn 119c200e00 Use strcpy instead of memcpy+strlen. 8 years ago
  Reece H. Dunn 4b4da73558 mbrowrap: fix building on Windows. 8 years ago
  Reece H. Dunn df7e9a23e1 Ensure that flags in the syllables are initialised. 8 years ago
  Reece H. Dunn 57108e1ed7 Add n_points guards in the LoadEnvelope2 loop. 8 years ago
  Reece H. Dunn 4a882e21d3 Don't update env_x/y if no points were read. 8 years ago
  Reece H. Dunn 19b2bebc02 Don't save an intonation if it was not found. 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
  Anthony Cornehl 897fad64c1 Remove definitions for towlower/towupper 8 years ago
  Reece H. Dunn c8f83c6b1f Add ucd/ucd.h to readclause.c, to fix building on Android. 8 years ago
  Reece H. Dunn 8585b0b47d Fix the return status code from Synthesize when the voices cannot be found. 8 years ago
  Reece H. Dunn 882c2651e1 Fix setting the default voice from espeak_SetVoiceByProperties. 8 years ago
  Reece H. Dunn 16bea7fd0f Don't crash in LoadVoice if langopts is NULL. 8 years ago
  Reece H. Dunn cec0e773a4 Remove the tokenizer code. This is not currently used, and should be designed from espeak's behaviour. 8 years ago
  Reece H. Dunn 22270bd259 Fix reading hash table entries > 128. 8 years ago
  Reece H. Dunn ebfa320956 Fix storing the line length in the hash chain. 8 years ago
  Reece H. Dunn e7ac4b819d hash_counts is never used, so remove it. 8 years ago
  Reece H. Dunn 921229259d Use int to store the value from GetFileLength. 8 years ago
  Reef Turner 0994206f71 address buffer overrun when dict listx file has no trailling newline 8 years ago
  yorkie 949de3f80f build: fix duplicated symbol when linking 8 years ago
  Reece H. Dunn 2a00ca79f6 Increase dict_line to support long emoji entries. 8 years ago
  Reece H. Dunn d5d980862e Guard against overflowing the dict_line bounds when compiling dictionary files. 8 years ago
  Reece H. Dunn 416bc66dca Fix pronouncing replacement text that is dependent on start of word rules. 8 years ago
  Reece H. Dunn 7accbcd498 Only update the sample rate if the mbrola voice was successfully loaded. 8 years ago
  Reece H. Dunn e41a78d819 Report the actual error from LoadMbrolaTable when loading the mbrola voice. 8 years ago
  Reece H. Dunn 8dde51ca87 Remove the now unused emoji_zwj specifier. 8 years ago
  Reece H. Dunn fbd2e679fc Don't crash if loading the default voice fails. 8 years ago
  Reece H. Dunn dced9f58fd Clean up the decoder memory in espeak_Terminate. 8 years ago
  Reece H. Dunn 63e2826753 Ensure that the old translator is not used after calling espeak_Terminate. 8 years ago
  Reece H. Dunn ae6116bf97 Fix calling espeak_Synth without first setting a voice, with tests. 8 years ago
  Reece H. Dunn 6ab1314843 Move outbuf_size to where it is actually used. 8 years ago
  Reece H. Dunn 9fc2efb1fa Don't re-initialize my_audio if espeak_ng_InitializeOutput is called multiple times. 8 years ago
  Reece H. Dunn ee07eaa733 Support capitalized words in text-based replacements. This is important in languages like German that differentiate pronunciation on case. Even English does this (e.g. Polish/polish). 8 years ago
  Reece H. Dunn 7e85b36b4d en: (emoji) -- Unicode Emoji 4.0 (Emoji Roles) 8 years ago
  Valdis Vitolins aea34ae5d9 Issue #100 Manipuri: Fix for wrongly pronounced numbers 8 years ago
  chrislm 3b0771df5a Decimal numbers in Spanish 8 years ago
  Reece H. Dunn dcc43bc30a Support _emoji dictionary lists for symbol and emoji pronunciations. 8 years ago
  Reece H. Dunn fe14c83372 Support multi-word text replacements in dictionary list files. 8 years ago
  Reece H. Dunn 05cab4f2dc Extend compile_line to include pronunciation data after a space (e.g. multi-word pronunciation replacements). 8 years ago
  Reece H. Dunn 48ca2239bb Fix non-Latin character languages falling back to English when reading Latin characters. 8 years ago