mit-scheme.git
2015-07-10 Matt BirkholzUse without-preemption in runtime/ffi.scm.
2015-07-10 Matt BirkholzPrune subprocess event registrations after exited/signa...
2015-07-10 Matt BirkholzRemove without-interrupts from runtime/intrpt.scm.
2015-07-10 Matt BirkholzRemove without-interrupts from runtime/os2graph.scm.
2015-07-10 Matt BirkholzSet interrupt-mask/all whenever leaving the thread...
2015-07-10 Matt BirkholzAssume there is always a first-running-thread. Punt...
2015-07-10 Matt Birkholzruntime/global: Use without-preemption in with-obarray...
2015-07-10 Matt BirkholzAdd without-preemption.
2015-07-10 Matt Birkholzgcfinal: Assume GC daemon is running concurrently with...
2015-07-10 Matt Birkholzffi: Assume GC daemon must lock out other threads.
2015-07-10 Matt Birkholzmhash: Assume GC daemon must lock out other threads.
2015-07-10 Matt Birkholzgdbm: Assume other threads may run concurrently with...
2015-07-10 Matt BirkholzFor master: add with-thread-mutex-try-lock
2015-07-09 Matt BirkholzMore checking for no-current-thread.
2015-07-09 Matt BirkholzRemove call-with-current-thread.
2015-07-09 Matt BirkholzCheck for no-current-thread. Lose condition-type.
2015-07-09 Matt BirkholzEliminate non-local exits from the thread system(?).
2015-07-08 Matt BirkholzSerialize access to (runtime thread) internals.
2015-07-08 Matt BirkholzClobber fluid-let and the (runtime state-space) package.
2015-07-06 Matt BirkholzFix test-select-registry to "atomically" unmask interrupts.
2015-07-06 Matt BirkholzAdd register-gc-event, deregister-gc-event, registered...
2015-07-06 Matt BirkholzReplace subprocess status ticks with thread events.
2015-07-06 Matt BirkholzReimplement permanently-register-io-thread-event for...
2015-07-06 Matt BirkholzDo NOT use permanently-register-io-thread-event in...
2015-07-06 Matt BirkholzPunt unused variable slots and mention of dangerous...
2015-07-06 Matt Birkholzsrc/wabbit/README: typos
2015-07-06 Matt Birkholzsvm: typo
2015-07-06 Matt Birkholzdoc: The User Manual is for version 9.2.
2015-07-06 Matt Birkholzdoc: the dynamic context is the dynamic state
2015-07-06 Matt Birkholzdoc/index.html: Factor out redundant words.
2015-07-06 Matt Birkholzdoc: Punt old and redundant discussion of constant...
2015-07-06 Matt BirkholzRemove without-interrupts from runtime/process.scm.
2015-07-06 Matt BirkholzRemove without-interrupts from runtime/x11graph.scm.
2015-07-06 Matt BirkholzRemove without-interrupts from runtime/random.scm.
2015-07-06 Matt BirkholzRemove without-interrupts from runtime/queue.scm.
2015-07-06 Matt BirkholzSerialize access to the population-of-1d-tables.
2015-07-06 Matt BirkholzRemove without-interrupts from runtime/io.scm.
2015-07-06 Matt BirkholzRemove without-interrupts from runtime/infutl.scm.
2015-07-06 Matt BirkholzRemove without-interrupts from runtime/hashtb.scm.
2015-07-06 Matt BirkholzRemove with-absolutely-no-interrupts from runtime/hash...
2015-07-06 Matt BirkholzRemove without-interrupts from runtime/global.scm.
2015-07-06 Matt BirkholzRemove without-interrupts from runtime/generic.scm.
2015-07-06 Matt BirkholzRemove without-interrupts from runtime/geneqht.scm.
2015-07-06 Matt BirkholzAdd make-serial-population.
2015-07-06 Matt BirkholzRemove without-interrupts from runtime/gcfinal.scm.
2015-07-06 Matt BirkholzInitialize the thread system early in the cold load.
2015-07-06 Matt BirkholzRemove with-absolutely-no-interrupts from runtime/gc...
2015-07-06 Matt BirkholzDefine make-thread-mutex early.
2015-07-06 Matt BirkholzRemove without-interrupts from runtime/sfile.scm.
2015-07-06 Matt BirkholzRemove without-interrupts from runtime/rgxcmp.scm.
2015-07-06 Matt BirkholzRemove without-interrupts from runtime/ffi.scm (mostly).
2015-07-06 Matt BirkholzRemove without-interrupts from runtime/string.scm.
2015-07-06 Matt BirkholzRemove without-interrupts from runtime/rbtree.scm.
2015-07-06 Matt BirkholzUnalias with-absolutely-no-interrupts in runtime/prgcop...
2015-07-06 Matt BirkholzRemove without-interrupts from runtime/parser-buffer...
2015-07-06 Matt BirkholzRemove without-interrupts from runtime/gencache.scm.
2015-07-06 Matt BirkholzRemove without-interrupts from runtime/gdbm.scm.
2015-07-06 Matt BirkholzRemove without-interrupts from runtime/crypto.scm.
2015-07-06 Matt BirkholzRemove without-interrupts from runtime/condvar.scm.
2015-07-06 Matt BirkholzAdd without-interruption, to replace without-interrupts...
2015-07-06 Matt Birkholzdebug.c: Add a get-interrupt-code primitive.
2015-07-06 Matt Birkholzdebug.c (print_string): Summarize long strings.
2015-07-06 Matt BirkholzMark with-thread-events-blocked stack frames with the...
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.
2014-11-14 Matt Birkholzetc/usermap: Update my email address.
2014-11-14 Matt BirkholzQuiet the last CREF complaint on Unix.
2014-11-14 Matt BirkholzAdd bindings to edwin/debug.scm; punt browser-evaluator.
next