mit-scheme.git
2017-05-16 Matt Birkholzdebian/changelogs: Change distribution to "birchwood".
2017-05-05 Matt BirkholzNew plugin: devops.
2017-05-05 Matt Birkholzdebian/README.Debian: Example plugins are no longer...
2017-05-04 Matt Birkholzdpkg-source: warning: native package version may not...
2017-05-04 Matt Birkholzplugins: Change to native Debian source format.
2017-05-02 Matt Birkholztests/runtime/test-regsexp: Load-option regular-expression.
2017-05-02 Matt BirkholzMerge branch 'master' into pucked.
2017-05-02 Chris HansonChange char-syntax rules to emphasize that they are...
2017-05-02 Chris HansonFix typo in rule that broke i386 build.
2017-05-01 Matt Birkholzffi/build: Load option synchronous-subprocess when...
2017-05-01 Matt BirkholzDo NOT deprecate (runtime blowfish) and (runtime crypto...
2017-05-01 Matt BirkholzUpdate crypto interface per upstream (2nd attempt).
2017-05-01 Matt BirkholzMerge branch 'master' into pucked.
2017-05-01 Matt Birkholzffi/build: Temporary pathnames should be filenames.
2017-05-01 Matt BirkholzLoad Edwin when loading Imail.
2017-05-01 Matt BirkholzUpdate crypto interface per upstream.
2017-05-01 Chris HansonImplement converter from regexp patterns to regsexp...
2017-05-01 Matt Birkholzplugin debian/postinst.in: OMG /usr/local/bin is in...
2017-05-01 Matt Birkholzffi/build: Fix add/remove-plugin handling of compressed...
2017-05-01 Chris HansonAdd source files for ISO 8859 mappings and move convert...
2017-04-30 Chris HansonHam-handed elimination of legacy strings from win32...
2017-04-30 Chris HansonMerge branch 'master' of git.sv.gnu.org:/srv/git/mit...
2017-04-30 Chris HansonEliminate last remnants of "octets" ports.
2017-04-30 Chris HansonImplement string<->iso8859-1 converters.
2017-04-30 Chris HansonMinor cleanups to regexp code.
2017-04-30 Chris HansonFix bugs in char-set->regexp rewrite.
2017-04-30 Chris HansonAdd load-option to make sure regexp code is loaded...
2017-04-30 Chris HansonAllow option files to use boot-inits.
2017-04-30 Chris HansonChange char-set->regexp to use string builder.
2017-04-30 Chris HansonRewrite regexp compiler to use bytevectors. Also add...
2017-04-30 Matt BirkholzFix merge.
2017-04-29 Matt BirkholzMerge branch 'master' into pucked.
2017-04-29 Matt Birkholzruntime/global (write-to-string): missing arg
2017-04-29 Chris HansonEliminate legacy-string->bytevector call now primitive...
2017-04-29 Chris HansonRefactor compressor/decompressor to use bytevectors...
2017-04-29 Chris HansonFix bug when calling {flush,synchronized}-output-port...
2017-04-29 Chris HansonRefactor host-adapter to detect the changes it needs...
2017-04-28 Chris HansonMerge branch 'master' into sketch
2017-04-28 Chris HansonRevert change to host-adapter that breaks self-build.
2017-04-28 Chris HansonRwrite to use bytevectors instead of strings.
2017-04-28 Chris HansonMove bytevector access macros into "object.h".
2017-04-28 Chris HansonUpdate file encryption to work with binary or textual...
2017-04-28 Chris HansonFix bug from recent change.
2017-04-28 Chris HansonFix typo in last change.
2017-04-28 Chris HansonUse index procedures to simplify read-bytevector!.
2017-04-28 Chris HansonFix bug in textual->binary-port.
2017-04-28 Chris HansonChange crypto support to use bytevectors.
2017-04-28 Chris HansonBe more careful examining results of I/O operations.
2017-04-28 Chris HansonImplement conversions between integers and bytevectors.
2017-04-27 Matt Birkholzdebian/control: Bump required mit-scheme to 9.2.2.
2017-04-27 Matt Birkholzuser.texinfo: Add instructions for verifying downloads.
2017-04-27 Matt BirkholzWordsmithing.
2017-04-26 Chris HansonChange blowfish support to use bytevectors.
2017-04-26 Chris HansonImplement textual->binary-port.
2017-04-26 Chris HansonImplement named char codecs.
2017-04-26 Chris HansonTweak.
2017-04-26 Chris HansonImplement bytevector I/O for XML.
2017-04-26 Chris HansonEliminate "output-octets" instance.
2017-04-26 Chris HansonApply rename.
2017-04-26 Chris HansonChange HTTP message body to be bytevector.
2017-04-26 Chris HansonChange definition of content-md5 header to be a bytevector.
2017-04-26 Chris HansonEliminate more low-hanging deprecations.
2017-04-26 Chris HansonImplement binary->textual-port.
2017-04-26 Chris HansonImplement accessors for binary-port source/sink.
2017-04-26 Chris HansonFix typo.
2017-04-26 Matt Birkholzdist/make-src-files: Try harder to remove plugins from...
2017-04-26 Matt BirkholzMerge branch 'master' into pucked.
2017-04-26 Matt BirkholzMore fun (less morbid) Latin valedictions.
2017-04-25 Matt Birkholzmicrocode/uxsig.c: Handle SIGTERM, SIGQUIT and SIGHUP...
2017-04-25 Matt Birkholzruntime/load (standard-library-directory-pathname)...
2017-04-25 Matt BirkholzAdd option-loaded?.
2017-04-25 Matt BirkholzAdd with-temporary-file.
2017-04-25 Matt Birkholzcref/make.scm: Increment version for deprecated binding...
2017-04-25 Matt BirkholzAdd close procedure before output bytevectors' custom...
2017-04-25 Matt BirkholzSet sign bit in DOUBLE-NEGATIVE-INFINITY-IS-INFINITE...
2017-04-25 Matt Birkholzffi: Restore casefulness of .cdecl files.
2017-04-25 Matt Birkholzruntime/host-adapter: Add string-foldcase. Train any...
2017-04-25 Matt Birkholzmicrocode/makegen/makegen.scm: Revert recent change.
2017-04-25 Chris HansonEliminate the low-hangin references to deprecated bindings.
2017-04-25 Chris HansonFix usages of now-binary MIME codecs, by appropriate...
2017-04-25 Chris HansonFix previous change to add close operation to non-chann...
2017-04-24 Chris HansonUpdate MIME codecs to use bytevectors rather than legac...
2017-04-24 Chris HansonAdd a "close" operation to non-channel output sinks.
2017-04-24 Chris HansonAdd test for bytevector-builder.
2017-04-24 Chris HansonRefactor make-sequence-builder and add vector-builder.
2017-04-24 Chris HansonTweak.
2017-04-23 Matt Birkholzuser.texinfo: Short @nodes. Release notes.
2017-04-23 Matt BirkholzSet sign bit in DOUBLE-NEGATIVE-INFINITY-IS-INFINITE...
2017-04-23 Matt Birkholzruntime/host-adapter: Add string-foldcase. Train any...
2017-04-23 Matt Birkholzffi/cdecls: Restore casefulness of .cdecl files.
2017-04-23 Matt BirkholzMerge branch 'master' into pucked.
2017-04-23 Matt BirkholzGive example (Ubuntu) developer packages for a few...
2017-04-23 Matt Birkholzpango/debian/control: trailing whitespace
2017-04-23 Matt Birkholzplanetarium.texi: lower case.
2017-04-23 Chris HansonRewrite the strings chapter to account for immutability...
2017-04-23 Chris HansonCheck that string-find-X-index args are in NFC?
2017-04-23 Chris HansonConvert string to NFC prior to hashing.
2017-04-23 Chris HansonChange symbol->string and symbol-name to return immutab...
2017-04-23 Chris HansonUpdate to reflect minor changes to string operations.
2017-04-23 Chris HansonExport mutable/immutable predicates.
next