mit-scheme.git
2016-01-03 Matt Birkholzdoc/user-manual: Unix Installation: minor edits.
2016-01-03 Matt Birkholzsvm: finish-cross-compilation of everything using a...
2016-01-03 Matt BirkholzUpdate versions to 9.2.1.
2015-12-27 Taylor R CampbellDon't let mime decoding errors crash imail.
2015-12-27 Taylor R CampbellAutomate the mime codec tests. Still need work.
2015-12-26 Taylor R CampbellMake all mime decoders signal a common condition type.
2015-10-27 Taylor R CampbellDocument REFERENCE-BARRIER.
2015-09-03 Matt Birkholzffi: Fix callouts that return a struct or union.
2015-08-19 Matt BirkholzUse without-interruption and more locking(!) in gcfinal...
2015-08-17 Matt BirkholzRemove without-interrupts from runtime/process.scm.
2015-08-17 Matt BirkholzRemove without-interrupts from runtime/os2graph.scm.
2015-08-17 Matt BirkholzRemove without-interrupts from runtime/x11graph.scm.
2015-08-17 Matt BirkholzRemove without-interrupts from runtime/random.scm.
2015-08-17 Matt BirkholzRemove without-interrupts from runtime/queue.scm.
2015-08-17 Matt BirkholzSerialize access to the population-of-1d-tables.
2015-08-17 Matt BirkholzRemove without-interrupts from runtime/intrpt.scm.
2015-08-17 Matt BirkholzRemove without-interrupts from runtime/io.scm.
2015-08-17 Matt BirkholzRemove without-interrupts from runtime/infutl.scm.
2015-08-17 Matt BirkholzRemove without-interrupts from runtime/hashtb.scm.
2015-08-17 Matt BirkholzRemove with-absolutely-no-interrupts from runtime/hash...
2015-08-17 Matt BirkholzRemove without-interrupts from runtime/global.scm.
2015-08-17 Matt BirkholzRemove without-interrupts from runtime/generic.scm.
2015-08-17 Matt BirkholzRemove without-interrupts from runtime/geneqht.scm.
2015-08-17 Matt BirkholzAdd make-serial-population.
2015-08-17 Matt BirkholzRemove without-interrupts from runtime/gcfinal.scm.
2015-08-17 Matt BirkholzInitialize the thread system early in the cold load.
2015-08-17 Matt BirkholzRemove with-absolutely-no-interrupts from runtime/gc...
2015-08-17 Matt BirkholzDefine make-thread-mutex early.
2015-08-17 Matt BirkholzRemove without-interrupts from runtime/sfile.scm.
2015-08-17 Matt BirkholzRemove without-interrupts from runtime/rgxcmp.scm.
2015-08-17 Matt BirkholzRemove without-interrupts from runtime/ffi.scm.
2015-08-17 Matt BirkholzAdd without-preemption.
2015-08-17 Matt BirkholzRemove without-interrupts from runtime/string.scm.
2015-08-17 Matt BirkholzRemove without-interrupts from runtime/rbtree.scm.
2015-08-17 Matt BirkholzUnalias with-absolutely-no-interrupts in runtime/prgcop...
2015-08-17 Matt BirkholzRemove without-interrupts from runtime/parser-buffer...
2015-08-17 Matt BirkholzRemove without-interrupts from runtime/gencache.scm.
2015-08-17 Matt BirkholzRemove without-interrupts from runtime/gdbm.scm.
2015-08-17 Matt BirkholzRemove without-interrupts from runtime/crypto.scm.
2015-08-17 Matt BirkholzRemove without-interrupts from runtime/condvar.scm.
2015-08-17 Matt BirkholzAdd without-interruption, to replace without-interrupts.
2015-08-17 Matt Birkholzmhash: Prepare the GC daemon to run concurrently with...
2015-08-17 Matt Birkholzgdbm: Prepare the GC daemon to run concurrently with...
2015-08-17 Matt BirkholzAdd with-thread-mutex-try-lock.
2015-08-17 Matt BirkholzLook for IO in yield-current-thread.
2015-08-17 Matt BirkholzAdd type-checking to thread-dead?.
2015-08-17 Matt Birkholzdebug.c (print_string): Summarize long strings.
2015-08-17 Matt BirkholzMark with-thread-events-blocked stack frames with the...
2015-08-17 Matt BirkholzPunt unused variable slots and mention of dangerous...
2015-08-17 Matt BirkholzCorrect typos in src/wabbit/README.
2015-08-17 Matt Birkholzsvm: typo
2015-08-17 Matt Birkholzdoc: The User Manual is for version 9.2.
2015-08-17 Matt Birkholzdoc: In the microcode the "context" is called "dynamic...
2015-08-17 Matt Birkholzdoc/index.html: Factor out redundant words.
2015-08-17 Matt Birkholzdoc: Punt old and redundant discussion of constant...
2015-08-03 Taylor R CampbellAdd various math/float functions whose absence was...
2015-07-10 Taylor R CampbellMark microcode/scheme as phony so we always descend...
2015-07-10 Taylor R CampbellFix comment. Note it has been fixed in glibc as of...
2015-07-10 Taylor R CampbellFix botched ()/#F split in continuation parser.
2015-07-08 Joe MarshallPrint one of several messages on normal exit.
2015-07-08 Taylor R CampbellUse correct time offset for file age test.
2015-07-06 Joe MarshallAdd procedure CUBE.
2015-07-06 Joe MarshallAdd CONS-STREAM* and CIRCULAR-STREAM macros.
2015-07-06 Joe MarshallMerge with head.
2015-07-06 Joe MarshallFancy unparsing of streams.
2015-07-06 Joe MarshallBetter unparsing of promises.
2015-07-06 Matt BirkholzFix another typo in commit 2a447ff.
2015-07-06 Matt BirkholzFix typo in commit 2a447ff.
2015-07-05 Taylor R CampbellFix VECTOR-8B->HEXADECIMAL/UPPERCASE test.
2015-07-05 Taylor R CampbellAdd error checking to entity and apply hook operations.
2015-06-09 Taylor R CampbellNo recursion needed: use WITH-THREAD-MUTEX-LOCK.
2015-06-09 Taylor R CampbellNo recursion needed: use WITH-THREAD-MUTEX-LOCK.
2015-06-09 Taylor R CampbellNo recursion needed: use WITH-THREAD-MUTEX-LOCK.
2015-06-09 Taylor R CampbellNo recursion needed: use WITH-THREAD-MUTEX-LOCK.
2015-06-09 Taylor R CampbellNo recursion needed: use WITH-THREAD-MUTEX-LOCK.
2015-06-09 Taylor R CampbellNew WITH-THREAD-MUTEX-LOCKED rejects recursion like...
2015-06-09 Taylor R CampbellRevert "Remove support for recursion in WITH-THREAD...
2015-05-03 Taylor R CampbellUse logarithmic balancing rather than bounded balancing...
2015-05-03 Taylor R CampbellFactor out wttree balancing criteria.
2015-05-03 Taylor R CampbellAdd vector-8b<->hexadecimal tests.
2015-05-03 Taylor R CampbellFix hexadecimal->vector-8b for real.
2014-12-19 Matt BirkholzAdd outf_error_line; use it everywhere.
2014-12-19 Matt BirkholzFix Do_Micro_Error to respect stack direction, and...
2014-12-19 Matt BirkholzUse INTERRUPTABLE_EXTENT in OS_pause when !HAVE_SIGSUSPEND.
2014-12-19 Matt BirkholzJust warn when set-debug-flags! is used on a non-debugg...
2014-12-12 Matt Birkholzdoc: Clean up doc-config.scm.
2014-12-12 Matt Birkholzdoc: Configure --disable-* should disable build as...
2014-11-17 Taylor R CampbellTweak condition variable locking.
2014-11-16 Taylor R CampbellAllow thread barriers to be named.
2014-11-16 Taylor R CampbellShow the condition, not just its report, in derived...
2014-11-16 Taylor R CampbellFix timed condition variable waits.
2014-11-16 Taylor R CampbellSternly advise against non-debugging use of THREAD...
2014-11-16 Taylor R CampbellRemove support for recursion in WITH-THREAD-MUTEX-LOCKED.
2014-11-14 Taylor R CampbellDon't let just any event wake THREAD-JOIN.
2014-11-14 Taylor R CampbellSort names in (runtime thread) package.
2014-11-14 Taylor R CampbellRename GUARANTEE-THREAD-MUTEX-OWNED to ASSERT-THREAD...
2014-11-14 Matt BirkholzFluidize hook/exit and hook/quit. Add hook/%exit for...
2014-11-14 Matt BirkholzUnfluidize (runtime boot-definitions) internal boot...
2014-11-14 Matt Birkholzruntime/thread-queue.scm: Use a mutex to serialize...
2014-11-14 Matt Birkholzsvm: Make the trap handlers static.
next