150 Commits (6c0621605b416f7c51cb55c4b0c21144d957a072)

Author SHA1 Message Date
  Yury Popov 7485828984 code cleanup: next bunch of globals 2 years ago
  Yury Popov 41f5703fde code cleanup: fix -Wnewline-eof 2 years ago
  Juho Hiltunen bbfef6a269 code cleanup: reduce duplication with new function DollarRule() 2 years ago
  Yury Popov 100df4c067
code cleanup: reduce return of static buffers 2 years ago
  Yury Popov 2929b9e199
code cleanup: use statics and consts when possible 2 years ago
  Yury Popov 3da51991f8
code cleanup: reduce global externs 2 years ago
  Yury Popov 1e2404714d
code cleanup: localize compiledict static objects 2 years ago
  Samuel Thibault 14fc5cdb63 dictionary: Fix failure to look back 2 years ago
  Juho Hiltunen 3a3787b855 cleanup: use bool instead of int for condition_failed 2 years ago
  Juho Hiltunen 03ebb2fd11 cleanup: reduce variable scopes dictionary.c 2 years ago
  Juho Hiltunen 07da7edeea cleanup: fix code smell knownConditionTrueFalse 2 years ago
  Juho Hiltunen 57c7285ff9 code cleanup: move ApplySpecialAttribute2() 2 years ago
  Juho Hiltunen 741bea9510 code cleanup: make LookupFlags() static 2 years ago
  Juho Hiltunen 597cb2f440 code cleanup: move Unpronouncable() and Unpronouncable2() 2 years ago
  Juho Hiltunen 9d03b09537 code cleanup: move ChangeWordStress() 2 years ago
  Juho Hiltunen 14ede3e372 code cleanup: move is_str_totally_null() 2 years ago
  Juho Hiltunen ac3b9f6199 code cleanup: move utf8_* functions. 2 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 6284272c31 Fix out-of-bound vowel_stress access 3 years ago
  Samuel Thibault 3c220e5831 Fix calling utf8_in2 3 years ago
  Samuel Thibault 53348c5118 Avoid match1.del_fwd getting stale value 3 years ago
  Samuel Thibault 60767a41c0 Avoid buffer underflow 3 years ago
  Samuel Thibault f60a27a7cd Do not overflow ph_buf 3 years ago
  Samuel Thibault f4133364d1 Add more const qualifiers 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 a660fc04cc Add more const qualifiers on static arrays 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 1ce5a1bb0b IsLetterGroup: Do not blindly walk back in the word 3 years ago
  Samuel Thibault 34a12c83b4 IsLetterGroup: Do not blindly walk back in the word 3 years ago
  Samuel Thibault cd33c4042a MatchRule: Do not go back before the pre-ptr 3 years ago
  Samuel Thibault 0119efec28 MatchRule: Do not go back before the pre-ptr 3 years ago
  Juho Hiltunen d80f1a80a2 Use ESPEAKNG_DEFAULT_VOICE instead of hard coded "en". 4 years ago
  Juho Hiltunen f269acf22c code cleanup: remove unneeded switch case for stress_rule = 10. 4 years ago
  Juho Hiltunen c6ef7061ca code cleanup: use #defines for stress positions. 4 years ago
  agonzalezd 2fb981855b eu: Updated Basque phonetics and stress rule 4 years ago
  Juho Hiltunen 389ce6b738 code cleanup: remove unused FLAG_HYPHENATED and related code. 4 years ago
  Juho Hiltunen 0cf3ee564c Code cleanup: remove param2 from langopts and rename keyword option in language files. 4 years ago
  freddii 61efed30fa fixed spelling mistakes 4 years ago
  Juho Hiltunen ee944700f8 code cleanup: Check all local includes with include-what-you-use 5 years ago
  BenTalagan 9fd480afbf Fixing typos and naming 5 years ago
  BenTalagan 94677f4af8 Rule alignment fixes for non compliant platforms / Fix for emscripten demo 5 years ago
  Reece H. Dunn c6ac526847 When printing phonemes, don't add a space at the start of a sentence or clause. 7 years ago
  Reece H. Dunn 55c64036e0 Use UTF-8 strings in replace rules, instead of a packed UTF-16 pair. 7 years ago