mit-scheme.git
2005-07-24 Chris HansonUse 'OS_malloc' for default definition of 'HEAP_MALLOC...
2005-07-24 Chris HansonFix copyright date.
2005-07-24 Chris HansonRewrite 'strcmp_ci' to use 'toupper' from STDC rather...
2005-07-24 Chris HansonDon't bother including <string.h> at all; instead trust...
2005-07-19 Chris HansonUse OBJECT-GC-TYPE rather than PRIMITIVE-OBJECT-GC...
2005-07-19 Chris HansonRemove unused LOAD-PACKED-BINARIES.
2005-07-17 Chris HansonFix bug: %WITHIN-CONTINUATION was being used in "thread...
2005-07-17 Chris HansonFix some syntax errors only visible on Win32.
2005-07-16 Chris HansonFix problem with decrementing of string length variable.
2005-07-16 Chris HansonEliminate non-reentrant continuations. Microcode 14...
2005-07-15 Chris HansonUpdate copyright statement.
2005-07-15 Chris HansonImplement ULONG/FIXNUM conversion macros.
2005-07-15 Chris HansonImplement ULONG/FIXNUM conversion macros.
2005-07-15 Chris HansonChange some variables from signed to unsigned.
2005-07-15 Chris HansonDefine __inline__ for non-gcc, so we can use this anywhere.
2005-07-14 Chris HansonFix indentation of #; for single lines.
2005-07-09 Chris HansonFix typo/thinko: inclusion of <string.h> was conditiona...
2005-07-09 Chris HansonWork around illegal use of cast expressions in some...
2005-07-04 Chris HansonDon't assume that __IA32__ implies support for native...
2005-07-04 Chris HansonAdd processor type for SVM.
2005-07-04 Chris HansonFix copyright dates.
2005-07-01 Chris HansonNew primitives for manipulating objects:
2005-06-30 Chris HansonImplement primitives to read and write arbitrary memory.
2005-06-30 Chris HansonImplement PRIMITIVE-OBJECT-ADDRESS.
2005-06-30 Chris HansonTweak changes slightly.
2005-06-30 Chris HansonFix flonum comparison operations that were assuming...
2005-06-27 Chris HansonFix SIGSEGV generated by M-x isearch-forward-regexp...
2005-06-27 Chris HansonAnother clarification of SIGCONTEXT stuff, this time...
2005-06-26 Chris HansonChange configuration to handle PostgreSQL 8.0 includes.
2005-06-26 Chris HansonRewrite the unix trap handler to simplify and clarify...
2005-06-26 Chris HansonGuarantee valid sp_register and Free _prior_ to executi...
2005-06-24 Chris HansonMake sure symbols are canonicalized in Edwin.
2005-06-16 Chris HansonImplement GUARANTEE-VECTOR-OF-TYPE, VECTOR-OF-UNIQUE...
2005-06-14 Chris HansonAllow VECTOR-MAP to take multiple vector arguments...
2005-06-13 Chris HansonReally export URI->SYMBOL.
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.
next