Package: freespeech / 1.0m-3

Metadata

Package Version Patches format
freespeech 1.0m-3 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
0001 Typo fix.patch | (download)

INSTALLATION | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 typo fix


0002 Corrected path to the perl interpreter.patch | (download)

lib/read_ox_dict | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 corrected path to the perl interpreter


0003 C library regexp support.patch | (download)

src/Makefile | 8 4 + 4 - 0 !
src/phon_rules.c | 56 48 + 8 - 0 !
src/rule_engine.c | 32 16 + 16 - 0 !
src/rule_engine.h | 4 2 + 2 - 0 !
src/space.c | 8 1 + 7 - 0 !
src/t2s.h | 8 4 + 4 - 0 !
6 files changed, 75 insertions(+), 41 deletions(-)

 c library regexp support


0004 Berkeley DB instead of GDBM.patch | (download)

lib/Makefile | 20 8 + 12 - 0 !
lib/dbm_prog.c | 78 50 + 28 - 0 !
src/Makefile | 8 4 + 4 - 0 !
src/conv1.c | 12 6 + 6 - 0 !
src/nrl_edin.c | 12 6 + 6 - 0 !
src/space.c | 11 7 + 4 - 0 !
src/transcribe.c | 11 7 + 4 - 0 !
7 files changed, 88 insertions(+), 64 deletions(-)

 berkeley db instead of gdbm


0005 New lexical database holding utility.patch | (download)

lib/Makefile | 50 30 + 20 - 0 !
lib/lexholder.c | 271 271 + 0 - 0 !
2 files changed, 301 insertions(+), 20 deletions(-)

 new lexical database holding utility


0006 Dictionary enhancement.patch | (download)

lib/text710.edin | 332 315 + 17 - 0 !
1 file changed, 315 insertions(+), 17 deletions(-)

 dictionary enhancement


0007 Freephone compilation.patch | (download)

src/Makefile | 102 48 + 54 - 0 !
1 file changed, 48 insertions(+), 54 deletions(-)

 freephone compilation


0008 Exclude unused code.patch | (download)

src/Makefile | 7 4 + 3 - 0 !
src/audio.c | 5 5 + 0 - 0 !
src/go.c | 5 4 + 1 - 0 !
src/main.c | 38 31 + 7 - 0 !
src/prototypes.h | 25 25 + 0 - 0 !
src/space.c | 16 16 + 0 - 0 !
src/spnio.c | 5 4 + 1 - 0 !
src/t2s.c | 10 10 + 0 - 0 !
src/t2s.h | 16 16 + 0 - 0 !
9 files changed, 115 insertions(+), 12 deletions(-)

 exclude unused code


0009 Minor freephone fixes.patch | (download)

src/durations.c | 7 1 + 6 - 0 !
src/interface.c | 2 1 + 1 - 0 !
src/nrl_edin.c | 2 1 + 1 - 0 !
src/phoneme.c | 32 18 + 14 - 0 !
src/t2s.h | 1 1 + 0 - 0 !
5 files changed, 22 insertions(+), 22 deletions(-)

 minor freephone fixes


0010 Segmentation fault fix.patch | (download)

src/syllab.c | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 segmentation fault fix


0011 Memory allocation fix.patch | (download)

src/space.c | 8 4 + 4 - 0 !
1 file changed, 4 insertions(+), 4 deletions(-)

 memory allocation fix


0012 Numeric values pronunciation fix.patch | (download)

src/interface.c | 15 14 + 1 - 0 !
src/nrl_edin.c | 3 3 + 0 - 0 !
src/saynum.c | 64 32 + 32 - 0 !
src/transcribe.c | 4 3 + 1 - 0 !
4 files changed, 52 insertions(+), 34 deletions(-)

 numeric values pronunciation fix


0013 Speak leading zeros in numbers.patch | (download)

src/interface.c | 2 2 + 0 - 0 !
1 file changed, 2 insertions(+)

 speak leading zeros in numbers


0014 General Makefile.patch | (download)

Makefile | 17 17 + 0 - 0 !
1 file changed, 17 insertions(+)

 general makefile


0015 Freed memory pointer usage fix.patch | (download)

src/syllab.c | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 freed memory pointer usage fix


0016 Hardening.patch | (download)

lib/Makefile | 4 2 + 2 - 0 !
src/Makefile | 4 2 + 2 - 0 !
2 files changed, 4 insertions(+), 4 deletions(-)

 hardening


0017 gdbm.patch | (download)

lib/Makefile | 7 4 + 3 - 0 !
src/Makefile | 4 2 + 2 - 0 !
2 files changed, 6 insertions(+), 5 deletions(-)

---