mit-scheme.git
2004-07-18 Chris HansonAllow HTML:COMMENT to take anything that satisfies...
2004-07-15 Chris HansonAdd support for NMTOKENS values.
2004-07-15 Chris HansonGeneralize HTML-ATTRS to allow xml-attribute objects...
2004-07-15 Chris HansonAdd XHTML support.
2004-07-15 Chris HansonAllow SYMBOL to accept characters as arguments.
2004-07-15 Chris HansonImplement SYMBOL.
2004-07-12 Chris HansonImplement HTML-ELEMENT?.
2004-07-12 Chris HansonMove xhtml support into this package. Change names...
2004-07-05 Chris HansonNew macro RULE-MATCHER. Rewrite rule-matching mechanis...
2004-07-04 Chris HansonFix typo.
2004-07-04 Chris HansonAdd new operations to categorize type codes.
2004-07-04 Chris HansonAdd new primitive TYPE->GC-TYPE.
2004-07-02 Chris HansonOBJECT-GC-TYPE is no longer a primitive.
2004-07-02 Chris HansonFix definitions of OBJECT-POINTER? and OBJECT-NON-POINT...
2004-07-02 Chris HansonUse OBJECT-NON-POINTER? rather than NON-POINTER-OBJECT?.
2004-07-01 Chris HansonFix typo in previous change.
2004-07-01 Chris HansonMove REGISTER-TYPES-COMPATIBLE? to arch-independent...
2004-06-28 Chris HansonImplement XML-PROCESSING-INSTRUCTIONS-HANDLERS.
2004-06-28 Chris HansonImplement XML-MISC-CONTENT-ITEM?.
2004-06-27 Chris HansonFix valid-content tests on output of processing instruc...
2004-06-23 Chris HansonAdd support for fractional seconds in ISO 8601 times.
2004-06-16 Chris HansonUpdate menu: delete missing section in hash-table docs.
2004-06-13 Chris HansonMust lock table during REHASH-TABLE!.
2004-06-12 Chris HansonMake sure hashing operations integrate as I intended...
2004-06-12 Chris HansonReimplement PRIME-NUMBERS-STREAM to use less space.
2004-06-12 Chris HansonImplement SMALLEST-FIXNUM and LARGEST-FIXNUM.
2004-06-07 Chris HansonReflect new hash-table implementation.
2004-06-07 Chris HansonNew hash-table implementation.
2004-05-27 Chris HansonWhen closing a port, don't try to flush output if the...
2004-05-27 Chris HansonExport UTF-xx input ports.
2004-05-27 Chris HansonAdd missing error checking to UTF-8 decoder: was allowi...
2004-05-26 Chris HansonImplement byte sources.
2004-05-26 Chris HansonAdd procedures to do output directly to UTF-xx strings.
2004-05-26 Chris HansonFix bug in handling of wide strings.
2004-05-26 Chris HansonUse new procedure PORT/SUPPORTS-CODING? to eliminate...
2004-05-26 Chris HansonAdd new procedure PORT/SUPPORTS-CODING?.
2004-05-26 Chris HansonWhen deciding whether it is legal to associate an IRI...
2004-03-30 Chris HansonGeneralize code to toggle Dired sort order.
2004-03-30 Chris HansonNew port abstraction is hiding unread characters from...
2004-03-24 Chris HansonAllow "utf7" and "utf8" character sets.
2004-03-09 Chris HansonChange PAGE_READWRITE to PAGE_EXECUTE_READWRITE, so...
2004-03-09 Chris HansonDon't try to allocate zero-length string in RELOAD...
2004-02-26 Chris HansonINPUT-PORT/READ-STRING wasn't returning an EOF object...
2004-02-26 Chris HansonFix typo that prevented EOF from being properly detected.
2004-02-26 Chris HansonUpdate version number to reflect changes.
2004-02-26 Chris HansonAllow a name to contain colons as specified by the...
2004-02-26 Chris HansonFix thinko in handling of name parsing.
2004-02-26 Chris HansonRestore colon as name-initial char.
2004-02-26 Chris HansonRemove now-obsolete code that forces output coding...
2004-02-25 Chris HansonGenerate BOM on output for those encodings that require it.
2004-02-25 Chris HansonFix bugs in implementation of UTF-32 coding.
2004-02-25 Chris HansonAdd name for BOM character.
2004-02-24 Chris HansonFix thinko.
2004-02-24 Chris HansonUse temporary file as intermediary for write/re-read...
2004-02-24 Chris HansonFix typo.
2004-02-24 Chris HansonImplement support for character coding.
2004-02-24 Chris HansonImplement operations to detect known codings and line...
2004-02-24 Chris HansonDon't read more characters than are needed. The XML...
2004-02-24 Chris HansonExport DISCARD-CHAR.
2004-02-24 Chris HansonExport UNREAD-CHAR.
2004-02-24 Chris HansonCanonicalize UTF-16 and UTF-32 names.
2004-02-24 Chris HansonClean up output a little.
2004-02-24 Chris HansonWhen using XML line ending on I/O port, treat output...
2004-02-23 Chris HansonEliminate PARSE-XML-DOCUMENT. Merge STRING->XML and...
2004-02-23 Chris HansonSome tweaks to handle changes in I/O subsystem. Force...
2004-02-23 Chris HansonUse STRING->PARSER-BUFFER rather than WIDE-STRING-...
2004-02-23 Chris HansonUse wide string to test re-reading of document.
2004-02-23 Chris HansonEliminate SOURCE->PARSER-BUFFER. Merge procedures
2004-02-23 Chris HansonRewrite STRING->WIDE-STRING to make it more efficient.
2004-02-23 Chris HansonAdd support for UTF-32.
2004-02-18 Chris HansonFix problems with parsing of element content.
2004-02-17 Chris HansonUse new arguments for OPEN-TCP-STREAM-SOCKET.
2004-02-17 Chris HansonFix some bugs in the parser buffer.
2004-02-17 Chris HansonFix typo.
2004-02-17 Chris HansonAdd kludge to define MATCH-UTF8-CHAR-IN-ALPHABET.
2004-02-17 Chris HansonAdd line-ending support.
2004-02-17 Chris HansonAdd NEWLINE line-ending.
2004-02-16 Chris HansonChanges required by reimplementation of I/O subsystem.
2004-02-16 Chris HansonBump version to reflect major change.
2004-02-16 Chris HansonThe I/O subsystem has once again been redesigned. ...
2004-02-06 Chris HansonFix typo.
2004-02-04 Chris HansonFix typos.
2004-02-04 Chris HansonFix CLOSE-ENOUGH?.
2004-02-03 Chris HansonDon't set super/hyper bucky bits based on modifier...
2004-01-31 Chris HansonDon't specially handle control/meta-modified alphabetic...
2004-01-19 Chris HansonUpdate CVS access information.
2004-01-19 Chris HansonImplement support for associating input-port "position...
2004-01-19 Chris HansonRewrite the CHAR-READY? operation to use TEST-SELECT...
2004-01-19 Chris HansonEliminate the READ-STRING and DISCARD-CHARS operations.
2004-01-19 Chris HansonDeal gracefully with EOF in READ-FINISH operation.
2004-01-18 Chris HansonUse getpt() if available.
2004-01-17 Chris HansonCombine TABLE and DB parameters.
2004-01-17 Chris HansonSimplify table-lookup mechanism.
2004-01-17 Chris HansonAdd "autom4te.cache" to cleanup.
2004-01-16 Chris HansonAdd ssp.
2004-01-16 Chris HansonAdd ssp.
2004-01-16 Chris HansonFix quoting.
2004-01-16 Chris HansonEliminate obsolete references to INPUT-PORT/OPERATION and
2004-01-16 Chris HansonBump component version to reflect changes since last...
2004-01-16 Chris HansonEliminate use of obsolete OUTPUT-PORT/OPERATION.
next