mit-scheme.git
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...
2017-04-21 Chris HansonAdd tagging support for unicode-string.
2017-04-21 Chris HansonChange string primitives to uniformly support all ...
2017-04-21 Chris HansonChange string-builder to generate immutable strings...
2017-04-20 Chris HansonNow that legacy string has the same layout as ustring1...
2017-04-20 Chris HansonAllow string operations to take Unicode strings with...
2017-04-19 Chris HansonChange string comparisons to normalize to NFC prior...
2017-04-19 Chris HansonRewrite string-builder for performance.
2017-04-19 Chris HansonRewrite string copying for performance.
2017-04-19 Chris HansonMore refactoring of unicode-string layout.
2017-04-18 Taylor R CampbellTeach top-level clean target to clean tools too.
2017-04-17 Chris HansonA round of small changes in preparation for supporting...
2017-04-17 Chris HansonImplement compiler support for new primitives.
2017-04-17 Chris HansonChange Unicode strings to store flag in type bits of...
2017-04-17 Chris HansonD'oh! Hook up printer to new string type.
2017-04-17 Chris HansonImplement primitives to read and write type/datum of...
2017-04-17 Chris HansonReturn end-index of TO from bytevector-copy!.
2017-04-15 Taylor R CampbellNo need for X in the liarc bootstrap build.
2017-04-15 Taylor R CampbellSplice shell arguments with ${1+"$@"}.
2017-04-14 Chris HansonFix bug: primitive-byte-ref returns a fixnum, not a...
2017-04-14 Chris HansonFix typo.
2017-04-13 Chris HansonChange unicode string representation to be more compact...
2017-04-13 Chris HansonImplement select-on-bytes-per-word for gnerating word...
2017-04-13 Chris HansonEliminate condition for open-coding integer->char.
2017-04-13 Chris HansonMake sure that unicode strings are self-evaluating.
2017-04-13 Chris HansonStrip down code generated for primitive memory references.
2017-04-12 Chris HansonImplement open-coding of byte-ref primitives.
2017-04-12 Chris HansonImplement more primitive refs, and restrict to pointers...
2017-04-12 Chris HansonFix compilation issue.
2017-04-12 Chris HansonImplement allocate-nm-vector.
2017-04-12 Chris HansonAllocate new type unicode-string.
2017-04-12 Chris HansonImplement bytes-per-object.
2017-04-10 Chris HansonEliminate unused multi-byte procedures.
2017-04-01 Chris HansonAdd 'copy? option to string-builder.
2017-03-31 Chris HansonMerge branch 'master' of git.sv.gnu.org:/srv/git/mit...
2017-03-31 Chris HansonFix bug: string output port must copy input strings.
2017-03-30 Chris HansonFix bugs: typos caught by the macos compiler.
2017-03-29 Chris HansonAdd documentation for a few of the more recent string...
2017-03-29 Chris HansonFix string-for-primitive: it wasn't handling slices.
2017-03-29 Chris HansonOptimize string-in-nfX? since it's important that these...
2017-03-29 Chris HansonNormalize strings prior to hashing so equivalent sequen...
2017-03-29 Chris HansonEliminate Hangul Jamo from canonical cm/dm tables.
2017-03-29 Chris HansonImplement algorithmic Hangul Jamo compose/decompose.
2017-03-28 Chris HansonFix code-generation bug in fast-division.
2017-03-27 Chris HansonChange NFC_QC to be a boolean-valued table and exploit...
2017-03-27 Chris HansonHave string builder track max code point written.
2017-03-26 Chris HansonChange string-builder to normalize to NFC by default.
next