mit-scheme.git
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.
2003-12-29 uid67408Import files from other places.
2003-12-29 uid67408Export a few more useful procedures.
2003-12-29 uid67408Fix bug: when parsing bracketed content, signal an...
2003-11-26 Chris HansonFix broken behavior of RANDOM when given modulus that...
2003-11-26 Chris HansonFix bug: DOUBLE_TO_FIXNUM_P was using limits that assum...
2003-11-26 Chris HansonEliminate optional time-zone argument to iso8601 parsers.
2003-11-25 Chris HansonSeveral changes to ISO-8601 time:
2003-11-11 Chris HansonImplement PGSQL-CONN-OPEN?.
2003-11-11 Chris HansonUpdate for changes to finalizer.
2003-11-11 Chris HansonAllow a channel to be closed more than once. This...
2003-11-11 Chris HansonDon't use pathname as prompt argument to command; inste...
2003-11-11 Chris HansonSignal an error if ADD-TO-GC-FINALIZER! or REMOVE-FROM...
2003-11-10 Chris HansonSimplify gc-finalizer interface to guarantee that it...
2003-11-10 Chris HansonRemove references to %DELETE-DIB.
2003-11-09 Chris HansonRationalize treatment of gc-finalized data structures.
2003-11-07 Chris HansonMake sure channel is appropriately marked when it is...
2003-11-07 Chris HansonChange PGSQL-GET-VALUE to return #F if field is NULL.
2003-11-06 Chris HansonAdd missing dload_initialize_file().
2003-11-06 Chris HansonAdd condition types to identify postgresql errors....
2003-11-06 Chris HansonDelete useless PGSQL-RESULT-STATUS-STRING.
2003-11-03 Chris HansonCanonicalize strings in element content.
2003-11-03 Chris HansonCanonicalize strings in element content.
2003-10-31 Chris HansonFix CPUID instruction test; old test only did 386 detec...
2003-10-31 Chris HansonDon't require the target of a rename or copy operation...
2003-10-24 Chris HansonChange default of X-PASTE-FROM-CLIPBOARD to #T. This...
2003-10-15 Chris HansonGC was blowing up with SIGSEGV when run under emacs...
2003-10-15 Chris HansonDon't put empty character data strings in element content.
2003-10-11 Chris HansonChange CALL-ON-PARSER-BUFFER-TAIL to CALL-WITH-PARSER...
2003-10-11 Chris HansonImplement CALL-ON-PARSER-BUFFER-TAIL.
2003-10-10 Chris HansonFix typo.
2003-10-10 Chris HansonAllow IGNORE-ERRORS to take an optional second argument...
2003-10-01 Chris HansonImplement ISO 8601 date/time strings.
2003-09-30 Chris HansonDefine and export DECODED-TIME?.
2003-09-30 Chris HansonSecond draft: this one uses a fully lazy copy of the...
2003-09-30 Chris HansonImplement STREAM-LAST-PAIR.
2003-09-30 Chris HansonEliminate style that uses external LETREC expressions...
2003-09-30 Chris HansonImplement STREAM-APPEND-MAP. Use RECEIVE rather than
2003-09-30 Chris HansonFix typo.
2003-09-28 Chris HansonInitial draft. This design has some bugs, so I'm check...
2003-09-26 Chris HansonAnother major upheaval, this time to give attributes...
2003-09-26 Chris HansonFix problem with Edwin consuming lots of CPU while...
2003-09-26 Chris HansonRestrict attribute values to be strings rather than...
2003-09-26 Chris HansonFix bug in handling of processing instructions.
2003-09-26 Chris HansonMajor update to rationalize naming structure. The...
2003-09-26 Chris HansonChange terminology to be more in accord with W3C documents:
2003-09-26 Chris HansonExport XML-IRI and XMLNS-IRI. Change MAKE-XML-NAME...
2003-09-25 Chris HansonChange URI -> IRI in remaining places.
2003-09-25 Chris HansonEfficiency tweak to XML-ELEMENT-NAMESPACE-IRI.
2003-09-24 Chris HansonImplement abstraction for null namespace prefix and...
2003-09-24 Chris HansonNew procedures STRING-HEAD->SYMBOL and STRING-TAIL...
2003-09-24 Chris HansonFix thinko.
2003-09-24 Chris HansonFix typo.
2003-09-24 Chris HansonFix typo.
2003-09-24 Chris HansonImplement GUARANTEE- procedures for all types. Implement
2003-09-24 Chris HansonImplement namespace URI abstraction.
2003-09-24 Chris HansonImplement SUBSTRING->SYMBOL.
2003-09-24 Chris HansonImplement new procedures (and use where appropriate):
2003-09-24 Chris HansonEliminate OS/FILE-TYPE-TO-MAJOR-MODE; use single list...
2003-09-23 Chris HansonFix some problems with the HTML paragraph separator.
next