224 Commits (2a8c4461bd56d8cbb340c40a615c0481417a52db)

Author SHA1 Message Date
  Reece H. Dunn 2a8c4461bd Use snprintf on all platforms (it is C99 conformant in Visual Studio 2015 and can be supported in the compatibility layer for older versions as needed). 9 years ago
  Reece H. Dunn fa6f369329 Move the N_PATH_HOME declaration in speech.h to avoid a duplicate #ifdef check. 9 years ago
  Reece H. Dunn 9c5820f72a Create an initial compatibility shim for unistd.h. 9 years ago
  Reece H. Dunn c9844f62ef Clean up the 'Compiling phoneme data' messages. 9 years ago
  Reece H. Dunn f9d12c31a4 Remove the redundant access check in compiledata.c 9 years ago
  Reece H. Dunn 19ef13daac i_CHANGE_PHONEME2 is not used and the code conflicts with i_ADD_LENGTH, so remove it 9 years ago
  Reece H. Dunn 142063f1e6 Remove a GCC incompatible pointer conversion warning in voices.c. 9 years ago
  Reece H. Dunn 4ac6355834 Fix the realloc usage of voices in espeak_ListVoices(voices.c) [msvc /analyze] 9 years ago
  Reece H. Dunn 9eb6150e64 Fix the realloc usage of mbrola_tab in LoadMbrolaTable(synth_mbrola.c) [msvc /analyze] 9 years ago
  Reece H. Dunn 8e7f4e7e3d Fix the realloc usage of outbuffer in WaveCallback(wavegen.c) 9 years ago
  Reece H. Dunn 54f8c672e5 Fix the realloc usage of event_list in espeak_ng_InitializeOutput(speech.c) [msvc /analyze] 9 years ago
  Reece H. Dunn 5de96146e1 Fix the realloc usage of outbuf in espeak_ng_InitializeOutput(speech.c) [msvc /analyze] 9 years ago
  Reece H. Dunn f608860a7a Fix the malloc/realloc usage of phon_out_buf in GetTranslatedPhonemeString(dictionary.c) [msvc /analyze] 9 years ago
  Reece H. Dunn 2446dbc3b4 Make LoadFrame return an error_ng_STATUS code. 9 years ago
  Reece H. Dunn d8a88fc8e7 Call to malloc may return NULL in SpectCreateFrame(spect.c) [msvc /analyze] 9 years ago
  Reece H. Dunn 6b573e112b Call to malloc may return NULL in create_*_error_context(error.c) [msvc /analyze] 9 years ago
  Reece H. Dunn 242cb51c38 Call to realloc may leak the manifest data in ReadPhonemeManifest(compiledata.c) [msvc /analyze] 9 years ago
  Reece H. Dunn 4673b04cde Check the return value of malloc in LoadDataFile(compiledata.c) [msvc /analyze] 9 years ago
  Reece H. Dunn 0ca520a4ec Revert the gcc sign conversion warning fixes. 9 years ago
  Reece H. Dunn 38d15f8f90 Fix gcc sign conversion warnings in spect.c. 9 years ago
  Reece H. Dunn caebc926ef Fix gcc sign conversion warnings in klatt.c. 9 years ago
  Reece H. Dunn aa3de904e8 Fix gcc sign conversion warnings in event.c. 9 years ago
  Reece H. Dunn 8acf398d23 Fix gcc sign conversion warnings in compilembrola.c. 9 years ago
  Reece H. Dunn 0cc0300328 Fix gcc sign conversion warnings in espeak-ng.c. 9 years ago
  Reece H. Dunn 205a57654f The PROC* typedefs are no longer used, so remove them. 9 years ago
  Reece H. Dunn 5f39c2e1d0 Fix building mbrowrap.c on Windows. 9 years ago
  Reece H. Dunn b9fcb84bad Make the MBROLA API consistent between the Windows and POSIX versions. 9 years ago
  Reece H. Dunn aeca863f39 Move the Windows MBROLA API support layer to mbrowrap.c, 9 years ago
  Reece H. Dunn 706d546182 Move the MBROLA API definitions for Windows to mbrowrap.h, 9 years ago
  Reece H. Dunn a0717e72bb Fix building other source files from the 11101806ce change. 9 years ago
  Reece H. Dunn 11101806ce Support building espeak-ng.exe with Visual C++. 9 years ago
  Reece H. Dunn 5ebd28e4bc Use HAVE_GETOPT_H for the getopt.h checks. 9 years ago
  Reece H. Dunn 9c7179189b Add a stdint.h compatibility shim. 9 years ago
  Reece H. Dunn 02c23bab47 Fix building error.c on Windows. 9 years ago
  Reece H. Dunn 951872b05a LoadMbrolaTable reads mbrola_tab in 4-byte chunks, so the fread operation always returns 0 bytes. 9 years ago
  Reece H. Dunn c89ddf7fda Remove unused mr voice code in tr_languages.c (handled in another case within this file). [coverity] 9 years ago
  Reece H. Dunn 6b9eeaa133 Remove if for identical branches in translate.c. [coverity] 9 years ago
  Reece H. Dunn c1f1efc78b Passing NULL to event_declare will set err to EINVAL, so don't process the event in that case. 9 years ago
  Reece H. Dunn 43d1c0c066 Initialize length in LoadPhData(synthdata.c). [clang scan-build] 9 years ago
  Reece H. Dunn dea7d441f2 Avoid passing 0 to realloc in ReadPhondataManifest(compiledata.c). [clang scan-build] 9 years ago
  Reece H. Dunn 5453616ec9 Add espeak_ng_STATUS error code return values to ReadPhondataManifest. 9 years ago
  Reece H. Dunn c675787587 Fix usage of calloc in espeak_ng_CompileIntonation. [clang scan-build] 9 years ago
  Reece H. Dunn 209bbe3369 Initialize a_timing_info to prevent garbage reads from calls to pulse_playing in wave_pulse.c. [clang scan-build] 9 years ago
  Reece H. Dunn cfba03cf97 Re-add the phoneme tables removed from the Burmese/Myanmar language support. 9 years ago
  Reece H. Dunn aa93cf2ec9 Fix the error logic in CompilePhonemeData2(compiledata.c) [clang scan-build] 9 years ago
  Reece H. Dunn aeb1639b2e Fix the error logic in espeak_ng_CompileDictionary(compiledict.c) [clang scan-build] 9 years ago
  Reece H. Dunn 72429b496c Remove a dead initialization in wave_port_write(wave.c) [clang scan-build] 9 years ago
  Reece H. Dunn b63371bd80 Remove a dead assignment in CompileEquivalents(compiledata.c) [clang scan-build] 9 years ago
  Reece H. Dunn c521c7f9c2 Remove a dead assignment in compile_line(compiledict.c) [clang scan-build] 9 years ago
  Reece H. Dunn 2c07be17f9 Remove a dead assignment in compile_rule(compiledict.c) [clang scan-build] 9 years ago