mit-scheme.git
2016-03-08 Matt BirkholzUse new --prepend-library option to build and test...
2016-03-08 Matt BirkholzPunt plugin -available? procedures.
2016-03-08 Matt BirkholzPunt with-system-library-directories.
2016-03-08 Matt Birkholzmicrocode/option.c: Add --prepend-library option.
2016-03-08 Matt Birkholzmicrocode/option.c (string_copy_limited): Null-terminat...
2016-03-06 Matt Birkholzmicrocode: Show defaults for band and library-path...
2016-03-03 Matt BirkholzFix plugin testing, -available? predicates, install...
2016-03-03 Matt Birkholzffi: Delete old reference to the XML option.
2016-03-03 Matt Birkholzmicrocode/pruxffi.c: Pass flovecs as double*, not SCHEM...
2016-03-03 Matt Birkholztests/ffi/test-ffi.scm: Use new param:suppress-loading...
2016-03-03 Matt Birkholzruntime/ffi: Add plugin-available?. Eliminate free...
2016-03-03 Matt Birkholzsrc/README.txt: Describe the latest plugins.
2016-03-03 Matt Birkholzdoc/index.html: Add list of plugin manuals.
2016-03-02 Chris HansonApply swank patch from craven@gmx.net.
2016-03-01 Chris HansonSuppress output about passing tests.
2016-03-01 Chris HansonClarify wording in notification line.
2016-03-01 Chris HansonFix a test problem caused by make-parameter changing...
2016-03-01 Chris HansonRemove obsolete runtime-check directory.
2016-03-01 Chris HansonFix two typos; thanks to craven@gmx.net!
2016-02-29 Chris HansonIf install-info is available, use it to update the...
2016-02-29 Chris HansonImplement more R7RS string and vector procedures.
2016-02-29 Chris HansonImplement some R7RS string procedures.
2016-02-29 Chris HansonImplement #true and #false as specified by R7RS.
2016-02-29 Chris HansonImplement exact and inexact as per R7RS.
2016-02-29 Chris HansonChange make-parameter to be make-unsettable-parameter.
2016-02-29 Chris HansonExplicitly specify settability of all parameters.
2016-02-29 Chris HansonRefactor parser and unparser parameters.
2016-02-29 Chris HansonDefine guarantee-boolean and parameter-converter.
2016-02-29 Chris HansonDocument parser and unparser parameters.
2016-02-29 Chris HansonUpdate the documentation of *random-state*.
2016-02-29 Chris HansonFix typos.
2016-02-29 Chris HansonUpdate the documentation of several parameters.
2016-02-29 Chris HansonDocument port parameters.
2016-02-29 Chris HansonRefactor handling of SRFI references using macros.
2016-02-28 Chris HansonChange standard ports to *be* parameters.
2016-02-28 Chris HansonUse parameter defaults with make-general-parameter.
2016-02-28 Chris HansonRely on error:wrong-type-argument to use default caller...
2016-02-28 Chris HansonChange guarantee-foo to return the object.
2016-02-28 Chris HansonDefine and export the default parameter procedures.
2016-02-28 Chris HansonFix parameterization in pp.scm.
2016-02-28 Chris HansonFix parameterization in unpars.scm.
2016-02-28 Chris HansonFix parameterization in parse.scm.
2016-02-28 Chris HansonFix parameterization in global.scm.
2016-02-28 Chris HansonFix handling of *default-pathname-defaults*.
2016-02-28 Chris HansonFix parameterization in error.scm.
2016-02-28 Chris HansonFix parameterization in rep.scm.
2016-02-28 Chris HansonUse parameter setter on working-directory-pathname.
2016-02-28 Chris HansonTweak make-general-parameter to allow defining a setter.
2016-02-28 Chris HansonMake param:loading? unsettable.
2016-02-28 Chris HansonSplit make-parameter into settable and unsettable variants.
2016-02-28 Chris HansonFix parameterization of load.scm.
2016-02-27 Chris HansonRename default-pathname-defaults to param:default-pathn...
2016-02-27 Chris HansonAdd missing runtime/ subdir.
2016-02-27 Chris HansonMove dragon4 unit tests from comment to tests/ directory.
2016-02-27 Chris HansonRefactor handling of flonum-unparser-cutoff.
2016-02-27 Chris HansonAdd assert-member.
2016-02-27 Chris HansonDe-parameterize *random-state*.
2016-02-27 Chris HansonRefactor TAGS generation.
2016-02-27 Chris HansonEliminate *working-directory-pathname*.
2016-02-27 Chris HansonImplement make-parameter*.
2016-02-27 Chris HansonSplit *default-pathname-defaults* into parameter/non...
2016-02-27 Chris HansonFix over-long line.
2016-02-26 Arthur A. GlecklerRevert "TAGS shouldn't be in commit."
2016-02-26 Arthur A. GlecklerRevert "Remove REDUCE-LEFT from documentation."
2016-02-26 Chris HansonTAGS shouldn't be in commit.
2016-02-26 Chris HansonEliminate fluid data type in favor of parameters.
2016-02-26 Chris HansonImplement when and unless from r7rs.
2016-02-26 Chris HansonRefactor parameter/fluid implementation into one.
2016-02-26 Chris HansonImplement simple metadata table abstraction.
2016-02-26 Chris HansonRefactor cond-expand to handle r7rs features.
2016-02-23 Chris HansonMerge branch 'master' of git.sv.gnu.org:/srv/git/mit...
2016-02-23 Chris HansonPut reduce-right back.
2016-02-23 Matt Birkholzmicrocode/debug.c (verify_compiled): A cast to quiet...
2016-02-23 Matt Birkholzffi: Support libtool. Convert plugins and test-ffi...
2016-02-22 Chris HansonEliminate uses of fluid-let in the runtime system.
2016-02-16 Matt BirkholzInterrupt handlers DO want to use signal-thread-event.
2016-02-04 Matt Birkholzsrc/etc/compile-svm.sh: Use max heap to cross-compile...
2016-02-04 Matt BirkholzAbort the console thread when heap is low.
2016-02-03 Matt Birkholzrun-gc-finalizers: Avoid deadlock in this GC daemon.
2016-02-03 Matt BirkholzGC daemons may run when there is no current thread(!).
2016-02-03 Matt BirkholzFix try-lock-thread-mutex to work when there is no...
2016-02-03 Matt BirkholzFix directory-read to NOT drop the occasional file.
2016-02-03 Matt Birkholzdebug.c (verify_heap, dump_heap_at): Avoid SIGSEGVing.
2016-02-03 Matt Birkholzutils.c (copy_history): Do not update Free unless it...
2016-02-03 Matt Birkholzworld-monitor: truncate lines
2016-02-03 Matt Birkholzdist/make-src-files: Include tests/ in the source distr...
2016-01-24 Joe MarshallEagerly transport list CDRs to linearize lists.
2016-01-23 Matt Birkholzsrc/microcode/debug.c (verify_heap): Verify pointers.
2016-01-23 Matt Birkholzsrc/microcode/typename.txt: Rename obsolete types....
2016-01-20 Matt Birkholzsrc/microcode/debug.c: Improve verify_heap. Add verify...
2016-01-20 Matt Birkholzsrc/microcode/stack.h (STACK_LOCATIVE_LESS_P): Rename...
2016-01-20 Matt Birkholzsrc/microcode/gcloop.c (gc_type_map): Undefine obsolete...
2016-01-20 Matt Birkholzruntime/world-report.scm edwin/world-monitor.scm: minor...
2016-01-19 Joe MarshallRemove REDUCE-LEFT from documentation.
2016-01-19 Joe MarshallProper implementation of FOLD-LEFT. Implement FOLD...
2016-01-19 Joe MarshallDon't export REDUCE-LEFT from (runtime list).
2016-01-19 Joe MarshallUse FOLD-LEFT instead of REDUCE-LEFT.
2016-01-18 Joe MarshallUndo delayed adding of hash-table to population. Inste...
2016-01-17 Matt BirkholzAdd open-unix-server-socket and unix-server-connection...
2016-01-17 Matt BirkholzAdd MONITOR-WORLD Edwin command displaying an animated...
next