mit-scheme.git
2019-01-09 Taylor R CampbellFix typo: SOS_BUILD_TARGETS, not SOS_TARGETS. Actually...
2019-01-09 Taylor R CampbellConvert to SCHEME_OBJECT * first before subtracting...
2019-01-09 Taylor R CampbellFix dependency ordering.
2019-01-09 Taylor R CampbellIsolate directories for clean-compiler rule.
2019-01-09 Taylor R CampbellDon't hang in non-parallel makes waiting for input.
2019-01-09 Taylor R CampbellFix stray backslash that was harmless without LIARC.
2019-01-09 Taylor R CampbellRework makefile to use intermediate variables, not...
2019-01-08 Chris HansonRewrite printing of #[...] forms, for simplicity now...
2019-01-07 Taylor R CampbellIntegrate PROMISE?.
2019-01-07 Taylor R CampbellTry EQ? first before the passed-in equality procedure...
2019-01-07 Taylor R CampbellIntegrate GUARANTEE.
2019-01-07 Taylor R CampbellFix format words generated by svm1 compiler for interna...
2019-01-07 Taylor R CampbellConfigure outcome should not depend on whether lib...
2019-01-07 Taylor R CampbellRegenerate configure if out of date, not just if nonexi...
2019-01-07 Taylor R Campbellgitignore cross objects and Makefile.tools.
2019-01-07 Taylor R CampbellClean .nib, .ext, and .dkp too.
2019-01-07 Taylor R CampbellRework makefile for cross-compilation with a toolchain...
2019-01-07 Taylor R CampbellGenerate the trivial constructor in the objdir, not...
2019-01-07 Taylor R CampbellTeach cref and sf about separate source and object...
2019-01-07 Taylor R CampbellExpose fasl-format:x86-64 as another name for the amd64...
2019-01-07 Chris HansonChange identify-world to show a very brief summary.
2019-01-07 Chris HansonGeneralize list-like printing, and support list-breadth...
2019-01-07 Chris HansonClean up wording around bitless characters.
2019-01-07 Chris HansonRemove unused and unexported guarantee-FOO procedures.
2019-01-07 Chris HansonChange most places that use bitless-char? to just throw...
2019-01-06 Chris HansonDo the annual copyright update.
2019-01-06 Chris HansonIn update-copyright, replace use of old regexp with...
2019-01-06 Chris HansonClean the compiler subdir too.
2019-01-06 Chris HansonAllow alist->bundle to accept #F as predicate.
2019-01-06 Chris HansonFix problem with using bundle? as a bundle predicate.
2019-01-06 Chris HansonNew printer parameter param:print-hash-number-in-objects?.
2019-01-06 Chris HansonUse dispatch-tag-print-name.
2019-01-06 Chris HansonExport dispatch-tag-print-name for convenience.
2019-01-06 Chris HansonEliminate obsolete comment from user manual.
2019-01-05 Chris HansonSave file used to test gc table correctness.
2019-01-04 Taylor R CampbellDetect trivial infinite recursion in promises.
2019-01-04 Taylor R CampbellTest detectable screw case of delay-force infinite...
2019-01-04 Taylor R CampbellIntegrate %promise-parts.
2019-01-04 Taylor R CampbellUse another indirection for representation of promises.
2019-01-04 Taylor R CampbellFix nested promises.
2019-01-04 Taylor R CampbellAdd promise tests. Nested promises are busted.
2019-01-04 Taylor R CampbellOpen-code cell operations.
2019-01-04 Taylor R CampbellRestore sf predicates, not scode predicates.
2019-01-04 Taylor R CampbellMerge branch 'cross-fasdump-v2'
2019-01-04 Taylor R CampbellUse integrated %dispatch-tag-ref in record type predicates.
2019-01-04 Taylor R CampbellIntegrate string.scm operations in symbol.scm.
2019-01-04 Chris HansonTweak equality-predicate-property to accept a default...
2019-01-04 Chris HansonDon't use general predicate relations for record predic...
2019-01-02 Chris HansonMerge branch 'master' of git.sv.gnu.org:/srv/git/mit...
2019-01-02 Chris HansonFix problem with crashing in Emacs interface.
2019-01-02 Taylor R CampbellUse runtime's string ports.
2019-01-02 Taylor R CampbellImplement position for string input ports.
2019-01-02 Taylor R CampbellExport binary-port-length too.
2019-01-02 Taylor R CampbellFix binary-port-position for output ports.
2019-01-02 Taylor R CampbellExport binary-port-position and set-binary-port-position!.
2019-01-02 Taylor R CampbellIntegrate string operations for order of magnitude...
2019-01-02 Taylor R Campbellucd-slc-value &c. return chars, not fixnums.
2019-01-01 Taylor R CampbellUse 32-bit xor rather than 64-bit xor for zeroing.
2019-01-01 Taylor R CampbellSplit deeply nested expressions into named and typed...
2019-01-01 Taylor R CampbellFix misparenthesization.
2019-01-01 Taylor R CampbellConfirm that a couple screw cases in closure analysis...
2019-01-01 Taylor R CampbellAdd some more release notes.
2018-12-27 Chris HansonFix whitespace change ignored by magit.
2018-12-27 Chris HansonMove .dir-locals.el from src/ to top level dir.
2018-12-27 Chris HansonSplit test data out of "test-string-normalization".
2018-12-16 Taylor R CampbellConvert char to unsigned char before using islower...
2018-12-16 Taylor R CampbellUse push with memory reference on i386 too.
2018-12-16 Taylor R CampbellMove comment to cover all the primitives disabled for...
2018-12-16 Taylor R CampbellOpen-code unordered comparison primitives on i386.
2018-12-15 Taylor R CampbellMark some more primitives as machine-dependent and...
2018-12-15 Taylor R CampbellExclude exceptions not in FE_ALL_EXCEPT.
2018-12-15 Taylor R CampbellMake primitives raise exceptions on signalling NaN...
2018-12-15 Taylor R CampbellFix mistaken expansion of flo:<> as flonum-is-less...
2018-12-15 Taylor R CampbellTest ordered and unordered comparisons with sNaN raise...
2018-12-15 Taylor R CampbellNormalize significand in flo:random-unit-open even...
2018-12-15 Taylor R CampbellFix sign error and mask size in fix:bitcount16.
2018-12-15 Taylor R CampbellAvoid undefined behaviour with large right shifts.
2018-12-15 Taylor R CampbellShift-right is busted on large shifts.
2018-12-15 Taylor R CampbellDisable FLONUM-EXP open-coding on i386.
2018-12-15 Taylor R CampbellRelax expm1 tests; i387 in 53-bit precision won't guara...
2018-12-15 Taylor R CampbellGuard against loading any NaN into double here.
2018-12-15 Taylor R CampbellClear exceptions before enabling traps.
2018-12-15 Taylor R CampbellUse integer bit tests in FLONUM-IS-NEGATIVE?.
2018-12-15 Taylor R CampbellProvide hokey alternatives if no SSE or i387.
2018-12-15 Taylor R CampbellRe-enable the SSE instructions in i386.
2018-12-15 Taylor R CampbellDisable open-coding of flonum-copysign/abs/negate on...
2018-12-15 Taylor R CampbellRewrite flonum-copysign/abs/negate primitives using...
2018-12-15 Taylor R CampbellMake flonum comparison primitives raise exceptions...
2018-12-15 Chris HansonSet indent-tabs-mode to t in this directory.
2018-12-13 Taylor R CampbellUse FCOM, not FUCOM, for ordered comparisons.
2018-12-13 Taylor R CampbellRewrite NaN primitives in terms of integer data.
2018-12-12 Taylor R CampbellCall the primitives directly.
2018-12-12 Taylor R CampbellSkip constant-folding MD primitives when cross-compiling.
2018-12-12 Taylor R CampbellDistinguish bytes-per-object from target-bytes-per...
2018-12-12 Taylor R CampbellMissed some .bin spots.
2018-12-12 Taylor R CampbellFix floating-point alignment stuff.
2018-12-11 Taylor R CampbellMore line breaks for clarity.
2018-12-11 Taylor R CampbellFix environment this test runs in.
2018-12-11 Taylor R CampbellRestore separation of syntax-* and compile-* targets.
2018-12-11 Taylor R CampbellMake these tests run on svm1.
next