mit-scheme.git
2015-07-12 Matt Birkholzdebugging SMP-old
2015-07-12 Matt BirkholzMove GC event support to runtime/gcnote.scm.
2015-07-12 Matt BirkholzMove subprocess event support to runtime/process.scm.
2015-07-11 Matt BirkholzCall smp-gc-finished at end of the primitive GC daemon.
2015-07-11 Matt BirkholzFix the mask for the GC interrupt.
2015-07-11 Matt BirkholzIgnore errors from close-channel or delete-subprocess.
2015-07-11 Matt BirkholzName the event registered by block-on-io-descriptor.
2015-07-11 Matt BirkholzGoofy whitespace in signal-select-result.
2015-07-11 Matt BirkholzCall %deregister-gc-event. Punt registered-subprocesse...
2015-07-11 Matt BirkholzAdd type-checking to thread-dead?.
2015-07-11 Matt BirkholzSynchronize processors for GC, purify and fasdump.
2015-07-11 Matt BirkholzAccommodate multiple processors.
2015-07-11 Matt BirkholzLook for IO in yield-current-thread.
2015-07-11 Matt BirkholzAdd missing (unlock) to restart-thread.
2015-07-11 Matt BirkholzPunt interrupt-mask/in-threads.
2015-07-10 Matt BirkholzImport without-preemption into runtime/ffi.scm.
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...
next