10 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 6b573e112b Call to malloc may return NULL in create_*_error_context(error.c) [msvc /analyze] 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 dea7d441f2 Avoid passing 0 to realloc in ReadPhondataManifest(compiledata.c). [clang scan-build] 9 years ago
  Reece H. Dunn 72db232ec3 Move include/espeak{-ng => }/speak_lib.h. 9 years ago
  Reece H. Dunn 9d860cb180 Support displaying error context information. 9 years ago
  Reece H. Dunn 013e282d1a Use the error context API in espeak_ng_Initialize. 9 years ago
  Reece H. Dunn 378490b65f Create an error context API. 9 years ago
  Reece H. Dunn 8c0d4a993d Move the error formatting code to error.c. 9 years ago