debian specific patch information for gnushogi / 1.3.2-7

Summary

Package Version Package Type Source Package Format
1.3.2-7 Debian-diff 1.0

Debian packaging Information

Diff file gnushogi_1.3.2-7.diff.gz
Size84616
MD5sum988878ff7ebd7b984e1d787f54ffa833
./debian only changes view download
non packaging (i.e. not ./debian) changes view download

Misc. Non-packaging "direct" style patches

file inserted deleted modified view download
config.guess153300 view download
config.sub169300 view download
doc/gnushogi.info2320280 view download

"series" style patches

patch summary view raw
01-info.patch
 doc/gnushogi.texinfo |    9 +++++++++
 1 file changed, 9 insertions(+)
view download
02-segfault.patch
 gnushogi/rawdsp.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
view download
03-proto-fix.patch
 gnushogi/pat2inc.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
view download
04-errno-fix.patch
 gnushogi/sysdeps.c |    4 ----
 1 file changed, 4 deletions(-)
view download
05-ai-overflow.patch
 gnushogi/eval.c   |    2 +-
 gnushogi/search.c |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
view download
06-fix-runnaway.patch
 gnushogi/commondsp.c |    2 +-
 gnushogi/init.c      |    2 +-
 gnushogi/rawdsp.c    |    6 ++----
 xshogi/xshogi.c      |    6 +++---
 4 files changed, 7 insertions(+), 9 deletions(-)
view download
10-out-of-tree.patch
 gnushogi/Makefile.in |  122 +++++++++++++++++++++++++--------------------------
 gnushogi/gnushogi.h  |    2 
 xshogi/Makefile.in   |   25 +++++-----
 3 files changed, 77 insertions(+), 72 deletions(-)
view download
11-refactor-enums.patch
 gnushogi/gnushogi.h |   69 +++++++++++++++++++++++++++-------------------------
 1 file changed, 36 insertions(+), 33 deletions(-)
view download
12-refactor-constants.patch
 gnushogi/commondsp.c |   16 ++++++++--------
 gnushogi/cursesdsp.c |   46 +++++++++++++++++++++++++++-------------------
 gnushogi/eval.c      |    6 +++---
 gnushogi/genmove.c   |    6 +++---
 gnushogi/gnushogi.h  |   17 +++++++----------
 gnushogi/init.c      |    4 ++--
 gnushogi/rawdsp.c    |    4 ++--
 gnushogi/util.c      |    8 ++++----
 8 files changed, 56 insertions(+), 51 deletions(-)
view download
13-refactor-statify.patch
 gnushogi/pattern.c |    2 +-
 gnushogi/pattern.h |    3 ---
 2 files changed, 1 insertion(+), 4 deletions(-)
view download
14-internals-doc.patch
 gnushogi/commondsp.c |   11 +++++++++++
 gnushogi/gnushogi.h  |    1 +
 gnushogi/init.c      |   11 +++++++----
 3 files changed, 19 insertions(+), 4 deletions(-)
view download
20-minishogi.patch
 TODO                 |   28 +++++++++
 gnushogi/attacks.c   |    4 +
 gnushogi/commondsp.c |   23 ++++++-
 gnushogi/cursesdsp.c |    7 ++
 gnushogi/eval.c      |   93 ++++++++++++++++++++++++++++--
 gnushogi/genmove.c   |   28 +++++++--
 gnushogi/globals.c   |   24 ++++++-
 gnushogi/gnushogi.h  |   36 +++++++++++
 gnushogi/init.c      |  155 ++++++++++++++++++++++++++++++++++++++++++++-------
 misc/gnushogi.lng    |    6 +
 10 files changed, 366 insertions(+), 38 deletions(-)
view download
21-gen-patterns.patch
 TODO                      |    7 
 gnushogi/Makefile.in      |   27 ++
 gnushogi/init-common.c    |  490 ++++++++++++++++++++++++++++++++++++++++++++
 gnushogi/init.c           |  506 ----------------------------------------------
 gnushogi/lang.c           |   20 +
 gnushogi/makepattern.c    |   22 +-
 gnushogi/pat2inc.c        |    5 
 gnushogi/pattern-common.c |   49 ++++
 gnushogi/pattern.c        |   48 ----
 misc/gnuminishogi.pat     |    5 
 10 files changed, 601 insertions(+), 578 deletions(-)
view download