mit-scheme.git
2018-10-24 Chris HansonFix up code to clean test subdirs.
2018-10-24 Chris HansonGet FFI tests working when run from a build directory.
2018-10-24 Chris HansonFix capitalization of error messages.
2018-10-24 Chris HansonImplement let-values and let*-values.
2018-10-24 Chris HansonChange scode libraries to carry both imports and import...
2018-10-24 Chris HansonChange ->environment to work with library names too.
2018-10-24 Chris HansonRename current-load-library-db to current-library-db.
2018-10-24 Chris HansonAdd code to enable x11/x11-screen only if X is available.
2018-10-23 Chris HansonMerge branch 'master' into makefile-refactor
2018-10-23 Chris HansonChange plugin support to work in uninstalled build...
2018-10-23 Chris HansonChange cref/generate-trivial-constructor to default...
2018-10-23 Chris HansonSupport running edwin plugins in build directory.
2018-10-23 Chris HansonRefactor plugins to simplify compilation.
2018-10-23 Matt Birkholzfind_binding_cell: no bindings in a null environment
2018-10-23 Matt BirkholzFix http-get; use binary IO and new open-binary-tcp...
2018-10-23 Chris HansonEliminate use of 'all arg to cref/generate-constructors.
2018-10-23 Chris HansonEliminate obsolete option.
2018-10-22 Taylor R CampbellTighten range where it's worthwhile to evaluate this.
2018-10-22 Chris HansonMore changes so that installation works sort-of right.
2018-10-22 Chris HansonGet plugins working using the top-level makefile.
2018-10-22 Chris HansonMerge branch 'makefile-refactor' of git.sv.gnu.org...
2018-10-22 Chris HansonInitial draft of changes for optional modules.
2018-10-21 Taylor R CampbellFix automake library goo.
2018-10-21 Taylor R CampbellOmit spurious redefinition of SCM in x11.h.
2018-10-21 Taylor R CampbellSimplify 5*eps and assume the number of digits we wrote...
2018-10-21 Taylor R CampbellAdd logistic/logit-family functions.
2018-10-21 Taylor R CampbellDefine log1p and expm1 with no range limitations.
2018-10-21 Chris HansonFix sloppy change: unintentionally downcased a file...
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
next