mit-scheme.git
2017-01-30 Chris HansonRewrite the character-name support to support unicode...
2017-01-30 Chris HansonUse boot inits in char.scm.
2017-01-30 Chris HansonAdjust tests to match changes to unicode-scalar-value?.
2017-01-30 Chris HansonFix implementation of unicode-scalar-value? to not...
2017-01-30 Chris HansonImplement \x<hex>; syntax for strings.
2017-01-29 Chris HansonImplement #\x... syntax for characters.
2017-01-29 Chris HansonEliminate char->ascii and ascii->char, which were misno...
2017-01-29 Chris HansonFix bug: would-block value only returned if nothing...
2017-01-29 Chris HansonSimplify logic for printing generic I/O ports.
2017-01-28 Chris HansonUpgrade compound-predicate implementation with latest...
2017-01-28 Chris HansonMove tests from test-predicate-lattice -> test-compound...
2017-01-28 Chris HansonEliminate use of obsolete get-if-available method.
2017-01-28 Chris HansonMove non-{top,bottom}-tag? to be near {top,bottom}...
2017-01-28 Chris HansonImplement simple-{list,lset}-memoizer to capture common...
2017-01-28 Chris HansonSome tests had undefined assertions; use new assertions...
2017-01-28 Chris HansonImprove the unit-testing framework in a few ways.
2017-01-28 Chris HansonRename predicate constructor/accessor to tagger/untagger.
2017-01-28 Chris HansonFix regexp bug in previous change. Add run-time diagno...
2017-01-28 Chris HansonNormalize .gitignore directory patterns.
2017-01-28 Chris HansonFix up STAGE0 handling which failed to use the specifie...
2017-01-27 Chris HansonFix compiler crash on SVM with constant that doesn...
2017-01-27 Chris HansonSummarize test results at end of run.
2017-01-27 Chris HansonDon't return legacy strings containing UTF-8.
2017-01-27 Chris HansonDeprecate symbol-name.
2017-01-27 Chris HansonFix bugs: fixnum sizes must be measured at runtime.
2017-01-27 Chris HansonFix typo.
2017-01-27 Chris HansonMajor refactor to use ustring in important places.
2017-01-27 Chris HansonFix thinko.
2017-01-27 Chris HansonChange string I/O to use ustrings.
2017-01-27 Chris HansonConvert generic I/O to support ustring.
2017-01-27 Chris HansonImplement converters between utf8-string and ustring.
2017-01-27 Chris HansonTweak to use bytevector.
2017-01-27 Chris HansonTweak to use ustrings.
2017-01-27 Chris HansonAdd unicode support to equal?.
2017-01-27 Chris HansonChange printer to support unicode.
2017-01-27 Chris HansonA handful of tweaks.
2017-01-27 Chris HansonChange string hash tables to support unicode strings.
2017-01-27 Chris HansonMake sure that strings being passed to primitives are...
2017-01-27 Chris HansonChange pathname abstraction to use unicode strings.
2017-01-27 Chris HansonAdd support for running fewer than three stages.
2017-01-27 Chris HansonFix typo.
2017-01-27 Chris HansonEliminate large swath of unused exports from (runtime...
2017-01-27 Chris HansonEliminate use of xstring in IMAIL.
2017-01-27 Chris HansonEliminate use of xstring in Edwin.
2017-01-27 Chris HansonRefactor symbol implementation to use UTF-8 bytevectors...
2017-01-27 Chris HansonEliminate incorrect registration of legacy-string?.
2017-01-26 Chris HansonChange bytevectors to use Unicode strings.
2017-01-26 Chris HansonMerge branch 'master' of git.sv.gnu.org:/srv/git/mit...
2017-01-26 Chris HansonImplement a Unicode string abstraction.
2017-01-26 Chris HansonImplement a Unicode string abstraction.
2017-01-26 Chris HansonImplement char=-predicate and char-ci=-predicate.
2017-01-26 Chris HansonAdd "legacy" names for standard string operations.
2017-01-26 Chris Hansonbytevectors: Implement bytevector-hash; fix a couple...
2017-01-26 Chris HansonImplement fix:end-index and fix:start-index.
2017-01-26 Chris HansonRevert "Initial draft of new string implementation."
2017-01-26 Chris HansonEliminate call to now-undefined simple-predicate?.
2017-01-25 Chris HansonFix thinko: caller argument in wrong place.
2017-01-25 Chris HansonInitial draft of new string implementation.
2017-01-25 Chris HansonTweak pagination.
2017-01-25 Chris HansonCreate synchronize-output-port and make it generic...
2017-01-25 Chris HansonRestrict most genio exports. A couple of renames.
2017-01-25 Chris HansonPlumb genio to pass caller name down to operations.
2017-01-25 Chris HansonMajor refactor of textual I/O ports.
2017-01-25 Chris HansonExport fix:iota.
2017-01-24 Chris HansonImplement fix:iota.
2017-01-24 Chris HansonAdd comment for return value of write-bytevector.
2017-01-24 Chris HansonRemove unused xstring-byte-* procedures.
2017-01-24 Chris HansonFix broken indent.
2017-01-24 Chris HansonChange reload-save-string/reload-retrieve-string to...
2017-01-23 Chris HansonImplement find-map.
2017-01-23 Chris HansonAllow undo in debugger detail buffers.
2017-01-20 Chris HansonAdd new char tests to standard checks.
2017-01-20 Chris HansonImplement tests for characters, particularly UTF-8...
2017-01-20 Chris HansonAllow assert-error to be used without explicit error...
2017-01-20 Chris HansonImplement #\alarm and change #\u+00 to print as #\null.
2017-01-19 Chris HansonMake binary ports work independent of their buffer...
2017-01-18 Chris HansonImplement UTF-X codecs for chars and strings.
2017-01-18 Chris HansonImplement character encoders for UTF-16 and UTF-32.
2017-01-18 Chris HansonRearrange to put new accessors prior to string converters.
2017-01-18 Chris HansonWrite tests for new u16 and u32 accessors.
2017-01-18 Chris HansonImplement u16 and u32 accessors for bytevectors.
2017-01-18 Chris HansonMove fixnum-limit code into fixart and rename for consi...
2017-01-18 Chris HansonGreatly restrict the exports from utabs.
2017-01-18 Chris HansonA couple of other tweaks.
2017-01-18 Chris HansonReorder and re-paginate.
2017-01-18 Chris HansonFix some pagination.
2017-01-18 Chris HansonEliminate simple-predicate?.
2017-01-18 Chris HansonFix incorrect indentation.
2017-01-18 Chris HansonImplement predicate-{element-{constructor,accessor...
2017-01-18 Chris HansonChange environment argument to use ->environment.
2017-01-17 Chris HansonRefactor predicate machinery to use tagging strategies.
2017-01-17 Chris HansonFix another typo.
2017-01-17 Chris HansonFix typo in previous change.
2017-01-17 Chris HansonChange register-predicate! to accept multiple '<= args.
2017-01-17 Chris HansonImplement get-keyword-values.
2017-01-17 Chris HansonImplement predicate-tagging strategies.
2017-01-16 Chris HansonMerge branch 'master' of git.sv.gnu.org:/srv/git/mit...
2017-01-16 Chris HansonImplement real binary I/O to files.
2017-01-16 Chris HansonRename textual-port-property methods to port-property.
2017-01-16 Chris HansonGeneralize textual port operations to handle binary...
next