Package: codonw / 1.4.4-8

Metadata

Package Version Patches format
codonw 1.4.4-8 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
hardening | (download)

Makefile | 35 14 + 21 - 0 !
1 file changed, 14 insertions(+), 21 deletions(-)

 hardening

enable_clean | (download)

Makefile | 7 3 + 4 - 0 !
1 file changed, 3 insertions(+), 4 deletions(-)

 enable_clean

remove_pause | (download)

commline.c | 3 0 + 3 - 0 !
1 file changed, 3 deletions(-)

 remove_pause

define_linux | (download)

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

 define_linux

spelling | (download)

coresp.c | 2 1 + 1 - 0 !
menu.c | 6 3 + 3 - 0 !
tester.c | 2 1 + 1 - 0 !
3 files changed, 5 insertions(+), 5 deletions(-)

 spelling

helpfile_location | (download)

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

 helpfile_location

fix_link_name_clashes | (download)

commline.c | 189 96 + 93 - 0 !
1 file changed, 96 insertions(+), 93 deletions(-)

 fix_link_name_clashes

remove_nondeterminism | (download)

menu.c | 4 2 + 2 - 0 !
1 file changed, 2 insertions(+), 2 deletions(-)

 remove_nondeterminism

remove gets.patch | (download)

codonW.h | 2 1 + 1 - 0 !
codon_us.c | 8 4 + 4 - 0 !
menu.c | 40 20 + 20 - 0 !
open_fil.c | 6 3 + 3 - 0 !
tester.c | 6 3 + 3 - 0 !
5 files changed, 31 insertions(+), 31 deletions(-)

 replace gets invocations by fgets.
 We assume that under normal conditions, each fgets invocations does not need
 more than BUFSIZ amount of memory, otherwise the input will get to the next
 fgets invocation.  Crude still much better than straight gets invocation.