2165 Commits (94b127cf7a38e8d19c1ceea7e29c964fa3fb2da5)

Author SHA1 Message Date
  Samuel Thibault ecec635b44 Cope with truncated utf8 input 2 years ago
  Samuel Thibault 53348c5118 Avoid match1.del_fwd getting stale value 2 years ago
  Samuel Thibault 60767a41c0 Avoid buffer underflow 2 years ago
  Samuel Thibault ada93e2db0 Fix number_buf buffer overflow 2 years ago
  Samuel Thibault 482ee1da05 Add missing check for EOF 3 years ago
  Samuel Thibault f60a27a7cd Do not overflow ph_buf 3 years ago
  Samuel Thibault 1da9ad10e8 Add tertiary translator 3 years ago
  Samuel Thibault 9decedb8c2 Fix missing checks for EOF 3 years ago
  Samuel Thibault dfc322743d MAKE_MEM_UNDEFINED: Fix warning 3 years ago
  Samuel Thibault f4133364d1 Add more const qualifiers 3 years ago
  Samuel Thibault 6f58f75693 Add missing phoneme table reset 3 years ago
  Samuel Thibault 3b009398c9 Add missing stresslevel field initialization 3 years ago
  Samuel Thibault eed7db1575 Fix out-of-bound access 3 years ago
  Samuel Thibault 24e1eaa0cc Mark static arrays undefined when they are reused 3 years ago
  Samuel Thibault 7e608a3273 Make some buffers non-static 3 years ago
  Samuel Thibault a660fc04cc Add more const qualifiers on static arrays 3 years ago
  Samuel Thibault 2d3a49b161 Make static arrays undefined on entry into LoadVoice 3 years ago
  Samuel Thibault afdf50bfd3 Add a note to avoid erroneous commits like e91d0a5 3 years ago
  Sean Budd 139417e8e1 Revert "code cleanup: don't add a \0 to voices_language in LoadVoice()." 3 years ago
  Samuel Thibault 5087b05c52 Mark re-used "source" array as undefined 3 years ago
  Samuel Thibault 1228094127 Mark re-used phoneme_tab array as undefined 3 years ago
  Samuel Thibault 199cbe4a1a Mark re-used phoneme_list as undefined 3 years ago
  Samuel Thibault f1ce2ec423 Mark re-used ph_list2 array as undefined 3 years ago
  Samuel Thibault 15804e57a2 Constify tables 3 years ago
  Samuel Thibault 3ce135ac2b Mark re-used buffers as undefined 3 years ago
  Samuel Thibault a34d74ed43 Make envelope computation more robust 3 years ago
  Samuel Thibault 310e8fc768 Avoid using floating-point operation 3 years ago
  Samuel Thibault e8253c6513 ssml: Use a larger buffer 3 years ago
  Samuel Thibault 90c035c406 Fix overflow while capping to signed 16bit 3 years ago
  Samuel Thibault c91aa78363 LoadSoundFile: Fix char signedness 3 years ago
  Samuel Thibault 2c524ec8df Fix loading wav files on big-endian architectures 3 years ago
  Valdis Vitolins 9fc8aa4a54 eSpeak NG 1.52-dev 3 years ago
  Valdis Vitolins 2e9a5fccbb
Release 1.51 3 years ago
  Samuel Thibault fc05678e41 CheckThousandsGroup: Fix checking heading character before thousand group 3 years ago
  Alexander Epaneshnikov 4b7b4866af
windows: add installation directory to path 3 years ago
  Alexander Epaneshnikov 8fe65b5820
windows: install all data files 3 years ago
  Alexander Epaneshnikov d54a02c5d9
windows: include new sourcecode files 3 years ago
  Alexander Epaneshnikov a525531d98
windows: build all dictionaries 3 years ago
  Alexander Epaneshnikov 72d1bae4b6
windows: retarget solutions to latest sdk and PlatformToolset 3 years ago
  Alexander Epaneshnikov 4ca505d01e
windows: don't include winsock2.h 3 years ago
  Samuel Thibault f352f1e43f CheckThousandsGroup: Avoid reading uninitialized data 3 years ago
  Samuel Thibault ee0a468f95 soundicon: Avoid calling remove with uninitialized name 3 years ago
  Samuel Thibault fe63f1b3e7 MatchRule: Do not overflow the text 3 years ago
  Samuel Thibault 55b2e9b2a3 MatchRule: Prevent non-eating special characters from eating characters 3 years ago
  Samuel Thibault caf8e650c2 MatchRule: Support multibyte doubled letters 3 years ago
  Samuel Thibault 0f85657c7b MatchRule: Do not underflow the text 3 years ago
  Samuel Thibault e87691ad3b Prevent LookupDict2 from overflowing wtab 3 years ago
  Samuel Thibault c8de29dec9 Properly compare strings 3 years ago
  Samuel Thibault 4aeb78e788 LoadVoice: Fix phonemes_name initialization 3 years ago
  Samuel Thibault b457d6f58e Fix uninitialized fields 3 years ago