mit-scheme.git
2019-05-29 Taylor R CampbellHold strong reference to message header while writing...
2019-05-29 Taylor R CampbellTighten encode-cache-namestring.
2019-05-29 Taylor R CampbellUse channel I/O directly for file->string and string...
2019-05-29 Taylor R CampbellMake number of topmost frames with expressions shown...
2019-05-29 Taylor R CampbellUse the Edwin-private %string-append.
2019-05-29 Taylor R CampbellLet SIGALRM do its thing even if we're on the right...
2019-05-29 Taylor R CampbellLine break between #; and multiline expression.
2019-05-29 Taylor R CampbellUse number->string directly; skip dispatch through...
2019-05-29 Taylor R CampbellBlock interrupts, _then_ lock.
2019-05-29 Taylor R CampbellRework profiler to be more useful.
2019-05-29 Taylor R CampbellFix check for arity of hash: must be binary, not unary.
2019-05-29 Taylor R CampbellProcess pending thread events when unblocking them.
2019-05-29 Taylor R CampbellIntegrate some subroutines that turn up hot in profiles.
2019-05-28 Taylor R CampbellMerge branch 'riastradh-20190527-unicodereplacechar'
2019-05-28 Taylor R CampbellImplement character replacement on ill-formed octet...
2019-05-28 Taylor R CampbellSet port coding to ISO-8859-1 for IMAP.
2019-05-17 Matt BirkholzFix enumerate-graphics-types per documentation.
2019-05-08 Chris HansonTreat strings returned from primitives as UTF-8 coded.
2019-05-08 Chris HansonOn macOS, support building without Xcode installed.
2019-04-29 Matt Birkholzx11-test: Expect the correct device name. Use x-graphi...
2019-04-29 Matt Birkholzx-graphics-draw-arc: Add missing parameters.
2019-04-20 Taylor R CampbellMake this run on ucode without nonnegative-fixnum-lengt...
2019-04-20 Taylor R CampbellSpecify arity in newer primitives.
2019-03-20 Arthur A. GlecklerFix spelling error.
2019-03-18 Chris HansonEliminate unused handler for printing URIs.
2019-03-16 Chris HansonAdd test to make sure that string slices print correctly.
2019-03-16 Chris HansonFix bug in printing of string slices.
2019-03-16 Chris HansonRemove cleverness for SIGTERM and SIGHUP.
2019-02-23 Taylor R CampbellFix recursion in n-ary append.
2019-02-23 Taylor R CampbellTest append on dotted lists. I broked it.
2019-02-11 Taylor R CampbellAdd release note about cross-compilation.
2019-02-11 Taylor R CampbellAdd release notes about big-endian and powerpc.
2019-02-11 Taylor R CampbellUse arity-dispatched procedures for APPEND and APPEND!.
2019-02-11 Taylor R CampbellSimplify and factor out carefully checking for stack...
2019-02-11 Taylor R CampbellConfirm delv does not blow out the stack.
2019-02-11 Taylor R CampbellAdd some tests of blowing out the stack with SRFI 1.
2019-02-11 Taylor R CampbellTidy up deletion routines in list.scm.
2019-02-11 Taylor R CampbellMerge branch 'riastradh-20190210-letrecdefn'
2019-02-10 Taylor R CampbellConvert multi-LETREC to internal definitions in edwin...
2019-02-10 Taylor R CampbellConvert multi-LETREC to internal definitions in edwin...
2019-02-10 Taylor R CampbellConvert multi-LETREC to internal definitions in edwin...
2019-02-10 Taylor R CampbellConvert multi-LETREC to internal definitions in edwin...
2019-02-10 Taylor R CampbellConvert multi-LETREC to internal definitions in edwin...
2019-02-10 Taylor R CampbellConvert multi-LETREC to internal definitions in edwin...
2019-02-10 Taylor R CampbellConvert multi-LETREC to internal definitions in sos...
2019-02-10 Taylor R CampbellConvert multi-LETREC to internal definitions in uri...
2019-02-10 Taylor R CampbellConvert multi-LETREC to internal definitions in thread...
2019-02-10 Taylor R CampbellConvert multi-LETREC to internal definitions in stream...
2019-02-10 Taylor R CampbellConvert multi-LETREC to internal definitions in srfi...
2019-02-10 Taylor R CampbellConvert multi-LETREC to internal definitions in rfc2822...
2019-02-10 Taylor R CampbellConvert multi-LETREC to internal definitions in ordvec...
2019-02-10 Taylor R CampbellConvert multi-LETREC to internal definitions in list...
2019-02-10 Taylor R CampbellConvert multi-LETREC to internal definitions in lambda...
2019-02-10 Taylor R CampbellConvert multi-LETREC to internal definitions in dispatc...
2019-02-10 Taylor R CampbellConvert multi-LETREC to internal definitions in arith...
2019-02-10 Taylor R CampbellConvert multi-LETREC to internal definitions.
2019-02-10 Taylor R CampbellAdd some LETREC and LETREC* tests.
2019-02-10 Taylor R CampbellUse internal definitions for LETREC* and unary LETREC.
2019-02-10 Chris HansonEliminate potentially-problematic use of delay for...
2019-02-10 Taylor R CampbellUse arity-dispatched procedures for MAP, FOR-EACH, &c.
2019-02-10 Taylor R CampbellIntegrate NULL-LIST?.
2019-02-10 Taylor R CampbellAdd GENERAL-CAR-CDR to usual integrations.
2019-02-10 Chris HansonPut char-set microcode table back in data structure...
2019-02-09 Taylor R CampbellCache char set table.
2019-02-09 Taylor R CampbellIntegrate record accessors and modifiers where convenient.
2019-02-09 Taylor R CampbellDefer unmasking timer interrupt until after daemon...
2019-02-09 Taylor R CampbellAvoid consing closures if we're low on space.
2019-02-09 Taylor R CampbellCan't see why I chose to discard recent samples a decad...
2019-02-09 Taylor R CampbellDust off stack sampler.
2019-02-09 Taylor R CampbellTest restarting trapped references.
2019-02-09 Taylor R CampbellFix the rest of the indentation in this file.
2019-02-09 Taylor R CampbellFix bug in test introduced by eliding open-block for...
2019-01-26 Chris HansonEliminate simple-top-level-environment.
2019-01-26 Chris HansonChange param:reader-fold-case? to be settable.
2019-01-24 Matt Birkholzx11: Fix declaration of x_graphics_set_clip_rectangle.
2019-01-23 Matt Birkholzx11 version 1.3
2019-01-23 Matt Birkholzx11: Punt import-x11.
2019-01-23 Matt Birkholzruntime.pkg: Trim old, unnecessary package exports.
2019-01-23 Matt Birkholzx11: Link to deprecated (runtime x-graphics) bindings...
2019-01-23 Matt Birkholzx11: Rename device type to "x".
2019-01-21 Chris HansonDon't return open block at top level when syntaxing...
2019-01-20 Matt Birkholzx11: Fix x-graphics-vdc-extent and x-graphics-set-clip...
2019-01-12 Chris HansonChange tests to use sub-tests as originally intended.
2019-01-12 Chris HansonEliminate unnecessary consing in char-set-empty?.
2019-01-12 Chris HansonFind all relevant shared objects. Handle NMV headers...
2019-01-12 Taylor R CampbellFix pasto for LIARC build of SOS.
2019-01-12 Taylor R Campbellgitignore LIARC build products.
2019-01-12 Taylor R CampbellDon't leave the intermediate run-build shell process...
2019-01-11 Taylor R CampbellRun the ChaCha self-tests too.
2019-01-11 Taylor R CampbellRefuse to let the MD5 primitives run unless self-test...
2019-01-11 Taylor R CampbellFix buffer overflow in self-test. Derp.
2019-01-11 Taylor R CampbellFix byte ordering: encode state words in little-endian...
2019-01-11 Taylor R CampbellExploit oddness to get bit-for-bit identical results...
2019-01-11 Taylor R CampbellUse a much simpler endian-independent execute cache...
2019-01-11 Taylor R CampbellFix lambda-body -> scode-lambda-body straggler.
2019-01-11 Taylor R CampbellDesign big-endian uuo link execute caches.
2019-01-11 Taylor R CampbellTeach SVM back end how to assemble big-endian instructi...
2019-01-11 Taylor R CampbellFix ordering of _words_ in fasumped bit strings on...
2019-01-11 Taylor R CampbellTweaks to make Edwin cross-compilable.
2019-01-11 Taylor R CampbellNothing architecturally limits powerpc to high memory.
next