mit-scheme.git
2004-09-14 Chris HansonImplement SET-PORT/TYPE!.
2004-09-14 Chris HansonImplement SET-PORT/TYPE!.
2004-09-14 Chris HansonEliminate some unused code. Minor stylistic cleanups.
2004-09-14 Chris HansonFix typo in CASE syntax: no expressions in a clause...
2004-09-10 Chris HansonFix problem with console echoing in READ-FINISH.
2004-08-15 Chris HansonRevert change to NON-POINTER-OBJECT?. The resulting...
2004-08-14 Chris HansonFix typo.
2004-08-14 Chris HansonCache the immediate traps. There's no need to have...
2004-08-14 Chris HansonMake printer more robust when printing objects that...
2004-08-12 Chris HansonFix code that constructs HTML documents, by removing...
2004-08-12 Chris HansonFix bug: the root name of a DTD must be a qname; it...
2004-08-12 Chris HansonFix typo. Edit for style.
2004-08-10 Chris HansonIn CONVERT-XML-STRING-VALUE, make sure error message...
2004-08-10 Chris HansonExport FLATTEN-XML-ELEMENT-CONTENTS.
2004-07-24 Chris HansonFix definitions of entities so that they work with...
2004-07-24 Chris HansonFix bug: DTD can't have namespace on its root element...
2004-07-24 Chris HansonFix broken character definitions. (Arrgh.)
2004-07-24 Chris HansonFix thinko in call to MAKE-XML-!ENTITY.
2004-07-24 Chris HansonAdd support for XHTML predefined entities. These are...
2004-07-24 Chris HansonAdd predicates to identify XHTML DTDs.
2004-07-24 Chris HansonChange HTML-EXTERNAL-DTD to HTML-EXTERNAL-ID.
2004-07-24 Chris HansonAdd constructors to aid in building conformant XHTML...
2004-07-24 Chris HansonAdd support for XHTML 1.1.
2004-07-22 Chris HansonFix some text that isn't right for Edwin. (closes...
2004-07-19 Chris HansonMove generic XML convenience procedures from "xhtml...
2004-07-19 Chris HansonExport FLATTEN-XML-ELEMENT-CONTENTS.
2004-07-19 Chris HansonUpdate list of element names to cover exactly those...
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.
next