- Jan 18, 2013
-
-
Raymond Toy authored
-
- Jan 17, 2013
-
-
Raymond Toy authored
-
Raymond Toy authored
o Change default target to generate pdf file o Update rerun loop with a better pattern that is less likely to cause an infinite loop.
-
Raymond Toy authored
o Change default from ps to pdf output. o Fix pattern for rerunning latex to prevent infinite loop due to extraneous occurrences of "Rerun". (From Carl.) o Reorder rules for generating pdf so that we generate the indices and such before starting the loop. Otherwise, we're in an infinite loop because the indices haven't been generated.
-
Raymond Toy authored
cmu-user.tex: o Include ifpdf package design.tex: o Include ifpdf package o Remove the home-grown ifpdf macro. macros.tex: o Remove the home-grown ifpdf macro. introduction.tex: unicode.tex: o Use \url instead of \href for URLs.
-
Raymond Toy authored
Change *unidata-path* to be a pathname object instead of a namestring.
-
- Jan 06, 2013
-
-
Raymond Toy authored
-
- Jan 04, 2013
-
-
Raymond Toy authored
cmu-user/Makefile.
-
Raymond Toy authored
better way.) o Don't infloop when creating cmu-user.pdf by skipping over the version message from rerunfilecheck before checking for Rerun messages.
-
- Jan 03, 2013
-
-
Raymond Toy authored
The text is there, but the chapter heading was missing.
-
Raymond Toy authored
describe-external-formats in the documentation.
-
- Jan 01, 2013
-
- Dec 27, 2012
-
-
Raymond Toy authored
-
- Dec 26, 2012
-
-
Raymond Toy authored
-
Raymond Toy authored
-
Raymond Toy authored
places.
-
Raymond Toy authored
bootfiles/20d/boot-2012-12-1.lisp:: Add :alien-callback to *features* bin/build.sh:: Change bootstrap directory to 20d. code/lispinit.lisp:: * Register :alien-callback feature if enabled. * Heap overflow checking depends on gencgc, so register that only if both are enabled. tools/comcom.lisp:: Compile c-callback only if :alien-callback is a feature. tools/worldcom.lisp: Compile alien-callback onlf if :alien-callback is a feature.
-
- Dec 24, 2012
-
-
Raymond Toy authored
prints.
-
Raymond Toy authored
-
- Dec 23, 2012
-
-
Raymond Toy authored
-
Raymond Toy authored
-
Raymond Toy authored
compiler/ppc/c-callback.lisp:: compiler/sparc/c-callback.lisp:: compiler/x86/c-callback.lisp:: New file containing the callback code from c-call.lisp. compiler/ppc/c-call.lisp:: compiler/sparc/c-call.lisp:: compiler/x86/c-call.lisp:: Removed the callback code. code/alien-callback.lisp:: New file containing the alien callback code. code/alieneval.lisp:: Removed the alien callback code. tools/comcom.lisp:: Compile c-callback.lisp tools/worldcom.lisp: Compile alien-callback.lisp.
-
Raymond Toy authored
-
Raymond Toy authored
-
Raymond Toy authored
code/bit-bash.lisp:: Add {{{BYTE-BASH-COPY}}} for copying bytes code/exports.lisp:: Add {{{BYTE-BASH-COPY}}} compiler/generic/vm-fndb.lisp:: Add {{{BYTE-BASH-COPY}}} compiler/generic/vm-tran.lisp:: Call {{{BYTE-BASH-COPY}}} in the deftransform for {{{REPLACE}}}.
-
- Dec 22, 2012
-
-
Raymond Toy authored
-
Raymond Toy authored
Check that the start and end indices make sense for the given strings. This is important before we start bashing random parts of the string, potentially overwriting other objects.
-
Raymond Toy authored
This fixes the immediate issue, but there are still problems with very long strings. The bit-index for such strings won't fit in an (unsigned-byte 32). vm-fndb.lisp: o Correct the defknown to have the correct arg types (vm::offset instead of index). vm-tran.lisp: o Update deftransform to use vm::offset instead of index.
-
- Dec 21, 2012
-
-
Raymond Toy authored
Config.sparc_common: o Enable ASSEM_SRC, ARCH_SRC, OS_SRC, OS_LIBS again Config.sparc_gcc: o Don't use -traditional-cpp when creating dependencies because that causes the old (varargs.h) version of va_start to be used instead of the stdard.h version we want. Config.sparc_sunc: o Remove ASSEM_SRC, ARCH_SRC, OS_SRC, OS_LINK_FLAGS, and OS_LIBS since they're in Config.sparc_common.
-
- Dec 19, 2012
-
-
Raymond Toy authored
Patch from Helmut Eller, cmucl-imp 2012-12-16.
-
- Dec 11, 2012
-
-
Raymond Toy authored
-
- Dec 03, 2012
-
-
Raymond Toy authored
-
Raymond Toy authored
-
- Dec 02, 2012
-
-
Raymond Toy authored
-
- Nov 20, 2012
-
-
Raymond Toy authored
to read a file will cause it to be compiled, which isn't quite what we wanted.
- Nov 19, 2012
-
-
Raymond Toy authored
-
- Nov 18, 2012
-
-
Raymond Toy authored
but the old version could. This unfixes Trac #52.
-
Raymond Toy authored
-