Package: cmucl / 20c-2
Metadata
Package | Version | Patches format |
---|---|---|
cmucl | 20c-2 | 3.0 (quilt) |
Patch series
view the series filePatch | File delta | Description |
---|---|---|
debian branding.patch | (download) |
src/clx/clx.lisp |
1 1 + 0 - 0 ! |
debian branding and naming the executable cmucl instead of lisp |
debian build options.patch | (download) |
src/tools/setenv-scripts/base-features.lisp |
2 1 + 1 - 0 ! |
enable relative package names as part of our build options |
create and adapt doc makefiles.patch | (download) |
src/docs/Makefile |
13 13 + 0 - 0 ! |
create a documentation makefile |
gray stream examples protection.patch | (download) |
src/pcl/gray-streams-class.lisp |
4 2 + 2 - 0 ! |
due to how we build we need to have conditionals there |
hemlock package fix.patch | (download) |
src/hemlock/package.lisp |
27 27 + 0 - 0 ! |
as we have hemlock as a package to load we need a seperate package file |
hemlock termcap fix.patch | (download) |
src/hemlock/termcap.lisp |
14 11 + 3 - 0 ! |
we need to get termcap info from infocmp not from a file on debian |
create backtrace on build failure.patch | (download) |
src/tools/setup.lisp |
3 2 + 1 - 0 ! |
get a full backtrace on build errors, to diagnose build failures from logs |
ignore errors when reporting errors.patch | (download) |
src/code/save.lisp |
8 6 + 2 - 0 ! |
ignore errors when reporting errors in batch processing, to help the autobuilder |
manpage fixes.patch | (download) |
src/general-info/cmucl.1 |
2 1 + 1 - 0 ! |
fix some - \- confusion in the manpages |
fix cmu user html output.patch | (download) |
src/docs/cmu-user/cmu-user.hva |
2 1 + 1 - 0 ! |
hevea 1.10-12 complains without this fix |
texlive pdf output fixes.patch | (download) |
src/docs/cmu-user/introduction.tex |
7 1 + 6 - 0 ! |
texlive now is using pdftex so we need to use the ifpdf package |
workaround for gcc 4.6 overoptimization | (download) |
src/lisp/os-common.c |
3 2 + 1 - 0 ! |
gcc 4.6 optimizes away the direction of stack testing, so do it by hand |