mit-scheme.git
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.
2013-11-29 Matt Birkholzsvm: Fix the disassembler.
2013-11-26 Matt Birkholzsvm: Convert program_counter from a static variable...
2013-11-26 Matt Birkholzffi: Avoid longjmps in C-CALL primitive (callout_continue).
2013-11-18 Matt Birkholzmake.so is supposed to be found in the compiler bundle.
2013-11-18 Matt Birkholzsrc/Makefile.tools.in: Missing dependency made cross...
2013-10-31 Matt Birkholzffi: Add flovec_* functions and abort_to_c for shims.
2013-10-31 Matt Birkholzffi/build.scm.in: Install compile-file:sf-only?ed options.
2013-10-31 Matt Birkholzdoc/ffi: typo
2013-10-31 Matt Birkholzmhash: Simplify configure.ac.
2013-10-16 Matt Birkholzdoc/user-manual (Unix Installation): Added plugin building.
2013-10-15 Matt Birkholzsrc/Makefile.in: Make xml/xml-unx.pkd depend on cref...
2013-10-15 Matt Birkholzdist/make-src-files: Fix $plugin-config log file names.
2013-10-15 Matt BirkholzRevert 13b5bca. Use the host's runtime, not a cross...
2013-10-15 Matt Birkholzdist/make-src-files: Autoconf plugins (FFI wrappers).
2013-10-15 Matt Birkholzffi: Add DESTDIR support.
2013-10-13 Matt BirkholzFix LIAR/svm build to cross from 9.1.1.
2013-10-13 Matt BirkholzMake compile-xml dependent on cref-star-parser.
2013-10-13 Matt BirkholzFix LIAR/C build to cross from 9.1.1.
2013-10-13 Matt BirkholzMore FFI cleanups: no need to include microcode/achost.ac.
2013-10-13 Matt BirkholzFix new build to cross from 9.1.1.
2013-10-09 Matt BirkholzEliminate compile-system.
2013-10-08 Taylor R CampbellAutomatically clean tree and build tools if necessary.
2013-10-08 Taylor R CampbellTurn some phony rules into explicit file rules to reduc...
2013-10-08 Taylor R CampbellRevert "Turn some phony rules into explicit file rules...
2013-10-07 Taylor R CampbellTurn some phony rules into explicit file rules to reduc...
2013-10-07 Taylor R CampbellReduce SVM1 address decoding indirection.
2013-10-07 Taylor R CampbellTweak svm1-interp a little.
2013-10-07 Taylor R CampbellAdd a few more file types for save/restore targets.
2013-10-07 Taylor R CampbellIn COMPILE-SYSTEM, load the bin if cross-compiling...
2013-10-07 Taylor R CampbellCall it `saved-objects', not `obj', to avoid confusing...
2013-10-07 Taylor R CampbellDon't list compiler twice in SUBDIRS.
2013-10-07 Taylor R CampbellLoad ffimacro.bin in win32.sf, not ffimacro.
2013-10-07 Taylor R CampbellExplain what the `cross-target' target does.
2013-10-07 Taylor R Campbelltoolchain target should really depend on tools/syntaxer...
2013-10-07 Taylor R CampbellRemove unfinished kludge to build IMAIL with LIARC.
2013-10-07 Taylor R CampbellRecompile edwin/edwin.bld only if necessary.
2013-10-07 Taylor R CampbellRecompile *.pkd files for liarc only if necessary.
2013-10-07 Taylor R CampbellFasload errors should fail gracefully, not terminate...
2013-10-07 Taylor R CampbellLots of changes toward making liarc build use new struc...
2013-10-07 Taylor R CampbellUse $@ and $< for liarc .c.o rule, not $*.o and $*.c.
2013-10-07 Taylor R CampbellUpdate links created by Setup.sh to reflect installed...
2013-10-07 Taylor R CampbellCompile IMAIL in --batch-mode.
2013-10-06 Taylor R CampbellOOPS! Don't forget to build compiler/rtlopt...
next