mit-scheme.git
2005-04-16 Chris HansonEliminate NULL type-code name.
2005-04-16 Chris HansonDon't use NULL type-code name.
2005-04-16 Chris HansonAdd finer discrimination for built-in constant types.
2005-04-14 Chris HansonChange BUILT-IN-DISPATCH-TAG so that it accepts each...
2005-04-12 Chris HansonFix thinko.
2005-04-12 Chris HansonFix thinko.
2005-04-12 Chris HansonEliminate use of potential generic procedures in implem...
2005-04-12 Chris HansonFix typo.
2005-04-01 Chris HansonContinued changes to pass environment to READ and WRITE...
2005-04-01 Chris HansonContinued changes to pass environment to READ and WRITE...
2005-03-31 Chris HansonExtend ->BUFFER to accept #F meaning current buffer.
2005-03-31 Chris HansonExtend ->BUFFER to accept regions too.
2005-03-31 Chris HansonAdd REGION? predicate.
2005-03-31 Chris HansonFix error generated when requested URL is a non-existin...
2005-03-31 Chris HansonFix bug: FILE-LENGTH generated a SIGSEGV when the file...
2005-03-31 Chris HansonFix bug: FILE-LENGTH generated a SIGSEGV when the file...
2005-03-30 Chris HansonReimplement the mechanism that is used to determine...
2005-03-29 Chris HansonImplement queueing mechanism is REPL implementation...
2005-03-29 Chris HansonFix a couple of typos.
2005-03-29 Chris HansonChange GUARANTEE-CONTINUATION to be standard guarantee...
2005-03-29 Chris HansonImplement PROCEDURE-OF-ARITY? and GUARANTEE-PROCEDURE...
2005-03-29 Chris HansonImplement UNIQUE-KEYWORD-LIST?.
2005-03-29 Chris HansonEliminate use of GUARANTEE- procedures that are defined...
2005-03-29 Chris HansonFix typo in GUARANTEE-RESTRICTED-KEYWORD-LIST.
2005-03-26 Chris HansonChange optional value arguments on MAKE-ASSIGNMENT and
2005-03-26 Chris HansonChange MAKE-DEFINITION so that its second argument...
2005-03-25 Chris HansonAdd hooks to do pre-encoding and post-decoding of XML...
2005-03-20 Chris HansonFix two more typos.
2005-03-20 Chris HansonFix incorrect arity of DB4:DB-ENV-CREATE.
2005-03-20 Chris HansonFix typo.
2005-03-20 Chris HansonChange release version to something reasonable for...
2005-03-20 Chris HansonFix bug: some characters weren't being echoed properly...
2005-03-19 Chris HansonFix typo: order of record-type field names was wrong.
2005-03-19 Chris HansonFix typo in SET-RECORD-TYPE-UNPARSER-METHOD!.
2005-03-19 Chris HansonDefine GUARANTEE-UNPARSER-METHOD.
2005-03-19 Chris HansonChange RECORD-TYPE-DEFAULT-INITS to return a list,...
2005-03-19 Chris HansonUse GUARANTEE-UNPARSER-METHOD.
2005-03-19 Chris HansonDefine GUARANTEE-UNPARSER-METHOD.
2005-03-19 Chris HansonAdd extension field to record types.
2005-03-18 Chris HansonFix typo in REPLACE-OPERATOR declaration. (fix from...
2005-03-13 Chris HansonFix WNA typo.
2005-03-08 Chris HansonTreat MITSCHEME_LOAD_OPTIONS as specifying a potential...
2005-03-08 Chris HansonTreat MITSCHEME_LOAD_OPTIONS as specifying a potential...
2005-02-24 Chris HansonFix typo.
2005-02-20 Chris HansonAdd missing export of XML-RPC:REQUEST.
2005-02-19 Chris HansonMove XML-RPC codecs from SSP package to XML package...
2005-02-18 Chris HansonImplement CONDITION-OF-TYPE?.
2005-02-18 Chris HansonFix typo in write-kbd-macro.
2005-02-17 Chris HansonMake peek operation send character to transcript if...
2005-02-17 Chris HansonFix typo.
2005-02-16 Chris HansonFix bug in implementation of empty-element constructors.
2005-02-08 Chris HansonChange XML-RPC method names to be symbols rather than...
2005-02-08 Chris HansonUpdate to current style.
2005-02-08 Chris HansonMove reference-trap management from continuation parser to
2005-02-08 Chris HansonAdd heuristic search to find dynamic link. Parser...
2005-02-08 Chris HansonImplement GUARANTEE-STREAM-PAIR.
2005-02-06 Chris HansonReverse order of arguments to XML-RPC:CONDITION->FAULT.
2005-02-06 Chris HansonRewrite of XML-RPC support to make it more general...
2005-02-05 Chris HansonExport XML-RPC interface for use by other programs.
2005-01-23 Chris HansonImplement strong eq and eqv hash tables.
2005-01-17 Chris HansonFix bug: SIGSEGV when M-x occur matches 0 lines.
2005-01-16 Chris HansonAdd support for COPY operation and BYTEA type.
2005-01-16 Chris HansonAdd codecs for bytea strings.
2005-01-16 Chris HansonAdd support for COPY command.
2005-01-11 Chris HansonNew syntax DEFINE-GUARANTEE.
2005-01-11 Chris HansonAdd support for Berkeley DB.
2005-01-11 Chris HansonSymbol names now use UTF-8 encoding.
2005-01-11 Chris HansonUse new cref argument to generate for all OS types.
2005-01-11 Chris HansonInitial (unfinished) draft.
2005-01-11 Chris HansonAdd optional argument to top-level procedures, to speci...
2005-01-10 Chris HansonAdd optional argument to signal error if given string...
2005-01-07 Chris HansonNew procedure HEXADECIMAL->VECTOR-8B.
2005-01-06 Chris HansonInitial draft.
2005-01-06 Chris HansonAdd support for Berkeley DB.
2005-01-06 Chris HansonEnlarge checkin window to account for multiple checkins...
2005-01-06 Chris HansonFlesh out vector-8b operations a bit.
2005-01-01 Chris HansonAdd symbol-creating procedures to extern.h.
2004-12-28 Chris HansonFix typo.
2004-12-28 Chris HansonChange MAKE-GC-FINALIZED-OBJECT to ignore the return...
2004-12-24 Chris HansonAdd entry for "allen".
2004-12-23 Chris HansonChange symbol names to use UTF-8 encoding.
2004-12-20 Chris HansonAdd new procedure channel-file-truncate.
2004-12-20 Chris HansonAdd new primitive file-truncate.
2004-12-17 Chris HansonFix bug in comment parsing.
2004-12-15 Chris HansonAdd support for cygwin.
2004-12-15 Chris HansonTreat '\r' as whitespace.
2004-12-13 Chris HansonLeave second argument to PACKAGE-SET-PATHNAME as an...
2004-12-13 Chris HansonAlways generate package files for all OS types.
2004-12-13 Chris HansonAlways generate package files for all OS types.
2004-12-13 Chris HansonAlways generate package files for all OS types.
2004-12-13 Chris HansonEliminate PACKAGE/SYSTEM-LOADER and ADD-IDENTIFICATION...
2004-12-07 Chris HansonFix #f/() type error.
2004-12-07 Chris HansonFix a #f/() type error.
2004-12-07 Chris HansonRemove note about empty list being the same as #f.
2004-12-07 Chris HansonUpdate directory descriptions.
2004-12-07 Chris HansonAdd "xdoc" to directory list.
2004-12-07 Chris HansonAdd "xdoc" directory to build.
2004-12-06 Chris HansonSplit #f and ().
2004-12-06 Chris HansonFix unreferenced-variable warning.
2004-12-06 Chris HansonFix #f/() type error.
next