Package: gforth / 0.7.3+dfsg-9
Metadata
Package | Version | Patches format |
---|---|---|
gforth | 0.7.3+dfsg-9 | 3.0 (quilt) |
Patch series
view the series filePatch | File delta | Description |
---|---|---|
script hashbang.patch | (download) |
filedump.fs |
2 1 + 1 - 0 ! |
add a #!-line to the installed forth scripts. |
skip install.patch | (download) |
Makefile.in |
8 4 + 4 - 0 ! |
do not build and install the .elc and .info files. |
hppa build.patch | (download) |
arch/hppa/cache.c |
2 1 + 1 - 0 ! |
fix the build on hppa. |
minus number.patch | (download) |
kernel/int.fs |
31 17 + 14 - 0 ! |
an upstream patch to not accept "-" as a valid number. |
distclean.patch | (download) |
Makefile.in |
4 3 + 1 - 0 ! |
add more autogenerated files to the "distclean" target |
configure assumptions.patch | (download) |
configure.in |
13 0 + 13 - 0 ! |
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. |
manpage.patch | (download) |
doc/gforth.1 |
27 18 + 9 - 0 ! |
fix the manual page syntax The .TQ macro does not expect the actual text as an argument! |
qrnnd build.patch | (download) |
engine/support.c |
17 11 + 6 - 0 ! |
fix a ftbfs in sdiv_qrnnd() (only executed on s390) |
elisp auto mode.patch | (download) |
gforth.el |
9 9 + 0 - 0 ! |
auto-activate forth-mode on loading forth source files. Bug-Debian: https://bugs.debian.org/587318 |
env cflags.patch | (download) |
envos.fs.in |
2 1 + 1 - 0 ! |
pass the compiler/linker flags when building libcc stub objects. |
typos.patch | (download) |
INSTALL.DOS |
10 5 + 5 - 0 ! |
correct some typographical and grammatical errors. |
hppa.patch | (download) |
configure.in |
3 3 + 0 - 0 ! |
fix the build on hppa/parisc. |
double const.patch | (download) |
engine/main.c |
2 1 + 1 - 0 ! |
fix a harmless gcc 7 double const warning. |