mit-scheme.git
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.
2017-01-06 Chris HansonImplement support for predicates.
2017-01-05 Chris HansonAdd support for tagged objects.
2017-01-05 Chris HansonAdd package comment to bytevector.scm.
2017-01-05 Chris HansonAdd open-coding support for bytevectors.
2017-01-05 Chris HansonFix thinko in previous change.
2017-01-05 Chris HansonAdd bytevector primitives to SF transformation rules.
2017-01-05 Chris HansonImplement parsing of bytevectors.
2017-01-05 Chris HansonImplement byte?.
2017-01-05 Chris HansonImplement writing of bytevectors.
2017-01-05 Chris HansonFix thinkos.
2017-01-05 Chris HansonSplit TC_BYTEVECTOR from TC_CHARACTER_STRING to simplif...
2017-01-05 Chris HansonFirst draft of runtime support for bytevectors.
2017-01-05 Chris HansonFix some bugs; implement bytevector-fill!.
2017-01-05 Chris HansonUpdate copyright licenses for new year.
2017-01-05 Chris HansonEliminate byte_t.
2017-01-03 Chris HansonFirst draft of bytevector primitives.
2017-01-03 Chris HansonRename TC_CHARACTER_STRING to TC_BYTEVECTOR and TC_NULL...
2017-01-03 Chris HansonImplement tagged-object type, a combination of a tag...
2017-01-02 Taylor R CampbellMark intentionally ignored variables as such.
2017-01-02 Daniel WhiteFix deinstall of multiplexer when a default exists.
2017-01-02 Taylor R CampbellAllow user to use external toolchain with TOOLCHAIN...
2016-12-13 Chris HansonSimplify mechanism to customize PP description for...
2016-11-23 Matt Birkholzx11/x11-base.scm (key-event): typo. Fix Alt-Backspace...
2016-11-23 Matt Birkholzx11 (event-name): Rename event-type-name and export...
2016-11-23 Matt Birkholzmicrocode (OS_test_select_registry): Check for subproce...
2016-11-17 Matt Birkholzx11 plugin: Address warnings from new AM_CFLAGS.
2016-11-17 Matt Birkholzruntime/thread.scm (handle-current-thread-events):...
2016-11-17 Matt Birkholzplugin Makefile.ams, configure.acs (AM_CFLAGS): Add...
2016-11-12 Matt Birkholzplugin Makefile.ams, configure.acs: Do not install...
2016-11-10 Matt Birkholzx11 plugin: Rename files to avoid conflicts with LIAR...
2016-11-10 Matt Birkholzplugin Makefile.ams, configure.acs: Accommodate LIAR/C.
2016-11-10 Matt BirkholzSearch the library directory path for the standard...
2016-11-07 Matt BirkholzRemove src/etc/compile-svm.sh after losing cross runtim...
2016-11-07 Matt BirkholzRemove more kludges now that 9.2 is out.
2016-11-05 Taylor R CampbellFix embarrassing typo in wttree overweight condition.
2016-11-03 Taylor R CampbellDon't delete the one non-generated .c file under compiler/.
next