Package: bwbasic / 2.20pl2-13

Metadata

Package Version Patches format
bwbasic 2.20pl2-13 3.0 (quilt)

Patch series

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

Makefile.in | 35 22 + 13 - 0 !
bwb_cmd.c | 12 8 + 4 - 0 !
bwb_dio.c | 14 10 + 4 - 0 !
bwb_elx.c | 2 1 + 1 - 0 !
bwb_fnc.c | 7 5 + 2 - 0 !
bwb_mes.h | 1 1 + 0 - 0 !
bwb_tbl.c | 1 1 + 0 - 0 !
bwb_var.c | 10 8 + 2 - 0 !
bwbasic.c | 4 3 + 1 - 0 !
bwbasic.doc | 24 12 + 12 - 0 !
bwbasic.h | 2 1 + 1 - 0 !
renum.c | 18 11 + 7 - 0 !
12 files changed, 83 insertions(+), 47 deletions(-)

 import old diff in patch format


fix_clang.patch | (download)

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

 fix ftbfs with clang
Bug-Debian: https://bugs.debian.org/686542


enable_debug.patch | (download)

Makefile.in | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 enable debug
 renum was not built with the option -g and so the debug_info was
 not present.