mit-scheme.git
2017-01-13 Matt Birkholzmicrocode/svm1-interp.c: typo
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.
2017-01-11 Chris HansonAnother round of cleanups and renames designed to simpl...
2017-01-11 Chris HansonImplement {input,output}-port-channel.
2017-01-11 Chris HansonTrim type checks from operations that are dispatched.
2017-01-11 Chris HansonFix incorrect type checks in flush-output-port.
2017-01-11 Chris HansonInitial tests for binary ports.
2017-01-11 Chris HansonRefactor port operations to be generic where that makes...
2017-01-11 Chris HansonRename source/sink custom operations for export.
2017-01-11 Chris HansonReplace use of port/%FOO with port/FOO.
2017-01-11 Chris HansonThe binary-XXX-port? procedures aren't public.
2017-01-11 Chris HansonFix bugs exposed by testing.
2017-01-11 Chris HansonImplement binary I/O ports.
2017-01-09 Chris HansonImplement support for converting legacy strings to...
2017-01-09 Chris HansonTweak pagination.
2017-01-08 Chris HansonGeneralize string primitives to accept bytevectors...
2017-01-08 Chris HansonAdd dir-local variables for pagination and tweak one...
2017-01-08 Chris HansonEliminate all runtime support for external strings.
2017-01-08 Chris HansonEliminate use of external strings in Edwin.
2017-01-08 Chris HansonDelete a large swath of obsolete code.
2017-01-08 Chris HansonMove UTF-8 character encoding into char.scm and share...
2017-01-08 Chris HansonAdd basic tests for predicate dispatchers. More to...
2017-01-08 Chris HansonRename tagging to predicate-tagging to clarify its...
2017-01-08 Chris HansonImplement predicate dispatching (generics using predica...
2017-01-08 Chris HansonAlways register a record predicate.
2017-01-08 Chris HansonRegister record-type predicates.
2017-01-08 Chris HansonFirst draft of predicate tagging support.
2017-01-07 Chris HansonEliminate use of vector-8b in chrset.scm.
2017-01-07 Chris HansonEliminate use of vector-8b in char.
2017-01-07 Chris HansonImplement bytevector-fill! and change arg order to...
2017-01-07 Chris HansonTest shift right/left using bytevector-copy!.
2017-01-07 Chris HansonAdd tests for bytevectors.
2017-01-07 Chris HansonImplement assert-range-error.
2017-01-07 Chris HansonFix fencepost errors in start indexes.
2017-01-07 Chris HansonImplement bytevector=? and add bytevector support to...
2017-01-07 Chris HansonAdd boilerplate to new tests.
2017-01-07 Chris HansonAdd tests for predicates.
2017-01-07 Chris HansonEnhance test framework with some useful utilities.
2017-01-07 Chris HansonFix name change missed by previous edit.
2017-01-07 Chris HansonAdd missing initialization.
2017-01-06 Chris HansonRegister parameter-binding?.
2017-01-06 Chris HansonImplement parametric predicates.
2017-01-06 Chris HansonImplement compound predicates.
2017-01-06 Chris HansonImplement memoizers.
2017-01-06 Chris HansonFix dangling references to guarantee procedures.
2017-01-06 Chris HansonRegister equality-predicate?.
2017-01-06 Chris HansonCheck arguments to set-equality-predicate-hasher!.
2017-01-06 Chris HansonGeneralize procedure-arity-valid? to take an arbitrary...
2017-01-06 Chris HansonImplement association between equality predicates and...
2017-01-06 Chris HansonImplement unary-procedure? and binary-procedure?.
2017-01-06 Chris HansonImplement non-empty-list?.
2017-01-06 Chris HansonAllow register-predicate! to specify multiple supersets.
2017-01-06 Chris HansonAdd some more predicate definitions.
2017-01-06 Chris HansonEliminate boot-load implementation of register-predicate!.
2017-01-06 Chris HansonChange new files to use boot-init mechanism.
2017-01-06 Chris HansonTweak boot-init mechanism to only run when necessary.
2017-01-06 Chris HansonFix definitions of legal code points.
2017-01-06 Chris HansonCompute tag's description lazily if not given.
2017-01-06 Chris Hanson*mplement object-tagger.
2017-01-06 Chris HansonTweak pagination.
2017-01-06 Chris HansonChange tagged-object to be tagged with a predicate.
2017-01-06 Chris HansonImplement predicate lattice support.
2017-01-06 Chris HansonTweak.
2017-01-06 Chris HansonUpdate .gitignore.
next