Package: gforth / 0.7.3+dfsg-4

Metadata

Package Version Patches format
gforth 0.7.3+dfsg-4 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
01 script hashbang.patch | (download)

filedump.fs | 2 1 + 1 - 0 !
httpd.fs | 2 1 + 1 - 0 !
sieve.fs | 2 1 + 1 - 0 !
3 files changed, 3 insertions(+), 3 deletions(-)

 add a #!-line to the installed forth scripts.
02 skip install.patch | (download)

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

 do not build and install the .elc and .info files.
03 hppa build.patch | (download)

arch/hppa/cache.c | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 fix the build on hppa.
04 minus number.patch | (download)

kernel/int.fs | 31 17 + 14 - 0 !
1 file changed, 17 insertions(+), 14 deletions(-)

 an upstream patch to not accept "-" as a valid number.
05 distclean.patch | (download)

Makefile.in | 4 3 + 1 - 0 !
1 file changed, 3 insertions(+), 1 deletion(-)

 add more autogenerated files to the "distclean" target
06 configure assumptions.patch | (download)

configure.in | 13 0 + 13 - 0 !
1 file changed, 13 deletions(-)

 correct some of the configure script's assumptions:
 - disable the unsupported build optimization of passing -m486 to gcc
 - do not pass -Xlinker -N on hppa, it breaks the build
07 manpage.patch | (download)

doc/gforth.1 | 27 18 + 9 - 0 !
1 file changed, 18 insertions(+), 9 deletions(-)

 fix the manual page syntax
 - the .TQ macro does not expect the actual text as an argument!
08 qrnnd build.patch | (download)

engine/support.c | 17 11 + 6 - 0 !
1 file changed, 11 insertions(+), 6 deletions(-)

 fix a ftbfs in sdiv_qrnnd() (only executed on s390)
09 elisp auto mode.patch | (download)

gforth.el | 9 9 + 0 - 0 !
1 file changed, 9 insertions(+)

 auto-activate forth-mode on loading forth source files.
Bug-Debian: https://bugs.debian.org/587318
13 env cflags.patch | (download)

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

 pass the compiler/linker flags when building libcc stub objects.
14 typos.patch | (download)

INSTALL.DOS | 10 5 + 5 - 0 !
NEWS | 2 1 + 1 - 0 !
README | 6 3 + 3 - 0 !
ToDo | 2 1 + 1 - 0 !
answords.fs | 4 2 + 2 - 0 !
arch/386/asm.fs | 2 1 + 1 - 0 !
arch/4stack/asm.fs | 14 7 + 7 - 0 !
arch/amd64/asm.fs | 2 1 + 1 - 0 !
arch/misc/prim.fs | 2 1 + 1 - 0 !
arch/power/asm.fs | 2 1 + 1 - 0 !
arch/power/disasm.fs | 2 1 + 1 - 0 !
arch/r8c/asm.fs | 4 2 + 2 - 0 !
arch/r8c/prim.fs | 10 5 + 5 - 0 !
arch/shboom/compiler.fs | 10 5 + 5 - 0 !
arch/shboom/doers.fs | 2 1 + 1 - 0 !
arch/shboom/prim.fs | 2 1 + 1 - 0 !
arch/shboom/sh.p | 2 1 + 1 - 0 !
asm/bitmask.fs | 8 4 + 4 - 0 !
compat/struct.fs | 2 1 + 1 - 0 !
configure.in | 28 14 + 14 - 0 !
cross.fs | 62 31 + 31 - 0 !
ec/shex.fs | 2 1 + 1 - 0 !
kernel/comp.fs | 4 2 + 2 - 0 !
kernel/int.fs | 8 4 + 4 - 0 !
kernel/paths.fs | 4 2 + 2 - 0 !
kernel/tools.fs | 2 1 + 1 - 0 !
libcc.fs | 2 1 + 1 - 0 !
other.fs | 2 1 + 1 - 0 !
prims2x0.6.2.fs | 8 4 + 4 - 0 !
see-ext.fs | 2 1 + 1 - 0 !
30 files changed, 106 insertions(+), 106 deletions(-)

 correct some typographical and grammatical errors.