mit-scheme.git
2005-05-26 Chris HansonRearrange for readability.
2005-05-26 Chris HansonChange representation of URI to simplify interface...
2005-05-25 Chris HansonMove PARSE-RELATIVE-URI up to improve readability.
2005-05-25 Chris HansonImplement regular expressions for URIs.
2005-05-25 Chris HansonFix typo: fragment was allowed twice.
2005-05-24 Chris HansonAdd optional CALLER argument to ->URI.
2005-05-24 Chris HansonChange DEFINE-GUARANTEE to make CALLER argument optional.
2005-05-24 Chris HansonDocument procedure arity and generic procedures.
2005-05-24 Chris HansonDocument procedure arity and generic procedures.
2005-05-24 Chris HansonComplete rewrite of URL support. New design implements...
2005-05-24 Chris HansonAllow restart reporter to be specified in breakpoints.
2005-05-20 Chris HansonImplement URL:CHAR-SET:SCHEME and URL:PARSE:SCHEME.
2005-05-20 Chris HansonBump version and date.
2005-05-20 Chris HansonDocument how READ now takes an optional environment...
2005-05-17 Chris HansonFix bugs in handling of distinguished characters "...
2005-05-17 Chris HansonFix implementation of alphabetic character sets for...
2005-04-30 Chris HansonGuarantee canonicalized symbols when loading files.
2005-04-30 Chris HansonMake sure that symbols are canonicalized when loading...
2005-04-30 Chris HansonGuarantee canonicalized symbols when loading files.
2005-04-28 Chris HansonAdd indentation for COUNT-MATCHING-ITEMS and COUNT...
2005-04-28 Chris HansonImplement COUNT-MATCHING-ITEMS and COUNT-NON-MATCHING...
2005-04-16 Chris HansonEliminate NULL type-code name.
2005-04-16 Chris HansonForce arity folding for GENERIC-PROCEDURE-ARITY.
2005-04-16 Chris HansonMAKE-PROCEDURE-ARITY must not simplify the result by...
2005-04-16 Chris HansonUse new procedure-arity abstraction to simplify logic.
2005-04-16 Chris HansonUse new procedure-arity abstraction to simplify logic.
2005-04-16 Chris HansonAdd abstraction for procedure-arity objects.
2005-04-16 Chris HansonAdd finer discrimination for built-in constant types.
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.
next