mit-scheme.git
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.
2004-01-16 Chris HansonEliminate use of obsolete INPUT-PORT/OPERATION.
2004-01-16 Chris HansonProvide BASE-PORT to parser.
2004-01-16 Chris HansonFix handling of quote within strings.
2004-01-16 Chris HansonFix syntax definitions to reflect what the parser does...
2004-01-16 Chris HansonQuote some more prefixed atom delimiters.
2004-01-16 Chris HansonNow that comma is an atom delimiter, it's necessary...
2004-01-16 Chris HansonPass the shared objects database as an argument to...
2004-01-16 Chris HansonFix some minor bugs. Considerably simplify parsing...
2004-01-16 Chris HansonCompensate for a change to the definition of CHAR-SET...
2004-01-16 Chris HansonAdd name for non-blocking space.
2004-01-15 Chris HansonInitial draft of new parser. Needs more testing, and...
2004-01-15 Chris HansonImplement %STRING->SYMBOL for to eliminate unnecessary...
2004-01-15 Chris HansonFix incorrect package references for files loaded at...
2004-01-11 Chris HansonEliminate INPUT-BUFFER/DISCARD-CHAR, which couldn't...
2004-01-11 Chris HansonFix problem: some uses of terminated-region-matcher...
2004-01-09 Chris HansonImplement REVERSE* and REVERSE*!, like REVERSE and...
2004-01-09 Chris HansonFix bug: RANDOM-BYTE-VECTOR has to supply a default...
2004-01-08 Chris HansonFix thinko in previous change.
2004-01-07 Chris HansonEliminate strict-aliasing warning that could potentiall...
2004-01-07 Chris HansonFix compilation error caused by change to "obstack.h".
2004-01-07 Chris HansonUpdate copyright dates.
2004-01-07 Chris HansonEliminate some compiler warnings.
2004-01-06 Chris HansonImplement SRFI 27, except for RANDOM-SOURCE-PSEUDO...
2004-01-06 Chris HansonUse FILE-READABLE? instead of FILE-EXISTS? when testing for
2004-01-05 Chris HansonRewrite the code that converts the output of the RNG...
2004-01-01 Chris HansonUpdate email addresses from ai->csail.
2003-12-29 uid67408Fix typo.
2003-12-29 uid67408Repackage using standard packaging tools.
2003-12-29 uid67408Integrate SSP/XDOC into system.
next