mit-scheme.git
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...
2017-05-03 Chris HansonChange groups implementation to segregate started group...
2017-05-03 Chris HansonChange groups abstraction to use message-passing style.
2017-05-03 Chris HansonChange position abstraction to use message-passing...
2017-05-02 Chris HansonImplement regsexp string search.
2017-05-02 Chris HansonExport nfc-string?.
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 Chris HansonImplement converter from regexp patterns to regsexp...
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-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-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 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 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.
2017-04-23 Chris HansonIn substring, only return arg string if it's in NFC.
2017-04-23 Chris HansonChange substring? to call string->nfc on its arguments.
2017-04-23 Chris HansonChange string-match and string-search to require NFC...
2017-04-23 Chris HansonChange default result of string-builder to be NFC.
2017-04-23 Chris HansonMerge branch 'master' of git.sv.gnu.org:/srv/git/mit...
2017-04-23 Chris HansonRedefine substring as different from string-copy.
2017-04-23 Chris HansonConvert list->string, vector->string to use string...
2017-04-23 Chris HansonFix call to string-builder that was missed.
2017-04-23 Chris HansonSimplify string, string*, string-append, string-append*.
2017-04-23 Chris HansonFix typo causing memory corruption.
2017-04-22 Taylor R CampbellFix typo.
2017-04-22 Chris HansonChange string-copy to return legacy string only if...
2017-04-22 Chris HansonMove NFC marking from canonical-composition to string...
2017-04-22 Chris HansonSignificantly simplify string-builder.
2017-04-21 Chris HansonChange string->nfc to return immutable value, and optim...
2017-04-21 Chris HansonSupport TEST environment variable in "make check".
2017-04-21 Chris Hansonstring->nfd: also convert mutable strings already in...
2017-04-21 Chris HansonChange string->nfd to return immutable value.
2017-04-21 Chris HansonChange builder options to distinguish between mutable...
2017-04-21 Chris HansonRearrange and optimize. Also make ustring1 be zero...
2017-04-21 Chris HansonMark ignored binding.
2017-04-21 Chris HansonChange Edwin's implementation of strings to work for...
next