mit-scheme.git
2018-10-20 Chris HansonFix C compiler warning of assigning register to itself.
2018-10-20 Chris HansonAdd missing dependency.
2018-10-20 Chris HansonFix typo in previous change.
2018-10-20 Chris HansonDon't use *-w32.* files for LIARC.
2018-10-20 Chris HansonAttempt to make LIARC lap files more readable.
2018-10-20 Chris HansonFix problem: MODULE_CFLAGS no longer exists.
2018-10-20 Chris HansonFor --with-scheme-build, no need to make pathname absolute.
2018-10-20 Chris HansonImplement MIT_SCHEME_COMPILER_TARGET for TL and microco...
2018-10-20 Chris HansonFix bug in LIARC that tried to compile unused code.
2018-10-20 Chris HansonFix bug in LIARC code generator.
2018-10-20 Chris HansonAdapt LIARC to use new strings.
2018-10-18 Chris HansonAdd --with-scheme-build to simplify building from anoth...
2018-10-18 Chris HansonAnother major refactoring, to split up cross host/target.
2018-10-18 Chris HansonUpdate MacOSX -> macOS.
2018-10-17 Chris HansonAdd "run-build" shell script to simplify working with...
2018-10-17 Chris HansonBump version number coming into release.
2018-10-17 Chris HansonSplit handling of compiler target from host architecture.
2018-10-16 Chris HansonMerge branch 'master' into makefile-refactor
2018-10-16 Chris HansonLoad macros needed by machines/svm/machine.
2018-10-16 Chris HansonForgot to make changes to other compiler.pkg files.
2018-10-16 Chris HansonEliminate warning about old-style function declaration.
2018-10-15 Chris HansonLoad macros needed by machines/svm/machine.
2018-10-15 Chris HansonAdd back guarantee since it's needed for compiling...
2018-10-15 Chris HansonGuarantee that SF is loaded by compiler.sf.
2018-10-15 Chris HansonEliminate a bunch of now-unnecessary stuff from host...
2018-10-15 Chris HansonRefactor top-level Makefile to use a single pass.
2018-10-15 Chris HansonFix bug where the result of char-upcase is multibyte.
2018-10-14 Chris HansonRemove redundant clause from test for unquoted symbols.
2018-10-14 Chris HansonDon't print "program" for R7RS top-level.
2018-10-14 Chris HansonExtensive work to get compiler to work with R7RS libraries.
2018-10-14 Chris HansonFix bug: reference caches weren't working right without...
2018-10-14 Chris HansonRefactor compiler top level to do info-file dump as...
2018-10-13 Matt BirkholzInstall plugin html/pdf documentation in project docdir.
2018-10-10 Matt BirkholzMake Edwin and Imail separately installable projects.
2018-10-10 Matt Birkholzruntime/optiondb: Document new arg for further-load...
2018-10-10 Chris HansonFix bug in test-rgxcmp: was using iso-8859-1 coding...
2018-10-10 Chris HansonFix thinko in string reader: first octal digit is in...
2018-10-08 Chris HansonAdd stubs for R7RS library support so that SF works.
2018-10-08 Chris HansonSplit library scode to a package; raise abstraction...
2018-10-08 Chris HansonDon't wrap a compiled-expression object in scode-quote.
2018-10-08 Chris HansonGet loader to work with R7RS files processed with SF.
2018-10-08 Chris HansonFix typo.
2018-10-07 Chris HansonMake better abstraction for scode-library files.
2018-10-07 Chris HansonChange printer to prefix scode types with "scode-".
2018-10-07 Chris HansonGet SF working on R7RS files. Loader needs to be modif...
2018-10-07 Chris HansonChange automatic-properties to support multiple values.
2018-10-07 Chris HansonChange the loader so that it can load R7RS source files.
2018-10-06 Chris HansonAnother rewrite, this time to treat programs as anonymo...
2018-10-06 Chris HansonMajor rewrite of library support.
2018-10-05 Chris HansonImplement test-library-standard and fix bugs.
2018-10-05 Chris HansonReverse order of args to make-library-import and make...
2018-10-04 Chris HansonFix over-long line.
2018-10-04 Chris HansonInitial draft of test-library-imports, plus bug fixes.
2018-10-03 Chris HansonImplement test-library-parser and fix bugs in library...
2018-10-02 Chris HansonSimplify implementation slightly.
2018-10-02 Chris HansonAllow more general record predicates.
2018-10-01 Chris HansonChange default text I/O format to be UTF-8.
2018-10-01 Chris HansonChange random to use a binary input file for initializing.
2018-09-20 Matt BirkholzUse (further-load-options #t); recommend it in the...
2018-09-20 Matt BirkholzAdd (further-load-options #t): continue with the next...
2018-09-20 Matt BirkholzUser manual: move plugin build hints to plugin READMEs.
2018-09-16 Matt BirkholzFix Edwin to recognize the x11-screen option during...
2018-09-14 Chris HansonTweak README to indicate correct order for tests.
2018-09-14 Chris HansonFix indentation.
2018-09-14 Chris HansonTweaks to get Edwin running on macos.
2018-09-14 Chris HansonCouple more tweaks to get macos running.
2018-09-14 Chris HansonChanges to get X11 module to compile on macos.
2018-09-06 Chris HansonReset start times of threads when restoring image.
2018-09-06 Chris HansonFix problem with printing of SOS instances.
2018-07-30 Matt Birkholzx11: Fix x-list-fonts procedure.
2018-07-30 Matt Birkholzblowfish: Remove boast from ancient description in...
2018-07-19 Matt Birkholzx11: version 1.1
2018-07-16 Matt Birkholzmicrocode/uxio.c (OS_channel_read): Return 0 for EIO...
2018-07-03 Matt Birkholzffi: Avoid 9.1's expansion of define-print-method.
2018-06-25 Matt Birkholzblowfish/Makefile.am: compile.sh missing from EXTRA_DIST.
2018-06-25 Matt Birkholzx11: Actually export import-x11.
2018-06-22 Matt BirkholzFix x11-screen plugin for autoloading by Edwin's new...
2018-06-22 Matt BirkholzReplace Edwin's X display type with the x11-screen...
2018-06-22 Matt BirkholzPunt remains of µmodule support.
2018-06-22 Matt BirkholzPunt x11 µmodule; autoload x11 plugin version 1.0.
2018-06-22 Matt BirkholzPunt mcrypt µmodule; autoload mcrypt plugin version...
2018-06-22 Matt BirkholzPunt db4 µmodule; remove to incomplete berkeley-db...
2018-06-22 Matt BirkholzPunt pgsql µmodule; autoload pgsql plugin version 1.0.
2018-06-22 Matt BirkholzPunt bfish µmodule; autoload blowfish plugin version...
2018-06-22 Matt BirkholzPunt gdbm µmodule; autoload gdbm plugin version 1.0.
2018-06-22 Matt BirkholzDeprecate without-interrupts.
2018-06-22 Matt BirkholzMake FFI a non-optional subsystem.
2018-06-22 Matt BirkholzExport FFI's delete-plugin-list and update-plugin-indices.
2018-06-22 Matt BirkholzUpdate FFI manual.
2018-06-13 Chris HansonChange nearly all code to use parameterize rather than...
2018-06-13 Chris HansonDefine parameterize using syntax-rules and add it to...
2018-06-13 Chris HansonNot-yet-complete implementation of R7RS libraries.
2018-06-06 Matt Birkholzmicrocode/extern.h (HASH_TO_FIXNUM): typo
2018-06-06 Matt Birkholzi386/compiler.pkg: Add missing scode/definition?.
2018-06-06 Matt BirkholzSVM assembler needs hash-table-clear!.
2018-06-05 Matt Birkholzmhash: Punt. The µmodule-based package disappeared...
2018-06-05 Matt BirkholzSerialize access to thread/properties via thread-get...
2018-06-05 Matt BirkholzName the initial thread.
2018-06-05 Matt Birkholzimail: Like probe-folder-output-processor, avoid refere...
2018-06-05 Matt Birkholzffi: version 1.0
next