mit-scheme.git
2014-10-10 Matt Birkholzsvm: Fix continue_from_trap.
2014-10-10 Matt Birkholzi386 flonums: Fix substitution of FLDZ,FUCOMP for FTST...
2014-10-10 Matt Birkholzmake check: To avoid long run times, export FAST=y.
2014-09-05 Matt Birkholzmcrypt: A libmcrypt plugin (separately buildable FFI...
2014-08-27 Matt Birkholzmicrocode/unix: fix continue_from_trap to freak out...
2014-08-27 Matt Birkholzmicrocode/i386: Set sse_presence.
2014-08-13 Matt BirkholzFluidize (runtime thread) internal root-continuation...
2014-08-12 Matt BirkholzFluidize *bound-restarts* and dynamic-handler-frames.
2014-08-12 Matt BirkholzFluidize *random-state*.
2014-08-12 Matt BirkholzFluidize flonum-unparser-cutoff.
2014-08-12 Matt BirkholzFluidize (runtime swank) internal variables *top-level...
2014-08-12 Matt BirkholzFluidize (runtime structure-parser) internal variable...
2014-08-12 Matt BirkholzFluidize (runtime gc-statistics) internal hook/record...
2014-08-12 Matt BirkholzFluidize (runtime save/restore) internal *within-restor...
2014-08-12 Matt BirkholzFluidize (runtime options) internal variables *options...
2014-08-12 Matt BirkholzFluidize (runtime parser) controls: *parser-radix*,...
2014-08-12 Matt BirkholzFluidize (runtime debugger) internals *dstate* and...
2014-08-12 Matt BirkholzFluidize (runtime syntax) internal variable *rename...
2014-08-12 Matt BirkholzFluidize (runtime user-interface) internal *notificatio...
2014-08-12 Matt BirkholzFluidize (runtime unsyntaxer) internal variable: substi...
2014-08-12 Matt BirkholzFluidize (runtime program-copier) internal *copy-consta...
2014-08-12 Matt BirkholzFluidize (runtime compiler-info) internal directory...
2014-08-12 Matt BirkholzFluidize (runtime advice) internal advice-continuation,...
2014-08-12 Matt BirkholzFluidize (runtime pathname) internal library-directory...
2014-08-12 Matt BirkholzFluidize (runtime unparser) internal *list-depth*,...
2014-08-12 Matt BirkholzFluidize *pp-...*, i.e. *pp-default-as-code?*,...
2014-08-12 Matt BirkholzFluidize (runtime pretty-printer) x-size, code-dispatch...
2014-08-12 Matt BirkholzFluidize (runtime unparser) *default-unparser-state*.
2014-08-12 Matt BirkholzFluidize (runtime directory) variable *expand-directory...
2014-08-12 Matt BirkholzFluidize (runtime error-handler) internal variables...
2014-08-12 Matt BirkholzFluidize *unparse...*, i.e. *unparser-table*, *unparser...
2014-08-12 Matt BirkholzFluidize *default-pathname-defaults*.
2014-08-12 Matt BirkholzFluidize standard-error-hook, standard-warning-hook...
2014-08-12 Matt BirkholzFluidize *nearest-cmdl*.
2014-08-12 Matt BirkholzFluidize (runtime load) exported variables: i.e. load...
2014-08-11 Matt BirkholzFluidize (runtime load) internal variables: *eval-unit...
2014-08-11 Matt BirkholzFluidize *working-directory-pathname*.
2014-08-11 Matt BirkholzTypo: missing closing bracket.
2014-08-11 Matt BirkholzFluidize (runtime port) internal variables *current...
2014-08-11 Matt BirkholzAdd fluid and parameter objects.
2014-08-08 Joe MarshallRemove unused C version of ASSQ and LENGTH.
2014-07-24 Matt BirkholzUnfluidize (runtime regular-expression-compiler) internals.
2014-07-24 Matt BirkholzPunt hack that slipped into the previous commit.
2014-07-24 Matt BirkholzUnfluidize (runtime compress) internals, e.g. root...
2014-07-10 Matt Birkholzsvm: Fix disassembler to handle un/linked 64/32bit...
2014-06-05 Chris HansonIgnore .diff files.
2014-06-05 Chris Hansongit merge release-9.2
2014-06-05 Chris Hansongit pull
2014-06-05 Chris HansonWhen enumerating files to process, ignore those generat... release-9.2.0
2014-05-27 Matt BirkholzAdd new tests/runtime/test-url.scm and move test-merge...
2014-05-27 Matt BirkholzFix uri->pathname too, just for completeness.
2014-05-27 Matt BirkholzFix for bug #42412: "scheme --load ./file" fails.
2014-05-24 Taylor R CampbellAdd usual-integrations and note some ignored variables...
2014-05-17 Chris HansonMake sure that root-dir is absolute.
2014-05-17 Chris HansonUpdate copyright years.
2014-05-17 Chris HansonUpdate version strings to 9.2.
2014-05-17 Chris HansonFix trailing whitespace.
2014-05-17 Chris HansonFix over-long line.
2014-05-17 Chris HansonFix fencepost error thinko.
2014-05-08 Matt Birkholzffi: Punt AUXDIR from shim-config.scm.
2014-05-07 Matt Birkholzconfigure: Move check for __x86_64__.
2014-05-07 Matt Birkholzffi: Add install-html using documentation build parameters.
2014-05-07 Matt Birkholzffi: Use Makefile to save shim build parameters.
2014-05-06 Matt BirkholzFix continue_from_trap to NOT open a FREE_PARANOIA_MARG...
2014-05-06 Matt Birkholzffi: Update Makefile for prhello example.
2014-05-06 Matt BirkholzAdd FFI to doc/info-dir and reformat.
2014-04-27 Taylor R CampbellAdd portable IEEE 754 format utilities.
2014-04-26 Taylor R CampbellCorrect types in BIGNUM_REDUCE_LENGTH and use output...
2014-04-26 Taylor R CampbellMake definition of VERIFY-HEAP primitive unconditional.
2014-04-26 Matt BirkholzFix string-head! to hide the unused (non-marked) words.
2014-04-26 Matt BirkholzFix BIGNUM_REDUCE_LENGTH to hide the unused (non-marked...
2014-04-25 Matt BirkholzCall verify_heap before GC to scan for bogosities.
2014-04-06 Taylor R CampbellFix technically incorrect malloc size in re_match....
2014-04-06 Taylor R CampbellNix dead initialization in scan_ephemerons.
2014-04-06 Taylor R CampbellMark scan unused in non-debug builds.
2014-04-06 Taylor R CampbellMake (cd "/nonexistent") fail.
2014-03-16 Taylor R CampbellRemove vestigial unused variable in FAST-DIVISION.
2014-03-16 Taylor R CampbellRevert "Assemble (JMP (@PCR FOO)) (LABEL FOO) to zero...
2014-03-16 Taylor R CampbellClarify comment over amd64 fixnum_shift hook.
2014-03-16 Taylor R CampbellOpen-code non-2^n quotients and remainders by multiplic...
2014-03-16 Taylor R CampbellAssemble (JMP (@PCR FOO)) (LABEL FOO) to zero bits...
2014-03-16 Taylor R CampbellReorder branches in FIX:QUOTIENT/FIX:REMAINDER code...
2014-03-15 Taylor R CampbellAvoid modifying rcx in amd64 fixnum_shift assembly...
2014-03-15 Taylor R CampbellFix sf/cgen so it doesn't just drop declarations for...
2014-02-23 Taylor R CampbellAttempt to fix an undefined variable reference in svm...
2014-02-23 Taylor R CampbellGenerate all OS constructors for compiler.
2014-02-23 Taylor R CampbellRemove obsolete AC_SYS_RESTARTABLE_SYSCALLS.
2014-02-23 Taylor R CampbellUse FLO:NEGATE, not (FLO:- 0. ...), to apply sign in...
2014-02-23 Taylor R CampbellDon't rewrite (flo:- 0. x) as (flo:negate x) on amd64.
2014-02-23 Taylor R CampbellMore hacks to get liarc to build.
2014-02-23 Taylor R CampbellTry builtin objects before fasl files in liarc FASLOAD.
2014-02-23 Taylor R CampbellGenerate code for -0. constants correctly in liarc.
2014-02-23 Taylor R Campbellcompile-liarc-bundle rules depend on some tools in...
2014-02-23 Taylor R CampbellFix up fni->bci files in crsend.scm.
2014-02-22 Taylor R CampbellTemporary kludge: bake a fresh runtime into the toolchain.
2014-02-22 Taylor R CampbellPut back some temporary SEQUENCE-2 scaffolding.
2014-02-22 Taylor R CampbellSimplify x86 fenv structures.
2014-02-22 Taylor R CampbellOn i386, avoid FCOM[P] and FTST in favour of FUCOM[P].
2014-02-22 Taylor R CampbellAvoid using new-style SEQUENCE stuff in LIAR.
2014-02-22 Taylor R CampbellFix default (ISO-8859-1) char image strings.
next