Package: tworld / 1.3.2-3

Metadata

Package Version Patches format
tworld 1.3.2-3 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
01_fix manpage | (download)

docs/tworld.6 | 57 28 + 29 - 0 !
1 file changed, 28 insertions(+), 29 deletions(-)

 patch to fix manual pages
  The patch contains fixes for typos and for syntax issues that might lead to
  misrendering of the manpage.

02_integer types | (download)

defs.h | 11 6 + 5 - 0 !
fileio.c | 12 6 + 6 - 0 !
fileio.h | 13 7 + 6 - 0 !
oshw.h | 2 1 + 1 - 0 !
random.c | 6 3 + 3 - 0 !
random.h | 2 1 + 1 - 0 !
series.c | 12 6 + 6 - 0 !
solution.c | 13 7 + 6 - 0 !
unslist.c | 13 8 + 5 - 0 !
9 files changed, 45 insertions(+), 39 deletions(-)

 fix 32/64-bit issues.
03_fix Makefile.in | (download)

Makefile.in | 12 6 + 6 - 0 !
1 file changed, 6 insertions(+), 6 deletions(-)

 patch to fix clean target
  If the clean target gets called multiple times it fails.  This patch makes it
  not fail but rather ignore a mistake in the clean process due to another
  call.