mit-scheme.git
2017-12-25 Chris HansonMerge branch 'master' of git.sv.gnu.org:/srv/git/mit...
2017-12-23 Matt Birkholzgdbm plugin: Add a manual, a translation of the gdbm...
2017-12-23 Matt Birkholzffi: Peek C strings as non-legacy strings, else bytevec...
2017-12-21 Chris HansonSupport OR in syntax-check.
2017-12-21 Chris HansonHandle case where XCode SDK doesn't match running OS.
2017-12-19 Taylor R CampbellRestore SIGQUIT handler so I can enter breakpoints...
2017-12-19 Taylor R CampbellCall close-textual-in/output-port, not close-in/output...
2017-12-19 Taylor R CampbellAvoid stack overflow with long responses.
2017-11-28 Taylor R CampbellAdd blowfish-cbc tests.
2017-11-28 Taylor R CampbellAdd standard Blowfish tests.
2017-11-04 Chris HansonFix test failures caused when no support for non-standa...
2017-11-04 Chris HansonSimplify previous fix to string-trimmer.
2017-11-04 Chris HansonFix warnings from macOS compiler.
2017-11-04 Chris HansonMerge branch 'master' of git.sv.gnu.org:/srv/git/mit...
2017-11-04 Chris HansonFix incorrect use of && where & should have been used.
2017-11-04 Taylor R CampbellIf n is zero, there will be no higher bits set; skip...
2017-11-04 Taylor R CampbellRip out microcode mhash module.
2017-11-04 Taylor R CampbellEliminate optional mhash dependency in fasdump.c.
2017-11-04 Taylor R CampbellRip out vestiges of MD5 loadables.
2017-11-04 Taylor R CampbellEliminate MD5 as a loadable microcode module.
2017-11-03 Taylor R CampbellFirst draft of SHA3-256 with minimal tests.
2017-11-02 Matt Birkholzblowfish plugin: Add texinfo manual, scraped from OpenS...
2017-11-02 Matt Birkholzx11/x11-base (->cstring): Convert 0 to the null pointer.
2017-11-02 Matt Birkholzpgsql plugin: typos, e.g. banish vagrant scminfodir.
2017-11-02 Matt Birkholzustring (string-trim): Handle strings trimmed to nothing.
2017-10-26 Taylor R CampbellAdd common integer bit string ffs, fls, ctz, and clz.
2017-10-16 Taylor R CampbellFix typo: port/state should give the state, not the...
2017-10-08 Chris HansonEliminate no-longer-used conditional.
2017-10-06 Chris HansonFix typo when reading symbols without #!fold-case.
2017-09-21 Matt Birkholzx11: Ensure C strings are null terminated.
2017-09-21 Matt Birkholzgdbm: Ensure filename for do_gdbm_open is null terminated.
2017-09-19 Matt Birkholzmicrocode/cmpauxmd/i386.m4: typo
2017-09-16 Matt Birkholzruntime/syncproc: Eliminate spinning, and blocking.
2017-09-16 Matt Birkholzmicrocode/cmpauxmd/x86-64.m4: Wordsmith commentary...
2017-09-16 Matt Birkholzmicrocode/debug: Add ustring support, Stack(), Print...
2017-09-16 Matt Birkholzmicrocode: Do not save history_register locally.
2017-09-16 Matt Birkholzmicrocode: Restore frame pointer as well as stack pointer.
2017-09-16 Matt Birkholzffi: Follow example of C_call_scheme; eliminate aborts.
2017-09-12 Taylor R CampbellFix syncproc test to avoid bashism.
2017-09-12 Taylor R CampbellAdd Keccak-f[1600] primitive operating on byte vectors.
2017-08-02 Chris HansonFix thinko in previous change.
2017-07-30 Matt Birkholztests/runtime/test-syncproc: Enabled, with 3 more basic...
2017-07-30 Matt Birkholzruntime/binary-port (close-binary-output-port): Close...
2017-07-26 Matt Birkholzpgsql plugin: Typos. Check script should warn (not...
2017-07-26 Matt Birkholzruntime/stringio (string-in/read-substring): Swap src...
2017-07-02 Matt Birkholzpgsql plugin: New, from the pgsql microcode module.
2017-07-02 Matt Birkholzffi/build (read-html-title): Use core regsexp.
2017-05-29 Taylor R CampbellFix missing argument.
2017-05-24 Matt Birkholzx11-screen plugin: Update README, NEWS, version.
2017-05-23 Matt Birkholzx11 plugin: Convert to iso8859-1 rather than utf8.
2017-05-23 Matt Birkholztest-ffi-wrapper: c-peek-cstring can now return a legac...
2017-05-22 Chris HansonMove re-compile-char-set from rgxcmp to chrset.
2017-05-18 Matt Birkholzworld-report: missing PORT in call to write-string
2017-05-17 Matt Birkholzdoc: Define PACKAGE_TARNAME (for docdir) in make-common...
2017-05-17 Matt Birkholzmcrypt-check.sh: Load-option for run-shell-command.
2017-05-17 Matt Birkholzruntime/crypto: Allow strings for module names; fix...
2017-05-17 Matt Birkholzplugin READMEs: Suggest the new import procedures.
2017-05-17 Matt Birkholzplugin AUTHORS: generalize
2017-05-17 Matt Birkholzplugins: Re-sync with runtime; allow strings as well...
2017-05-17 Matt Birkholzplugins: Use add/remove-plugin procedures. Increment...
2017-05-17 Matt BirkholzAdd add-plugin and remove-plugin; maintain an Info...
2017-05-17 Matt Birkholzffi: Accept and return legacy strings for backward...
2017-05-17 Matt Birkholzdoc: Define PACKAGE_TARNAME, part of the default docdir.
2017-05-17 Matt Birkholzuser-manual: Installing documentation. And use short...
2017-05-17 Matt BirkholzFix MAX_HALT_MESSAGE (after adding 3 more). Thanks...
2017-05-17 Chris HansonFix string-for-primitive as pointed out by Matt.
2017-05-15 Chris HansonFix typo.
2017-05-12 Chris HansonImplement KMP backward search.
2017-05-12 Chris HansonImplement a basic test for testing string searches.
2017-05-12 Chris HansonAdd Knuth-Morris-Pratt search algorithm for forward...
2017-05-09 Chris HansonUse more aggressive NFC memoization.
2017-05-08 Chris HansonFix inadvertent removal of primitive body. Thanks...
2017-05-08 Chris HansonUpdate test to get it working again.
2017-05-07 Chris HansonMake write-xml port argument optional.
2017-05-07 Chris HansonChange UCD converter to ignore derived properties.
2017-05-07 Chris HansonAdd original ucd file for completeness.
2017-05-07 Chris HansonChange NFC normalization to use MAYBE values of NFC_QC.
2017-05-07 Chris HansonRevert earlier change and try a new approach for char...
2017-05-06 Chris HansonChange parser-buffer to return immutable strings.
2017-05-06 Chris HansonFix typo from previous change.
2017-05-06 Chris HansonChange XML output to use predicate dispatcher.
2017-05-06 Chris HansonFix typo in cached handler sets.
2017-05-06 Chris HansonRegister char and char-set predicates.
2017-05-06 Chris HansonAdd ability to register predicates earlier in the boot...
2017-05-06 Chris HansonClarify some details about the regsexp implementation.
2017-05-06 Chris HansonFix bug: incorrect assumption of mutability.
2017-05-06 Chris HansonDocument return values from binary write operations.
2017-05-06 Chris HansonAdd examples of regsexp patterns.
2017-05-06 Chris HansonChange regsexp {,inverse-}char-set to char-{,not-}in.
2017-05-05 Chris HansonRewrite the regular expression section for Unicode...
2017-05-05 Chris HansonDocument named arguments to char-set and char-set*.
2017-05-05 Chris HansonFix typo.
2017-05-05 Chris HansonChange string-trimmer to use general char matcher like...
2017-05-03 Chris HansonFix missed regexp in mime-codec.
2017-05-03 Chris HansonChange pgsql to use regsexp.
2017-05-03 Chris HansonUse named char-set for whitespace.
2017-05-03 Chris HansonAdd named character sets.
2017-05-03 Chris HansonAdd case-insensitive matching.
2017-05-03 Chris HansonChange mime-coded to use regsexp.
2017-05-03 Chris HansonChange regsexp value to have values of groups instead...
next