mit-scheme.git
2010-08-09 Taylor R CampbellEliminate some unused return codes.
2010-08-09 Taylor R CampbellEliminate all traces of the archaic microcode state...
2010-08-09 Taylor R CampbellSet -u in the setup scripts and make them more robust...
2010-08-09 Taylor R CampbellCheck for termcap.h too.
2010-08-08 Taylor R CampbellMove the check for termcap-related headers.
2010-08-08 Taylor R CampbellAdd configure option `--with-termcap=LIB' to select...
2010-08-06 Taylor R CampbellFix i386 code generated for flonum rounding primitives.
2010-08-06 Taylor R CampbellEmulate C99 fenv.h on amd64 through the MXCSR.
2010-08-06 Taylor R CampbellEmulate C99 fenv.h on i386 through the i387 control...
2010-08-06 Taylor R CampbellEmulate C99 fenv.h with BSD ieeefp.h if necessary.
2010-08-06 Taylor R CampbellNew procedures FLO:EXPM1 and FLO:LOG1P just like libm's.
2010-08-05 Taylor R CampbellBe slightly more consistent about references to MIT_SCH...
2010-08-05 Taylor R CampbellEnsure that signal handlers see the C stack, not the...
2010-08-03 Taylor R CampbellUse intmax and uintmax to support 64-bit off_t, time_t...
2010-07-28 Chris HansonDon't delete runtime.com from the distribution.
2010-07-28 Chris HansonMerge branch 'master' of git.sv.gnu.org:/srv/git/mit...
2010-07-27 Joe MarshallImplement SYMBOL>?
2010-07-27 Taylor R CampbellDon't make lib/lib a symlink to ../microcode; this...
2010-07-27 Chris HansonProperly fix handling of pstring.
2010-07-27 Chris HansonFix typo.
2010-07-27 Taylor R CampbellFix microcode's `--version' output.
2010-07-26 Chris HansonFix bug: change to MODULE_LDFLAGS broke liarc-ld on...
2010-07-26 Chris HansonNuke trailing whitespace.
2010-07-25 Chris HansonBroaden handling of pstring to accept NIL.
2010-07-23 Taylor R CampbellUse _init and etext on NetBSD to find the text segment...
2010-07-23 Taylor R CampbellEliminate vestiges of i386 code from cmpintmd/x86-64.h.
2010-07-23 Taylor R CampbellUnmask IEEE 754 floating-point exceptions on x86-64.
2010-07-22 Taylor R CampbellRelax plausible_cc_block_p.
2010-07-22 Taylor R CampbellMerge branch 'master' of ssh://git.sv.gnu.org/srv/git...
2010-07-22 Taylor R CampbellReorganize Linux section of uxtrap.h and add x86-64...
2010-07-22 Taylor R CampbellExploit common mcontext structure shared between NetBSD...
2010-07-22 Taylor R CampbellOmit explicit disabling of trap recovery on x86-64.
2010-07-22 Joe MarshallRestore the classical exit message.
2010-07-22 Taylor R CampbellEnable trap recovery on NetBSD.
2010-07-22 Taylor R CampbellImprove trap handling under NetBSD.
2010-07-22 Taylor R CampbellKludgily use a few unsigned chars in uxutil.c for tolow...
2010-07-13 Joe MarshallAdd block to access so we can integrate accesses in...
2010-07-12 Joe MarshallMerge branch 'master' of ssh://git.savannah.gnu.org...
2010-07-12 Joe MarshallFix typos caused by cut and paste.
2010-07-12 Joe MarshallRemove undefined binding.
2010-07-12 Taylor R CampbellAdd some guarantees to scode constructors.
2010-07-12 Taylor R CampbellSimplify lookup.c's interface.
2010-07-12 Taylor R CampbellStrengthen or weaken only interned symbols. Ignore...
2010-07-07 Taylor R CampbellAdd O(1) ADD-TO-POPULATION!/UNSAFE to the runtime ...
2010-07-07 Taylor R CampbellFix bug in INTEGER->FLONUM primitive on 64-bit systems.
2010-06-27 Taylor R CampbellWork around a buggy IMAP server that returns bogus...
2010-06-27 Chris HansonClean up top level controller. Don't use Scheme packag...
2010-06-27 Chris HansonAdd INDEX matcher since that's so common.
2010-06-26 Chris HansonFix broken implementation of completion.
2010-06-26 Chris HansonAdd suggested elisp code for using this.
2010-06-26 Chris HansonGobble up swank support and integrate it.
2010-06-15 Chris HansonMerge branch 'master' of git.sv.gnu.org:/srv/git/mit...
2010-06-14 Chris HansonAdd some more named patterns.
2010-06-14 Chris HansonFix bug: logic for ->URI wasn't handling no-error case...
2010-06-13 Matt BirkholzFinished the disassembler. Debugging the machine ...
2010-06-08 Chris HansonMerge branch 'master' of git.sv.gnu.org:/srv/git/mit...
2010-06-08 Chris HansonImplement ENCODE-URI-PATH-SEGMENT.
2010-06-06 Taylor R CampbellFix fencepost in ASCII-RANGE->CHAR-SET.
2010-06-05 Matt BirkholzAlien address offsets are byte offsets.
2010-06-05 Matt BirkholzRestored more copyright dates.
2010-06-02 Chris HansonUse properties in RUN-SUB-TEST where appropriate. ...
2010-06-02 Chris HansonChange RUN-SUB-TEST to allow it to take properties.
2010-06-02 Chris HansonFix thinko in previous change.
2010-06-02 Chris HansonChange MAKE-RANDOM-SVL to generate empty ranges.
2010-06-02 Chris HansonChange MAKE-RANDOM-SVL to generate empty ranges.
2010-06-02 Chris HansonChange MAPPER->GENERATOR to generate empty ranges.
2010-06-02 Chris HansonChange %CANONICALIZE-SCALAR-VALUE-LIST to eliminate...
2010-06-02 Chris HansonDon't restrict character sets to Unicode characters.
2010-06-02 Chris HansonMore simplification and restyling.
2010-06-02 Chris HansonFix compilation errors. Simplify part of the code...
2010-06-02 Chris HansonFix broken reference: "load.scm" -> "make.scm".
2010-06-02 Chris HansonAdd name for CALLBACK_HANDLER slot.
2010-06-02 Chris HansonEliminate trailing whitespace.
2010-06-02 Chris HansonRestore copyright dates.
2010-06-02 Chris HansonMerge branch 'master' of git.sv.gnu.org:/srv/git/mit...
2010-06-01 Chris HansonPut back alphabet compatibility, in a different form.
2010-05-31 Matt BirkholzA fairly straightforward merge of the FFI.
2010-05-31 Chris HansonImplement SCALAR-VALUE-IN-CHAR-SET?.
2010-05-31 Chris HansonEliminate PREDICATE->CHAR-SET, and tweak documentation.
2010-05-31 Chris HansonEliminate all trace of the alphabet abstraction.
2010-05-31 Chris HansonFix swapped conditional arms in RE-COMPILE-CHAR-SET...
2010-05-31 Chris HansonMove Unicode char predicates to "char.scm".
2010-05-31 Chris HansonImprove test reporting for errors. Add boolean equalit...
2010-05-31 Chris HansonDon't restrict CHAR-SET-MEMBERS; it gets used on the...
2010-05-30 Chris HansonFix thinko.
2010-05-30 Chris HansonFix typo.
2010-05-30 Chris HansonFix fencepost error.
2010-05-30 Chris HansonAdd membership test.
2010-05-30 Chris HansonFix broken reference.
2010-05-30 Chris HansonUpdate to use new test framework.
2010-05-30 Chris HansonRefactor test infrastructure to use conditions and...
2010-05-30 Chris HansonRewrite, this time to use "signal processing" mode...
2010-05-24 Chris HansonWhen re-loading unit-testing, unlink the previous copy...
2010-05-24 Chris HansonRestructure test to use new multiple-result mechanism.
2010-05-24 Chris HansonAllow each sub-test to return multiple test results.
2010-05-24 Chris HansonUse new ASSERT-ERROR.
2010-05-24 Chris HansonFix some bugs discovered by unit testing.
2010-05-24 Chris HansonAdd LOAD-WITH-BOOT-INITS! for testing.
2010-05-24 Chris HansonGet unit tests working.
2010-05-24 Chris HansonAdd ASSERT-ERROR. Small reorganization to improve...
next