mit-scheme.git
2005-06-10 Chris HansonWhen processing "Eval" bindings, make sure buffer is...
2005-06-10 Chris HansonCan't use colon in local variable name.
2005-06-10 Chris HansonImplement buffer-local indentation support.
2005-06-05 Chris HansonAdd comment to MATCHER:IPV6-ADDRESS explaining why...
2005-06-05 Chris HansonRename REXP-0*N to REXP-*N.
2005-06-04 Chris HansonUse new repetition constructs in matcher language.
2005-06-04 Chris HansonRevert rule that eliminates unused pointer bindings...
2005-06-04 Chris HansonRewrite pointer optimization to keep track of aliases...
2005-06-04 Chris HansonFix typo in previous revision.
2005-06-04 Chris HansonImplement N*M, N*N, *N, and N* patterns.
2005-06-04 Chris HansonFix a bunch of problems with the optimizer. Simplify...
2005-06-03 Chris HansonUse lower case for output of hexadecimal digits.
2005-06-03 Chris HansonUse lower case for output of hexadecimal digits.
2005-06-01 Chris HansonSimplify code generation for partial parser.
2005-06-01 Chris HansonDon't store the buffer in the partial-uri record.
2005-06-01 Chris HansonAnother round of work on the partial URI parser. More...
2005-05-31 Chris HansonChange partial URI parser to save erroneous characters...
2005-05-30 Chris HansonGeneralize ->URI variants to accept more inputs.
2005-05-30 Chris HansonSupport conversions between symbols and wide strings.
2005-05-30 Chris HansonAdd support for partial URI parsing. This is useful...
2005-05-30 Chris HansonImplement GET-OUTPUT-STRING!, which gets the accumulate...
2005-05-30 Chris HansonComplete rewrite of URI support to comply with RFC...
2005-05-30 Chris HansonAdd expressions to implement limited repeating patterns.
2005-05-26 Chris HansonImplement MERGE-URIS and BASE-URI?. Change path repres...
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.
next