mit-scheme.git
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.
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.
2014-11-14 Matt BirkholzSyntax sf before compiler.
2014-11-14 Matt BirkholzMove compile-directory. Punt sf- and compile-directory?.
2014-11-13 Taylor R CampbellAdd thread barrier abstraction.
2014-11-13 Taylor R CampbellAdd condition variable abstraction.
2014-11-13 Taylor R CampbellAdd GUARANTEE-THREAD-MUTEX-OWNED.
2014-11-06 Taylor R CampbellInherit the root thread continuation.
2014-11-04 Taylor R CampbellFix indentation in GET-X-DISPLAY botched by last commit.
2014-11-03 Taylor R CampbellReset Edwin's X display on restore.
2014-11-03 Taylor R CampbellCall dload_finalize_file, not dld_finalize_file. Oops.
2014-11-03 Taylor R CampbellReset dld (.so) handles on restore.
2014-10-22 Taylor R CampbellDon't pass `-isysroot -fconstant-cfstrings' if we can...
2014-10-19 Matt Birkholzsvm: Do fni->bci step in host, not with interpreted...
2014-10-19 Matt Birkholztests: Replace : with / so progress notes are not error...
2014-10-11 Matt Birkholztypo
2014-10-10 Matt Birkholzsvm: Fix continue_from_trap.
2014-10-10 Matt Birkholzi386 flonums: Fix substitution of FLDZ,FUCOMP for FTST...
2014-10-10 Matt Birkholzmake check: To avoid long run times, export FAST=y.
2014-09-05 Matt Birkholzmcrypt: A libmcrypt plugin (separately buildable FFI...
2014-08-27 Matt Birkholzmicrocode/unix: fix continue_from_trap to freak out...
2014-08-27 Matt Birkholzmicrocode/i386: Set sse_presence.
2014-08-13 Matt BirkholzFluidize (runtime thread) internal root-continuation...
2014-08-12 Matt BirkholzFluidize *bound-restarts* and dynamic-handler-frames.
2014-08-12 Matt BirkholzFluidize *random-state*.
next