Package: scm / 5f3-4
Metadata
Package | Version | Patches format |
---|---|---|
scm | 5f3-4 | 3.0 (quilt) |
Patch series
view the series filePatch | File delta | Description |
---|---|---|
not usr local.patch | (download) |
scm.info |
4 2 + 2 - 0 ! |
reference debian install locations |
kfreebsd_support.patch | (download) |
findexec.c |
2 1 + 1 - 0 ! |
kfreebsd_support |
ppc64_short_int.patch | (download) |
scmfig.h |
12 6 + 6 - 0 ! |
fixes builds on ppc64 and ppc64el architectures. |
hurd_maxpathlen.patch | (download) |
findexec.c |
5 4 + 1 - 0 ! |
fix ftbfs on hurd-i386 |
add missing edit line feature.patch | (download) |
edline.c |
3 3 + 0 - 0 ! |
add missing "edit-line" feature Don't know why it was missing. |
fix argument imm being ignored in m_letstar1.patch | (download) |
eval.c |
3 2 + 1 - 0 ! |
fix argument "imm" being ignored in "m_letstar1" Like "m_letrec1", "m_letstar1" is used in the implementation of various syntactic elements. Like in "m_letrec1", argument "imm" in "m_letstar1" is supposed to indicate (methinks) what syntactic element is being implemented. |
fix readline related bug.patch | (download) |
Iedline.scm |
38 35 + 3 - 0 ! |
fix readline-related bug Non-printable character (meant to be interpreted by the terminal) in the prompt string was not enclosed in RL_PROMPT_START_IGNORE/RL_PROMPT_END_IGNORE pairs, resulting in improper behaviour by GNU readline. . This is a Scheme-only fix, but it's not ideal because it hardcodes libreadline constants. Ideally, "Iedline.scm" would get eval-ed in an environment where C code has made the constants (from <readline/readline.h>) available. This way the constants are not hardcoded in the source code and the Scheme namespace is not polluted with implementation details. |
use compiler flags.patch | (download) |
Makefile |
4 2 + 2 - 0 ! |
pass through compiler flags to gcc |
disable bigrecy.patch | (download) |
scl.c |
2 2 + 0 - 0 ! |
disable bigrecy() This patch yet again disables bigrecy(). Some call to this function causes build failures on armhf, armel and mipsel. |
support rv64 mips64el s390x.patch | (download) |
scmfig.h |
12 12 + 0 - 0 ! |
--- |