projects
/
mit-scheme.git
/ shortlog
commit
grep
author
committer
pickaxe
?
search:
re
summary
| shortlog |
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
mit-scheme.git
2016-02-26
Arthur A. Gleckler
Revert "TAGS shouldn't be in commit."
commit
|
commitdiff
|
tree
|
snapshot
2016-02-26
Arthur A. Gleckler
Revert "Remove REDUCE-LEFT from documentation."
commit
|
commitdiff
|
tree
|
snapshot
2016-02-26
Chris Hanson
TAGS shouldn't be in commit.
commit
|
commitdiff
|
tree
|
snapshot
2016-02-26
Chris Hanson
Eliminate fluid data type in favor of parameters.
commit
|
commitdiff
|
tree
|
snapshot
2016-02-26
Chris Hanson
Implement when and unless from r7rs.
commit
|
commitdiff
|
tree
|
snapshot
2016-02-26
Chris Hanson
Refactor parameter/fluid implementation into one.
commit
|
commitdiff
|
tree
|
snapshot
2016-02-26
Chris Hanson
Implement simple metadata table abstraction.
commit
|
commitdiff
|
tree
|
snapshot
2016-02-26
Chris Hanson
Refactor cond-expand to handle r7rs features.
commit
|
commitdiff
|
tree
|
snapshot
2016-02-23
Chris Hanson
Merge branch 'master' of git.sv.gnu.org:/srv/git/mit...
commit
|
commitdiff
|
tree
|
snapshot
2016-02-23
Chris Hanson
Put reduce-right back.
commit
|
commitdiff
|
tree
|
snapshot
2016-02-23
Matt Birkholz
microcode/debug.c (verify_compiled): A cast to quiet...
commit
|
commitdiff
|
tree
|
snapshot
2016-02-23
Matt Birkholz
ffi: Support libtool. Convert plugins and test-ffi...
commit
|
commitdiff
|
tree
|
snapshot
2016-02-22
Chris Hanson
Eliminate uses of fluid-let in the runtime system.
commit
|
commitdiff
|
tree
|
snapshot
2016-02-16
Matt Birkholz
Interrupt handlers DO want to use signal-thread-event.
commit
|
commitdiff
|
tree
|
snapshot
2016-02-04
Matt Birkholz
src/etc/compile-svm.sh: Use max heap to cross-compile...
commit
|
commitdiff
|
tree
|
snapshot
2016-02-04
Matt Birkholz
Abort the console thread when heap is low.
commit
|
commitdiff
|
tree
|
snapshot
2016-02-03
Matt Birkholz
run-gc-finalizers: Avoid deadlock in this GC daemon.
commit
|
commitdiff
|
tree
|
snapshot
2016-02-03
Matt Birkholz
GC daemons may run when there is no current thread(!).
commit
|
commitdiff
|
tree
|
snapshot
2016-02-03
Matt Birkholz
Fix try-lock-thread-mutex to work when there is no...
commit
|
commitdiff
|
tree
|
snapshot
2016-02-03
Matt Birkholz
Fix directory-read to NOT drop the occasional file.
commit
|
commitdiff
|
tree
|
snapshot
2016-02-03
Matt Birkholz
debug.c (verify_heap, dump_heap_at): Avoid SIGSEGVing.
commit
|
commitdiff
|
tree
|
snapshot
2016-02-03
Matt Birkholz
utils.c (copy_history): Do not update Free unless it...
commit
|
commitdiff
|
tree
|
snapshot
2016-02-03
Matt Birkholz
world-monitor: truncate lines
commit
|
commitdiff
|
tree
|
snapshot
2016-02-03
Matt Birkholz
dist/make-src-files: Include tests/ in the source distr...
commit
|
commitdiff
|
tree
|
snapshot
2016-01-24
Joe Marshall
Eagerly transport list CDRs to linearize lists.
commit
|
commitdiff
|
tree
|
snapshot
2016-01-23
Matt Birkholz
src/microcode/debug.c (verify_heap): Verify pointers.
commit
|
commitdiff
|
tree
|
snapshot
2016-01-23
Matt Birkholz
src/microcode/typename.txt: Rename obsolete types....
commit
|
commitdiff
|
tree
|
snapshot
2016-01-20
Matt Birkholz
src/microcode/debug.c: Improve verify_heap. Add verify...
commit
|
commitdiff
|
tree
|
snapshot
2016-01-20
Matt Birkholz
src/microcode/stack.h (STACK_LOCATIVE_LESS_P): Rename...
commit
|
commitdiff
|
tree
|
snapshot
2016-01-20
Matt Birkholz
src/microcode/gcloop.c (gc_type_map): Undefine obsolete...
commit
|
commitdiff
|
tree
|
snapshot
2016-01-20
Matt Birkholz
runtime/world-report.scm edwin/world-monitor.scm: minor...
commit
|
commitdiff
|
tree
|
snapshot
2016-01-19
Joe Marshall
Remove REDUCE-LEFT from documentation.
commit
|
commitdiff
|
tree
|
snapshot
2016-01-19
Joe Marshall
Proper implementation of FOLD-LEFT. Implement FOLD...
commit
|
commitdiff
|
tree
|
snapshot
2016-01-19
Joe Marshall
Don't export REDUCE-LEFT from (runtime list).
commit
|
commitdiff
|
tree
|
snapshot
2016-01-19
Joe Marshall
Use FOLD-LEFT instead of REDUCE-LEFT.
commit
|
commitdiff
|
tree
|
snapshot
2016-01-18
Joe Marshall
Undo delayed adding of hash-table to population. Inste...
commit
|
commitdiff
|
tree
|
snapshot
2016-01-17
Matt Birkholz
Add open-unix-server-socket and unix-server-connection...
commit
|
commitdiff
|
tree
|
snapshot
2016-01-17
Matt Birkholz
Add MONITOR-WORLD Edwin command displaying an animated...
commit
|
commitdiff
|
tree
|
snapshot
2016-01-17
Matt Birkholz
Add a WORLD-REPORT procedure to write a state-of-the...
commit
|
commitdiff
|
tree
|
snapshot
2016-01-17
Matt Birkholz
Add crude thread time accounting.
commit
|
commitdiff
|
tree
|
snapshot
2016-01-17
Matt Birkholz
src/runtime/savres.scm (disk-save): Save time world...
commit
|
commitdiff
|
tree
|
snapshot
2016-01-17
Matt Birkholz
src/runtime/output.scm (write-strings-in-paragraph...
commit
|
commitdiff
|
tree
|
snapshot
2016-01-17
Matt Birkholz
src/runtime/gcnote.scm (gc-statistic->string): Abbrevia...
commit
|
commitdiff
|
tree
|
snapshot
2016-01-17
Joe Marshall
Typos.
commit
|
commitdiff
|
tree
|
snapshot
2016-01-16
Joe Marshall
Don't blow out the stack in STREAM->LIST.
commit
|
commitdiff
|
tree
|
snapshot
2016-01-16
Joe Marshall
Don't add table to rehash population until an entry...
commit
|
commitdiff
|
tree
|
snapshot
2016-01-16
jmarshall
Add STREAM-LAST and STREAM-TRUNCATE. Fixed a typo.
commit
|
commitdiff
|
tree
|
snapshot
2016-01-05
Matt Birkholz
Return 0 from OS_test_select_* ONLY if there are no...
commit
|
commitdiff
|
tree
|
snapshot
2016-01-05
Matt Birkholz
Add foreach_async_signal and an ASYNC flag for signal...
commit
|
commitdiff
|
tree
|
snapshot
2016-01-05
Matt Birkholz
Do not randomize the FPU control word in x87_read_envir...
commit
|
commitdiff
|
tree
|
snapshot
2016-01-05
Matt Birkholz
Do not initialize the floating-point environment in...
commit
|
commitdiff
|
tree
|
snapshot
2016-01-05
Matt Birkholz
Do not initialize the floating-point environment in...
commit
|
commitdiff
|
tree
|
snapshot
2016-01-05
Matt Birkholz
Add interrupts_p and OS_select_registry_entry for glib...
commit
|
commitdiff
|
tree
|
snapshot
2016-01-05
Matt Birkholz
Add an ignore_status_change parameter to OS_pause for...
commit
|
commitdiff
|
tree
|
snapshot
2016-01-05
Matt Birkholz
Punt without-preemption; use without-interrupts during...
commit
|
commitdiff
|
tree
|
snapshot
2016-01-03
Matt Birkholz
Update copyright years.
commit
|
commitdiff
|
tree
|
snapshot
2016-01-03
Matt Birkholz
dist/update-copyright.scm: Translate last-copyright...
commit
|
commitdiff
|
tree
|
snapshot
2016-01-03
Matt Birkholz
dist/update-copyright.scm: Update files in place.
commit
|
commitdiff
|
tree
|
snapshot
2016-01-03
Matt Birkholz
Note last-statistic early in signal-gc-events.
commit
|
commitdiff
|
tree
|
snapshot
2016-01-03
Matt Birkholz
edwin: Eliminate redundant thread event when setting...
commit
|
commitdiff
|
tree
|
snapshot
2016-01-03
Matt Birkholz
Eliminate multiple trigger-gc-deamons!.
commit
|
commitdiff
|
tree
|
snapshot
2016-01-03
Matt Birkholz
Add clock time (HH:MM) to GC notifications.
commit
|
commitdiff
|
tree
|
snapshot
2016-01-03
Matt Birkholz
edwin: Add a timeout parameter to the peek-no-hang...
commit
|
commitdiff
|
tree
|
snapshot
2016-01-03
Matt Birkholz
Add register-gc-event, deregister-gc-event, registered...
commit
|
commitdiff
|
tree
|
snapshot
2016-01-03
Matt Birkholz
Replace subprocess status ticks with thread events.
commit
|
commitdiff
|
tree
|
snapshot
2016-01-03
Matt Birkholz
Reimplement permanently-register-io-thread-event for...
commit
|
commitdiff
|
tree
|
snapshot
2016-01-03
Matt Birkholz
edwin: Fix inferior threads' wait-for-input.
commit
|
commitdiff
|
tree
|
snapshot
2016-01-03
Matt Birkholz
Do NOT use permanently-register-io-thread-event in...
commit
|
commitdiff
|
tree
|
snapshot
2016-01-03
Matt Birkholz
doc/user-manual: Unix Installation: minor edits.
commit
|
commitdiff
|
tree
|
snapshot
2016-01-03
Matt Birkholz
svm: finish-cross-compilation of everything using a...
commit
|
commitdiff
|
tree
|
snapshot
2016-01-03
Matt Birkholz
Update versions to 9.2.1.
commit
|
commitdiff
|
tree
|
snapshot
2015-12-27
Taylor R Campbell
Don't let mime decoding errors crash imail.
commit
|
commitdiff
|
tree
|
snapshot
2015-12-27
Taylor R Campbell
Automate the mime codec tests. Still need work.
commit
|
commitdiff
|
tree
|
snapshot
2015-12-26
Taylor R Campbell
Make all mime decoders signal a common condition type.
commit
|
commitdiff
|
tree
|
snapshot
2015-10-27
Taylor R Campbell
Document REFERENCE-BARRIER.
commit
|
commitdiff
|
tree
|
snapshot
2015-09-03
Matt Birkholz
ffi: Fix callouts that return a struct or union.
commit
|
commitdiff
|
tree
|
snapshot
2015-08-19
Matt Birkholz
Use without-interruption and more locking(!) in gcfinal...
commit
|
commitdiff
|
tree
|
snapshot
2015-08-17
Matt Birkholz
Remove without-interrupts from runtime/process.scm.
commit
|
commitdiff
|
tree
|
snapshot
2015-08-17
Matt Birkholz
Remove without-interrupts from runtime/os2graph.scm.
commit
|
commitdiff
|
tree
|
snapshot
2015-08-17
Matt Birkholz
Remove without-interrupts from runtime/x11graph.scm.
commit
|
commitdiff
|
tree
|
snapshot
2015-08-17
Matt Birkholz
Remove without-interrupts from runtime/random.scm.
commit
|
commitdiff
|
tree
|
snapshot
2015-08-17
Matt Birkholz
Remove without-interrupts from runtime/queue.scm.
commit
|
commitdiff
|
tree
|
snapshot
2015-08-17
Matt Birkholz
Serialize access to the population-of-1d-tables.
commit
|
commitdiff
|
tree
|
snapshot
2015-08-17
Matt Birkholz
Remove without-interrupts from runtime/intrpt.scm.
commit
|
commitdiff
|
tree
|
snapshot
2015-08-17
Matt Birkholz
Remove without-interrupts from runtime/io.scm.
commit
|
commitdiff
|
tree
|
snapshot
2015-08-17
Matt Birkholz
Remove without-interrupts from runtime/infutl.scm.
commit
|
commitdiff
|
tree
|
snapshot
2015-08-17
Matt Birkholz
Remove without-interrupts from runtime/hashtb.scm.
commit
|
commitdiff
|
tree
|
snapshot
2015-08-17
Matt Birkholz
Remove with-absolutely-no-interrupts from runtime/hash...
commit
|
commitdiff
|
tree
|
snapshot
2015-08-17
Matt Birkholz
Remove without-interrupts from runtime/global.scm.
commit
|
commitdiff
|
tree
|
snapshot
2015-08-17
Matt Birkholz
Remove without-interrupts from runtime/generic.scm.
commit
|
commitdiff
|
tree
|
snapshot
2015-08-17
Matt Birkholz
Remove without-interrupts from runtime/geneqht.scm.
commit
|
commitdiff
|
tree
|
snapshot
2015-08-17
Matt Birkholz
Add make-serial-population.
commit
|
commitdiff
|
tree
|
snapshot
2015-08-17
Matt Birkholz
Remove without-interrupts from runtime/gcfinal.scm.
commit
|
commitdiff
|
tree
|
snapshot
2015-08-17
Matt Birkholz
Initialize the thread system early in the cold load.
commit
|
commitdiff
|
tree
|
snapshot
2015-08-17
Matt Birkholz
Remove with-absolutely-no-interrupts from runtime/gc...
commit
|
commitdiff
|
tree
|
snapshot
2015-08-17
Matt Birkholz
Define make-thread-mutex early.
commit
|
commitdiff
|
tree
|
snapshot
2015-08-17
Matt Birkholz
Remove without-interrupts from runtime/sfile.scm.
commit
|
commitdiff
|
tree
|
snapshot
2015-08-17
Matt Birkholz
Remove without-interrupts from runtime/rgxcmp.scm.
commit
|
commitdiff
|
tree
|
snapshot
2015-08-17
Matt Birkholz
Remove without-interrupts from runtime/ffi.scm.
commit
|
commitdiff
|
tree
|
snapshot
2015-08-17
Matt Birkholz
Add without-preemption.
commit
|
commitdiff
|
tree
|
snapshot
next