mit-scheme.git
2019-11-27 Chris HansonPartial implementation of SRFI 115.
2019-11-27 Chris HansonAdd character sets needed for SRFI 115.
2019-11-27 Chris HansonRefactor regsexp for simplicity and future sharing.
2019-11-27 Chris HansonAdd define-deferred-procedure to capture a common pattern.
2019-11-25 Chris HansonImplement complement, a predicate inverter.
2019-11-25 Chris HansonFix typo from earlier commit.
2019-11-20 Chris HansonImplementation of the immutable strings of SRFI 140.
2019-11-20 Chris HansonTighten up testing of duplicate imports to ensure R7RS...
2019-11-20 Chris HansonChange list->string to take optional start and end...
2019-11-20 Chris HansonAllow string-builder to take a zero argument.
2019-11-20 Chris HansonOn error, show a condition report instead of a conditio...
2019-11-19 Chris HansonUpdate reference manual with changes to string-{splitte...
2019-11-18 Chris HansonModify string-splitter and string-trimmer to accept...
2019-11-18 Chris HansonChange string-builder to use a vector as its buffer.
2019-11-18 Chris HansonImplement UTF-{16,32} converters that use BOM.
2019-11-18 Chris HansonFix bug in parsing of cond-expand.
2019-11-18 Chris HansonFix warning about re-exporting imported names from...
2019-11-17 Chris HansonFix typo.
2019-11-16 Chris HansonUse euclidean/ from division package as pointed out...
2019-11-11 Chris HansonRegister srfi-133 and srfi-143 for cond-expand.
2019-11-11 Chris HansonFinish implementing SRFI 143.
2019-11-05 Chris HansonAdd usual-integrations for SRFI-143 bindings.
2019-11-05 Chris HansonAdd some SRFI-143 renames to primitive arithmetic.
2019-10-28 Chris HansonIntegrate inline tests into testing framework.
2019-10-28 Chris HansonImplement as-needed loading of libraries on import.
2019-10-27 Chris HansonAdd implementation of simple directed graph algorithms.
2019-10-27 Chris HansonAdd ability to import a library into an existing enviro...
2019-10-27 Chris HansonAutomatically pre-register libraries in standard places.
2019-10-27 Chris HansonAdd param:hide-notifications?.
2019-10-27 Chris HansonCreate a new directory src/libraries, to hold R7RS...
2019-10-22 Chris HansonPreserve the initial host-library-db.
2019-10-22 Chris HansonCreate a "standard" library providing access to the...
2019-10-22 Chris HansonFix problems with reporting why an auto property isn...
2019-10-22 Chris HansonEliminate duplicate binding.
2019-10-22 Chris HansonDon't rewrite library imports after parsing them.
2019-10-22 Chris HansonBe more careful when checking for unquote in repl eval.
2019-10-21 Chris HansonFurthur improve error reporting for libraries.
2019-10-20 Chris HansonJust have one legacy library: (mit legacy runtime)
2019-10-20 Chris HansonImprove error reporting for library imports.
2019-10-20 Chris HansonFix problem with syntaxing of DO.
2019-10-20 Chris HansonFix typo in earlier change.
2019-10-07 Chris HansonAdd printer for bytevectors and limit printing of vectors.
2019-10-07 Chris HansonChange debug printer to print vectors correctly.
2019-10-07 Chris HansonFix cold-load problems when cross-compiling from 10...
2019-10-03 Taylor R CampbellA reader has alerted me to a caveat about IEEE 754...
2019-10-03 Taylor R CampbellFix bugs in min/max on signalling NaN inputs.
2019-10-03 Taylor R CampbellFix floating-point min/max tests, and mark them xfail.
2019-09-24 Chris HansonChange record types to be immutable.
2019-09-23 Chris HansonFix aliasing problem with sub-record predicates.
2019-09-22 Chris HansonRestore compatibility with SRFI 131.
2019-09-22 Chris HansonRefactor record layout following a suggestion from...
2019-09-22 Chris HansonTweak my special hack.
2019-09-21 Chris HansonImplement any-duplicates?.
2019-09-21 Chris HansonFix syntax bug that showed up in syntax-rules.
2019-09-18 Taylor R CampbellMerge branch 'riastradh-20190917-fixamd64uuojmp'
2019-09-18 Taylor R CampbellFix tospace/newspace confusion.
2019-09-18 Taylor R CampbellRevert "Workaround for inexplicable fatal error on...
2019-09-17 Chris HansonWorkaround for inexplicable fatal error on macOS.
2019-09-17 Chris HansonUpdate incorrect comments.
2019-09-17 Chris HansonTeach fasload about cc_return objects.
2019-09-08 Chris HansonAdapt fegetexcept etc. workarounds to work when debuggi...
2019-09-08 Chris HansonDon't use MAP_TRYFIXED unless is it defined; otherwise...
2019-09-03 Taylor R CampbellMark floenv in use so exceptions stay cleared if preempted.
2019-08-26 Taylor R CampbellOpen-code flonum-fma (fused multiply-add) on aarch64.
2019-08-26 Taylor R CampbellFix missing ELSE (error).
2019-08-26 Taylor R CampbellFix leak of floating-point environment in test-arith...
2019-08-26 Taylor R CampbellIf enabling fp traps for first time, clear sticky excep...
2019-08-26 Taylor R CampbellCache cleared exceptions to prevent SIGFPE loop on...
2019-08-26 Taylor R CampbellTeach continuation parser about last return code offsets.
2019-08-26 Taylor R CampbellFix store-value restarts for unassigned/unbound variabl...
2019-08-26 Taylor R CampbellNew primitive PRIMITIVE-PROCEDURE-OPEN-CODED?.
2019-08-26 Taylor R CampbellUse paxctl on NetBSD to allow PROT_WRITE|PROT_EXEC.
2019-08-26 Taylor R CampbellUse proper m4 quotation for AC_CHECK_TOOL usage.
2019-08-26 Chris HansonTweak workaround for floating exceptions on macOS.
2019-08-25 Taylor R CampbellMerge branch 'riastradh-20190113-aarch64-v6'
2019-08-25 Taylor R CampbellOpen-code floating-point arithmetic on aarch64.
2019-08-25 Taylor R CampbellReduce some extraneous MOVK instructions in immediate...
2019-08-25 Taylor R CampbellFix set of architectures with busted fp compare exceptions.
2019-08-25 Taylor R CampbellWork around buggy libm on NetBSD/aarch64.
2019-08-25 Taylor R CampbellShow for which parameters the test failed.
2019-08-25 Taylor R CampbellSimplify flo:-inf.0 and flo:+inf.0.
2019-08-25 Taylor R CampbellFix missing #include.
2019-08-25 Taylor R CampbellLet caller specify how to get a temporary in ADD-IMMEDIATE.
2019-08-25 Taylor R CampbellNew GENERAL-TEMPORARY! shorthand.
2019-08-25 Taylor R CampbellFix units for cc_entry_to_block_offset/cc_return_to_blo...
2019-08-24 Taylor R CampbellFix comment about odd rounding mode.
2019-08-24 Taylor R CampbellAdd missing include guards.
2019-08-24 Taylor R CampbellUpdate and clarify fp-env documentation.
2019-08-24 Taylor R CampbellSimplify flo:update-environment!.
2019-08-24 Taylor R CampbellFix two bugs in floating-point environment.
2019-08-24 Taylor R CampbellTest busted flo:set-environment!.
2019-08-22 Taylor R CampbellSimplify some logic by using dedicated scratch register...
2019-08-22 Taylor R CampbellUse AC_CHECK_TOOL for as and allow configure parameter.
2019-08-21 Taylor R CampbellFix sign error in previous.
2019-08-21 Taylor R CampbellLink the endian-independent cmpauxmd for aarch64.
2019-08-21 Taylor R CampbellUpdate aarch64 release note.
2019-08-21 Taylor R CampbellValidate signed-26 PC-relative offset in B instruction.
2019-08-21 Taylor R CampbellComment out bogus ADRP-ADD pseudo-instruction definition.
2019-08-21 Taylor R CampbellNo need for a separate function here.
2019-08-21 Taylor R CampbellFix comment about ADRP to reflect reality.
next