mit-scheme.git
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/.
2016-11-03 Taylor R CampbellAdd option for interpreted toolchain to facilitate...
2016-11-03 Taylor R CampbellFix fencepost in decoding powers of two into IEEE 754...
2016-11-03 Taylor R CampbellDisable init file in batch mode.
2016-11-03 Taylor R CampbellRemove bogus kludge of including target runtime in...
2016-08-30 Chris HansonAdd notes on parameter refactor, for use when writing...
2016-08-27 Matt BirkholzEdwin X/X11: Do NOT halt screen update because of subpr...
2016-08-12 Matt Birkholzx11/x11base.scm (make-event-object): Convert bit number...
2016-08-09 Matt Birkholzx11-screen: Backport elimination of keyboard busy loop.
2016-08-09 Matt Birkholzruntime/thread.scm (register-time-event): typo
2016-08-09 Matt Birkholzedwin/xterm.scm (get-xterm-input-operations): Eliminate...
2016-08-07 Matt BirkholzAdd register-time-event, deregister-time-event.
2016-08-07 Matt Birkholzx11-screen: Backport fixes to edwin/xterm.scm.
2016-08-07 Matt Birkholzx11/x11base.scm (key-event): Free buffers. Handle...
2016-08-07 Matt Birkholzedwin/xterm.scm (block-for-event): Drain X events,...
2016-08-07 Matt Birkholzedwin/xterm.scm (preview-event-stream): Use dynamic...
2016-08-07 Matt Birkholzedwin/process.scm (poll-process-for-output): allow...
2016-08-07 Matt Birkholzedwin/process.scm: transposo (like a typo but larger)
2016-08-07 Matt Birkholzx11-screen: Fix selection handling (cut/paste between...
2016-07-30 Chris HansonFix typo.
2016-07-29 Matt Birkholzplugin Makefile.ams (CLEANFILES): Add timestamp files.
2016-07-29 Matt Birkholzedwin/intmod.scm: Call suspend-current-thread with...
2016-07-29 Matt Birkholzx11: Fix x-display-process-events to return #f when...
2016-07-29 Matt Birkholzx11-screen: Backport "permanent" IO thread event from...
2016-07-29 Matt Birkholzruntime/ed-ffi.scm: Update.
2016-07-29 Matt Birkholztypo: with-openssl is not a configure option here
2016-07-29 Matt BirkholzAdd spawn-edwin procedure.
2016-07-29 Matt BirkholzRestore interruptibility to Edwin commands when on...
2016-07-29 Matt BirkholzFix suspend-current-thread to NOT leave events unblocked.
2016-06-09 Matt Birkholzx11-screen/: Fix copyrights.
2016-06-08 Matt Birkholzx11/: Fix copyrights.
2016-06-08 Matt Birkholzx11/x11base.scm (x-get-window-property): Read entire...
2016-06-08 Matt Birkholzx11/x11base.scm (x-get-window-property): Init data...
2016-06-08 Matt Birkholzx11/x11term.scm (xterm_open_window): Use 0 for NULL...
2016-06-08 Matt Birkholzx11/x11base.c (x_get_window_property): Actually return...
2016-06-08 Matt Birkholzx11-screen/x11-screen-check.sh: Test read some X11...
2016-06-08 Matt Birkholzx11/x11-check.sh: Test read a 32bit X11 property.
2016-06-07 Matt Birkholzx11/x11base.scm: Fix argument checking in x-get-window...
2016-06-07 Matt Birkholzx11/x11base.scm: Fix the wrappings on some boolean...
2016-06-07 Matt Birkholzmicrocode/x11base.c (char_ptr_to_prop_data_32): Fix...
2016-06-07 Matt Birkholzx11-screen/Makefile.am (EXTRA_DIST): Add test script...
2016-06-07 Matt Birkholzplugin Makefile.ams, configure.acs: Search for mit...
2016-05-29 Matt Birkholzx11-screen.scm: Fix DISPLAY test.
2016-05-29 Matt Birkholzruntime/Makefile-fragment: Install runtime/optiondb...
2016-05-29 Matt Birkholzdist/shared.sh: Add x11 and x11-screen to PLUGINS.
next