mit-scheme.git
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...
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.
next