Package: readseq / 1-9

Metadata

Package Version Patches format
readseq 1-9 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
20 Formats.patch | (download)

Formats | 16 16 + 0 - 0 !
1 file changed, 16 insertions(+)

 add new formats for arb


20 Makefile.patch | (download)

Makefile | 92 52 + 40 - 0 !
1 file changed, 52 insertions(+), 40 deletions(-)

 enhanced makefile


30 arb code patches.patch | (download)

readseq.c | 53 50 + 3 - 0 !
ureadseq.c | 226 219 + 7 - 0 !
ureadseq.h | 6 4 + 2 - 0 !
3 files changed, 273 insertions(+), 12 deletions(-)

 several patches for arb that enable new formats and contain other 
             needed fixes

552830.patch | (download)

ureadseq.c | 62 31 + 31 - 0 !
1 file changed, 31 insertions(+), 31 deletions(-)

 fixes error: conflicting types for 'getline' problem (#552830)


gcc 4.6_format security.patch | (download)

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

 when using -werror=format-security with gcc-4.6 some function
 calls are throwing erros.  This patch replates [f]printf by [f]puts to
 fix the problem