mit-scheme.git
2017-03-04 Matt BirkholzMerge branch 'master' into Gtk.
2017-03-03 Matt Birkholzruntime/chrsyn: Pass TABLE through to char->syntax...
2017-03-03 Matt BirkholzLoad runtime/host-adapter when building a cross-compiler.
2017-03-03 Chris HansonMerge branch 'master' of git.sv.gnu.org:/srv/git/mit...
2017-03-03 Chris HansonUse canonical caseless matching for symbols.
2017-03-03 Matt Birkholzgtk, planetarium: Remove references to deprecated bindings.
2017-03-03 Matt BirkholzFirst load runtime/host-adapter when building a cross...
2017-03-02 Matt BirkholzMerge branch 'master' into Gtk.
2017-03-02 Matt Birkholzx11: Remove reference to deprecated char->string.
2017-03-02 Matt BirkholzFix char-set-predicate to accept non-characters.
2017-03-02 Chris HansonAnother round of eliminations.
2017-03-02 Chris HansonGiant edit to remove most of the now-obsolete guarantee...
2017-03-02 Chris HansonChange string-joiner and string-splitter to use keyword...
2017-03-02 Matt Birkholzplugin optiondb.scm: Further-load-options expects a...
2017-03-02 Matt Birkholzplugins: Update ChangeLogs from stolen plugins.
2017-03-02 Matt Birkholzplugins: Update Debian version numbers in debian/change...
2017-03-02 Matt Birkholzplugins: Limit version subpattern in debian/watch.
2017-03-02 Matt Birkholzplugins: Adjust copyright notices, some version numbers.
2017-03-01 Chris HansonImplement dumb Unicode string search, and eliminate...
2017-03-01 Chris HansonEliminate guarantee-substring.
2017-02-28 Chris HansonImplement string-padder; promote grapheme clusters.
2017-02-28 Chris HansonImplement string-trim-X using string-trimmer.
2017-02-28 Chris HansonChange string-map to use string-builder.
2017-02-28 Chris HansonImplement string-trimmer; hack cold-load to get boot...
2017-02-28 Chris HansonImplement keyword-option-parser.
2017-02-28 Chris HansonFix implementations of string-prefix-ci? and string...
2017-02-27 Chris HansonFix broken unit tests.
2017-02-27 Chris HansonImplement string-titlecase.
2017-02-27 Chris HansonGenerate UCD tc table.
2017-02-27 Chris HansonInclude and export cased table.
2017-02-27 Chris HansonAdd UCD Cased table.
2017-02-27 Chris HansonImplement Unicode word-break algorithm.
2017-02-26 Matt Birkholzplanetarium: Remove references to deprecated bindings.
2017-02-26 Matt Birkholzcref/conpkg.scm: Fourth slot of import links: 'deprecat...
2017-02-26 Matt Birkholzgtk-screen: Remove references to deprecated bindings.
2017-02-26 Matt Birkholzgl: Use bytevectors instead of strings.
2017-02-26 Matt Birkholzgtk: Use bytevectors instead of strings.
2017-02-26 Matt Birkholzcairo: Use bytevectors instead of strings.
2017-02-26 Matt Birkholzpango: Use bytevectors instead of strings.
2017-02-26 Matt Birkholzglib: Use bytevectors instead of strings.
2017-02-25 Chris HansonAdd WB property table.
2017-02-25 Matt BirkholzGtk plugins: update/correct copyrights (years, project...
2017-02-25 Chris HansonRepaginate.
2017-02-25 Matt Birkholzplugins: Only warn until deprecated bindings are sorted.
2017-02-25 Matt Birkholzedwin/sources.sh: Add new source file string.scm.
2017-02-25 Chris HansonUse new GCB values to compress and speed up find-graphe...
2017-02-25 Chris HansonImplement support for "unmapped" enum types.
2017-02-25 Matt BirkholzFix char-set-predicate to take non-characters.
2017-02-25 Matt Birkholztests/ffi/: Use bytevectors instead of strings.
2017-02-25 Matt Birkholztests/ffi/test-ffi-wrapper.scm: Use bytevectors instead...
2017-02-24 Matt BirkholzMerge branch 'master' into Gtk.
2017-02-24 Matt Birkholzruntime/ffi.scm: Missed guarantee-string -> guarantee...
2017-02-24 Matt Birkholzffi: Remove references to deprecated bindings.
2017-02-24 Matt Birkholzplugins: Fix package names in NEWS files and banish...
2017-02-24 Matt Birkholzx11: Use bytevectors instead of strings.
2017-02-24 Matt Birkholzmhash: Use bytevectors instead of strings.
2017-02-24 Matt Birkholzmd5: Use bytevectors instead of strings.
2017-02-24 Matt Birkholzmcrypt: Use bytevectors instead of strings.
2017-02-24 Matt Birkholzgdbm: Require bytevectors instead of strings.
2017-02-24 Matt Birkholzblowfish: Use bytevectors instead of strings.
2017-02-24 Matt Birkholzffi: Require bytevectors instead of strings.
2017-02-24 Matt BirkholzFix type test in bytevector->hexadecimal.
2017-02-24 Chris HansonImplement count-grapheme-clusters.
2017-02-24 Chris HansonImplement support for UCD grapheme-cluster-break table.
2017-02-23 Chris HansonEliminate reverse-string altogether. It's meaningless...
2017-02-22 Matt BirkholzTemporary definition of random-bytevector for 9.2 hosts.
2017-02-22 Matt BirkholzAvoid duplicating lists of deprecated bindings, even...
2017-02-22 Matt Birkholzref-manual/strings.texi: Fix node linking; "@dots expec...
2017-02-22 Chris HansonMove reverse-string into ustring.
2017-02-22 Chris HansonMove string-match into ustring.
2017-02-22 Chris HansonMove string-compare into ustring and merge with order...
2017-02-22 Chris HansonAdd unicode support to string-replace.
2017-02-22 Chris HansonEliminate camel-case procedures.
2017-02-22 Chris HansonEliminate "capitalize" string operations, add dummy...
2017-02-22 Chris HansonEliminate now-unused vector-8b->hexadecimal and hexadec...
2017-02-22 Chris HansonFix thinko in previous change.
2017-02-22 Chris HansonEliminate random-byte-vector outside of Edwin.
2017-02-22 Chris HansonImplement random-byte-vector in Edwin.
2017-02-22 Chris HansonImplement bytevector->hexadecimal and hexadecimal-...
2017-02-22 Chris HansonImplement random-bytevector.
2017-02-22 Chris HansonEliminate set-string-length!.
2017-02-22 Chris HansonEliminate string-maximum-length.
2017-02-22 Chris HansonEliminate ancient krypt program.
2017-02-22 Chris HansonEliminate use of legacy string.
2017-02-22 Chris HansonEliminate use of legacy string.
2017-02-22 Chris HansonMust load string code during build.
2017-02-22 Chris HansonFirst round of changes to Strings chapter.
2017-02-22 Chris HansonEliminate unused binding.
2017-02-21 Chris HansonCopy old string.scm into Edwin.
2017-02-21 Chris HansonEliminate references to char-set-member?.
2017-02-21 Chris HansonSimplify.
2017-02-21 Chris HansonEliminate references to flush-output.
2017-02-21 Chris HansonEliminate references to symbol-name.
2017-02-21 Chris HansonEliminate references to symbol-append.
2017-02-21 Chris HansonEliminate string-allocate.
2017-02-21 Chris HansonConvert a string-allocate reference to make-bytevector.
2017-02-21 Chris HansonConvert a bunch of string-allocate references to make...
2017-02-21 Chris HansonConvert a bunch of string-allocate references to make...
2017-02-21 Chris HansonFix dangling reference.
2017-02-21 Chris HansonFix typo.
next