11 Commits (1e279d3cb80822e772dd7cf285601c835b5e73c4)

Author SHA1 Message Date
  Yury Popov 1e279d3cb8
Add PRNG and use it instead of rand() 3 years ago
  Juho Hiltunen d47d2d0a40 cleanup: remove duplicate StringToWord() 3 years ago
  Juho Hiltunen 77df00ad79 cleanup: fix cppcheck unreadVariable code smell in common.c 3 years ago
  Juho Hiltunen 80a632ed26 cleanup: reduce variable scopes in common.c 3 years ago
  Juho Hiltunen 4a9f0e21be code cleanup: move Is*() helper functions to common.c 3 years ago
  Juho Hiltunen c5db9220bf code cleanup: move Read4Bytes() 3 years ago
  Juho Hiltunen 14ede3e372 code cleanup: move is_str_totally_null() 3 years ago
  Juho Hiltunen 64f12fec87 code cleanup: move towlower2() 3 years ago
  Juho Hiltunen ac3b9f6199 code cleanup: move utf8_* functions. 3 years ago
  Juho Hiltunen b52d1f3afd code cleanup: move strncpy0 to common.c 3 years ago
  Juho Hiltunen c4d8976fbc code cleanup: Add new source file common.h for misc functions. 3 years ago
  Samuel Thibault 15804e57a2 Constify tables 3 years ago
  Juho Hiltunen cffdfb837b code cleanup: move function declarations from speech.h to new file mnemonics.h 4 years ago
  Juho Hiltunen ee944700f8 code cleanup: Check all local includes with include-what-you-use 5 years ago
  Reece H. Dunn 887b1c837f encoding.c: Don't crash when passing a NULL string to LookupMnem. 8 years ago
  Reece H. Dunn d5d93be00e Group the LookupMnem API implementations into mnemonics.c. 8 years ago
  Reece H. Dunn b47363b7d3 Create an espeak_ng_EncodingFromName API. 8 years ago
  Reece H. Dunn 5118891f20 windows: Visual Studio 2013 compatibility. 9 years ago
  Reece H. Dunn 527f2bc6b2 Add M_PI compatibility when using the msvc standard library. 10 years ago
  Reece H. Dunn 9c5820f72a Create an initial compatibility shim for unistd.h. 10 years ago
  Reece H. Dunn c22550afb5 Use the NetBSD getopt_long implementation on Windows. 10 years ago
  Reece H. Dunn 9c7179189b Add a stdint.h compatibility shim. 10 years ago