mit-scheme.git
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...
2017-01-16 Chris HansonGeneralize metadata tables to support intern!.
2017-01-13 Matt BirkholzInitialize (runtime lambda-abstraction) before (runtime...
2017-01-13 Matt Birkholzmicrocode/svm1-interp.c: typo
2017-01-13 Chris HansonRename all binary I/O procedures to "legacy".
2017-01-13 Chris HansonMark up runtime.pkg to identify a bunch of deprecated...
2017-01-13 Chris HansonEliminate use of deprecated guarantee-FOO-port procedures.
2017-01-13 Chris HansonAdd tests for bytevector output, and fix some bugs...
2017-01-13 Chris HansonFix bug: get-output-bytevector must flush the buffer.
2017-01-13 Chris HansonEliminate guarantee-X.
2017-01-13 Chris HansonFix bug: guarantee-X doesn't return a useful value...
2017-01-13 Chris HansonFix bug: guarantee-X doesn't return a useful value...
2017-01-13 Chris HansonMerge branch 'master' of git.sv.gnu.org:/srv/git/mit...
2017-01-12 Matt BirkholzSuppress microcode error reports during tests.
2017-01-12 Matt Birkholzx11 plugin: Fix handling of property-notify events...
2017-01-12 Matt BirkholzFix name of channel operation in textual-input-port...
2017-01-12 Matt BirkholzFix other references to the old flonum-unparser-cutoff.
2017-01-12 Chris HansonEliminate unnecessary integrate-external declaration.
2017-01-12 Chris HansonFix missed parameterization reference.
2017-01-12 Chris HansonEliminate use of read-substring! in favor of read-string!.
2017-01-12 Chris HansonUpdate calls of read-string to read-delimited-string.
2017-01-12 Chris HansonAnother round of I/O documentation changes.
2017-01-12 Chris HansonAdd aliases for write-shared and write-simple.
2017-01-12 Chris HansonChange read-string to match R7RS.
2017-01-12 Chris HansonChange write-string to match R7RS.
2017-01-12 Chris HansonFix incorrect caller names.
2017-01-12 Chris HansonMerge branch 'master' of git.sv.gnu.org:/srv/git/mit...
2017-01-12 Chris HansonFinish cleaning up I/O chapter.
2017-01-12 Chris HansonFix up references to fluid-let variables.
2017-01-12 Chris HansonUpdate reference manual to reflect changes to port...
2017-01-12 Arthur A. GlecklerFix: examples were swapped.
2017-01-12 Chris HansonFormatting changes from Texinfo command.
2017-01-11 Chris HansonChange port-mode operations to work for all channel...
2017-01-11 Chris HansonMerge branch 'master' of git.sv.gnu.org:/srv/git/mit...
2017-01-11 Chris HansonFix bug: STRING_P was being passed arguments with side...
2017-01-11 Chris HansonA bunch of fixes so that the code still builds with...
2017-01-11 Chris HansonFix code that looks for default STAGE0 to check /usr...
2017-01-11 Chris HansonA huge round of name normalizations and some simplifica...
2017-01-11 Chris HansonChange textual-port-type to be defined with define...
2017-01-11 Chris HansonChange textual-port unparser method to be more standard.
2017-01-11 Chris HansonDelete commented-out init code.
2017-01-11 Chris HansonAdd unparser method to binary ports.
next