mit-scheme.git
2017-03-18 Chris HansonRework the character parser to handle backslash reasonably.
2017-03-18 Chris HansonAdd u16/u32 equivalents to bytevector.
2017-03-15 Chris HansonAdd draft of inversion-map code generator.
2017-03-13 Chris HansonUpdate explanation of HIGH range.
2017-03-13 Chris HansonRename "signal" to "inversion list" since that's the...
2017-03-11 Chris HansonChange normalization test to use characters instead...
2017-03-11 Chris HansonSpeed up reading of #\x... characters.
2017-03-11 Chris HansonUse string-builder instead of call-with-output-string.
2017-03-11 Chris HansonImplement test case for string->nfd.
2017-03-10 Chris HansonFix symbols using now-illegal syntax.
2017-03-10 Chris HansonRewrite parser so that it supports Unicode input.
2017-03-10 Chris HansonFix missed references to parser.
2017-03-09 Chris HansonMajor refactoring of the parser.
2017-03-08 Chris HansonAdd file-attributes tests that test the parser's interface.
2017-03-08 Chris HansonAdd input-line operation to input strings.
2017-03-08 Chris HansonImplement port-properties.
2017-03-08 Chris HansonReimplement interface between parser and file-attribute...
2017-03-08 Chris HansonReindent test cases for easier reading.
2017-03-08 Chris HansonFix char-in-set? so it works with all characters.
2017-03-08 Chris HansonSmall tweaks to file-attributes.
2017-03-08 Chris HansonAdd file-attributes test to make check.
2017-03-07 Chris HansonFix some issues with file-attribute parser; temporarily...
2017-03-07 Chris HansonEliminate unused binding.
2017-03-07 Chris HansonChange host-adapter to be ignored except on 9.2.
2017-03-07 Chris HansonEliminate support for custom parser tables.
2017-03-07 Chris HansonMerge branch 'master' of git.sv.gnu.org:/srv/git/mit...
2017-03-07 Chris HansonEliminate need for file-attributes parser to use custom...
2017-03-07 Chris HansonDon't save boot inits if there are none.
2017-03-07 Matt Birkholzplugin ChangeLogs: Add missing cd commandline.
2017-03-07 Matt Birkholzdoc: Use default htmldir, pdfdir, etc. Rename updated...
2017-03-07 Matt BirkholzLoad necessary options (not loaded when Edwin is not...
2017-03-07 Matt BirkholzGeneralize load-ffi-quietly to use when loading other...
2017-03-07 Matt Birkholzedwin: Add input-event unparser. Fix inferior unparser.
2017-03-07 Matt Birkholzdoc/ref-manual/graphics.texi: typo
2017-03-07 Matt Birkholzcref/conpkg.scm: Fourth slot of import links: 'deprecat...
2017-03-07 Chris HansonChange sequence builders to copy small sequences.
2017-03-07 Chris HansonChange char-XXX-full converters to store strings.
2017-03-07 Chris HansonFix test, now that I understand what's going on.
2017-03-06 Chris HansonAdd Unicode segmentation tests and fix implementation...
2017-03-05 Chris HansonMerge branch 'master' of git.sv.gnu.org:/srv/git/mit...
2017-03-05 Matt Birkholzsvm: Punt unnecessary (global-definitions "../cref...
2017-03-05 Matt BirkholzMatch up 9.2 and current definitions of GUARANTEE.
2017-03-05 Matt BirkholzSpeed up SVM cross-build with new finish-cross-compilat...
2017-03-05 Matt BirkholzAssign &lambda-components before (runtime ustring)...
2017-03-05 Chris HansonEliminate long-obsolete lexpr lambdas.
2017-03-05 Chris HansonFix design flaws in segmentation state machines.
2017-03-05 Chris HansonMust load host-adapter when compiling svm1.
2017-03-05 Chris HansonSave ucd-segment-states for future reference.
2017-03-05 Chris HansonFinish documenting the remaining string procedures.
2017-03-05 Chris HansonChange the default of 'copy? in string-trimmer to #f.
2017-03-04 Chris HansonFinish changing string-ci-hash to string-hash-ci.
2017-03-04 Chris HansonMerge branch 'master' of git.sv.gnu.org:/srv/git/mit...
2017-03-04 Chris HansonAdd a bunch more documentation for strings.
2017-03-04 Chris HansonUse @acronym{ASCII}.
2017-03-04 Chris HansonAdd hacks to make URLs more like web pages.
2017-03-04 Chris HansonExport string-hash-ci.
2017-03-04 Chris HansonRedefine the string-find-X procedures to take substring...
2017-03-04 Chris HansonMove substring? to be near its relatives.
2017-03-04 Chris HansonFix bug: string-padder was adding the wrong number...
2017-03-04 Chris HansonDocument string->vector and vector->string.
2017-03-04 Chris HansonRemove redundant description of {,sub}string->list.
2017-03-04 Chris HansonDocument string-hash-ci.
2017-03-04 Chris HansonChange string-search-X interface back to its original...
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-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-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-25 Chris HansonAdd WB property table.
2017-02-25 Chris HansonRepaginate.
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 Birkholztests/ffi/: Use bytevectors instead of strings.
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 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.
next