mit-scheme.git
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.
2019-01-11 Taylor R CampbellUse HOST_CC, default CC, to compile findprim.
2019-01-10 Taylor R CampbellMake powerpc floating-point exceptions fit in fixnums...
2019-01-10 Taylor R CampbellLoad with load-option so this gets LIARC bundles correctly.
2019-01-10 Taylor R CampbellMkdir lib/lib with -p in configure so it is idempotent.
2019-01-10 Taylor R CampbellDisable constant-folding machine-dependent primitives...
2019-01-10 Taylor R CampbellOne more round of rework for LIARC.
2019-01-09 Chris HansonFix bug: characters with bucky bits not printing right.
2019-01-09 Taylor R CampbellAvoid WRITE in URI->STRING.
2019-01-09 Taylor R CampbellRestore printing strings in #[uri ...].
2019-01-09 Taylor R CampbellSimplify pathnames for conversion to standard URIs...
2019-01-09 Taylor R CampbellUse intermediate stamp for compinit.[ch] to avoid paral...
2019-01-09 Taylor R CampbellUpdate liarc to modern debugging info/wrapper formats.
2019-01-09 Taylor R CampbellFix up makefile targets for liarc.
2019-01-09 Taylor R CampbellNUL-terminate bytevectors too.
2019-01-09 Taylor R CampbellAtomic write-to-temporary/rename-to-permanent so liarc...
2019-01-09 Taylor R CampbellUse load-option so we get the LIARC bundle.
2019-01-09 Taylor R CampbellDisable cross-compilation finishing stage for liarc.
2019-01-09 Taylor R CampbellDon't build microcode in cross-host; build in cross...
2019-01-09 Taylor R CampbellSuppress uninitialized variable warnings.
2019-01-09 Taylor R CampbellCompile and link liarc objects as shared with no fatal...
2019-01-09 Taylor R CampbellNeed to wait for runtime to compile before building...
2019-01-09 Taylor R CampbellTeach stackify about bytevectors.
2019-01-09 Taylor R CampbellTeach the makefile how to make the .pkd files for liarc...
2019-01-09 Taylor R CampbellAvoid compiler:cross-compiling? in liarc.
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?.
next