mit-scheme.git
2003-03-07 Chris HansonRename RECORD-COPY to COPY-RECORD.
2003-03-07 Chris HansonRevamp the record abstraction. Record types now have...
2003-03-07 Chris HansonRevert most of previous change. Instead introduce...
2003-03-06 Chris HansonChange LIST?, ALIST?, and LIST-OF-TYPE? to return the...
2003-03-06 Chris HansonEliminate long-unused support for applicable records.
2003-03-06 Chris HansonChange name of button type from BUTTON-RECORD-TYPE...
2003-03-06 Chris HansonFix mistake in definition of DEFINE-RECORD-TYPE: fields...
2003-03-06 Chris HansonEliminate long-unused support for applicable records.
2003-03-05 Chris HansonNew procedure XML->WIDE-STRING.
2003-03-05 Chris HansonRestructure XML output procedures to take a rest argume...
2003-03-03 Chris HansonFix typo.
2003-03-02 Chris HansonFix several parser bugs that were found by the conforma...
2003-03-02 Chris HansonDon't allow whitespace in DTD.
2003-03-02 Chris HansonReject documents that contain entity references whose...
2003-03-01 Chris HansonMajor rewrite, primarily to eliminate XML-UNINTERPRETED...
2003-03-01 Chris HansonFix logic error in UTF-8 decoding.
2003-02-28 Chris HansonMajor rewrite of Unicode support. New design supports...
2003-02-28 Chris HansonChange character representation to have 21 code bits...
2003-02-27 Chris HansonAllow OPEN-INPUT-STRING to accept #F for optional argum...
2003-02-26 Chris HansonChange GUARANTEE-SUBSTRING-END-INDEX to take a length...
2003-02-25 Chris HansonRemove references to #\T- characters.
2003-02-25 Chris HansonAdd GUARANTEE-LIMITED-INDEX-FIXNUM.
2003-02-25 Chris HansonAdd GUARANTEE-INDEX-FIXNUM.
2003-02-25 Chris HansonAdd VECTOR-OF-TYPE? to indentation table.
2003-02-24 Chris HansonExport "guarantee" procedures for string indices.
2003-02-24 Chris HansonExport "guarantee" procedures for string indices.
2003-02-24 Chris HansonExport "guarantee" procedures for string indices.
2003-02-19 Chris HansonAdd LIST-OF-TYPE? to indentation table.
2003-02-16 Chris HansonGenerate changelog for HTML files.
2003-02-16 Chris HansonGenerate changelog for HTML files.
2003-02-14 Chris HansonChange program name to MIT/GNU Scheme.
2003-02-14 Chris HansonChange program name to MIT/GNU Scheme.
2003-02-14 Chris HansonChange program name to MIT/GNU Scheme.
2003-02-14 Chris HansonCanonicalize copyright/license notices.
2003-02-13 Chris HansonAdd support for SRFI-6 -- this consists of renaming...
2003-02-13 Chris HansonAdd procedure to compare two build trees.
2003-02-13 Chris HansonEliminate definitions embedded inside LET-SYNTAX, since...
2003-02-13 Chris HansonCan't use top-level DEFINE-SYNTAX in this file, because...
2003-02-13 Chris HansonEliminate compiler warning.
2003-02-13 Chris HansonFix interaction between LET-SYNTAX and definitions...
2003-02-13 Chris HansonEliminate definitions embedded inside LET-SYNTAX, since...
2003-02-12 Chris HansonUse "--" form for command-line arguments.
2003-02-12 Chris HansonEliminate "(c)" string from copyright notices.
2003-02-12 Chris HansonProperly fix problem with LETREC/definition interaction...
2003-02-10 Chris HansonComplete rewrite, greatly simplied code. Initiated...
2003-02-10 Chris HansonAdd GUARANTEE- procedures. Clean up a little, and...
2003-02-09 Chris HansonFix bug in output of LETREC expressions: internal defin...
2003-02-07 Chris HansonNew procedures: STRING->XML, SUBSTRING->XML, and XML...
2003-02-06 Chris HansonExport GUARANTEE-PAIR to global environment.
2003-02-06 Chris HansonFix bug in definition of COMPLETE keyword.
2003-01-31 Chris HansonGenerate appropriate error message when ellipsis appear...
2003-01-31 Chris HansonUpdate copyright; use PAIR? rather than NULL? where...
2003-01-30 Chris HansonExport CHAR-SET:XML-WHITESPACE.
2003-01-26 Chris HansonUpdate copyright/license statement.
2003-01-26 Chris HansonUpdate copyright/license statement.
2003-01-26 Chris HansonMake XML-INTERN be an alias for STRING->SYMBOL.
2003-01-23 Chris HansonWhen TEST-FOR-IO-ON-CHANNEL returns HANGUP or ERROR...
2003-01-22 Chris HansonUse new I/O synchronization to avoid blocking the Schem...
2003-01-22 Chris HansonChange calling interface for test-select-registry so...
2003-01-22 Chris HansonUse new I/O synchronization support in runtime system.
2003-01-22 Chris HansonUse ERROR and HANGUP values returned by TEST-SELECT...
2003-01-22 Chris HansonPay attention to POLLERR and POLLHUP values returned...
2003-01-22 Chris HansonUse new I/O synchronization primitives. Requires micro...
2003-01-22 Chris HansonImplement new primitives for I/O synchronization. ...
2003-01-15 Chris HansonChange default value of imail-mime-collapse-digest...
2003-01-15 Chris HansonAdd indent methods for SFRI keywords.
2003-01-10 Chris HansonAdd comment aout treating MIME digests as subfolders.
2003-01-10 Chris HansonEliminate last vestiges of UNWIND-PROTECT.
2003-01-10 Chris HansonRework code that starts the debugger. The edwin variable
2003-01-10 Chris HansonOrder predicates for keys must also handle buttons...
2003-01-10 Chris HansonOrder predicates for keys must also handle buttons...
2003-01-09 Chris HansonEliminate unused procedure MAKE-MODIFIED-BUTTON.
2003-01-09 Chris HansonMove URL support back to the runtime system.
2003-01-09 Chris HansonMove URL support back to the runtime system.
2003-01-05 Chris HansonFix broken multi-line string constant.
2003-01-03 Chris HansonEliminate trailing spaces after last item in row.
2003-01-03 Chris HansonFix fencepost error -- output must be less than width...
2003-01-03 Chris HansonRename: WRITE-STRINGS-AS-TABLE -> WRITE-STRINGS-IN...
2003-01-03 Chris HansonDon't write column separators for empty cells in the...
2003-01-02 Chris HansonPrint ID strings in row-major order.
2003-01-02 Chris HansonDon't print architecture name. Upcase "LIAR" to emphas...
2003-01-02 Chris HansonNew procedure WRITE-STRINGS-AS-TABLE is used to format...
2003-01-02 Chris HansonNew procedure WRITE-STRINGS-AS-TABLE is used to format...
2003-01-02 Chris HansonFix thinko in previous change.
2003-01-02 Chris HansonNew procedure WRITE-STRINGS-AS-TABLE is used to format...
2003-01-01 Chris HansonAdd predicate and guarantee for exact positive integers.
2003-01-01 Chris HansonImplement GUARANTEE-* for number types.
2003-01-01 Chris HansonChange GUARANTEE-*-PORT procedures to accept a second...
2002-12-31 Chris HansonMove license statement into runtime, and add copyright...
2002-12-30 Chris HansonFix typo.
2002-12-30 Chris HansonFix bug-reporting info.
2002-12-30 Chris HansonFix bug-reporting info.
2002-12-30 Chris HansonUndo usage of @acronym for MIT and GNU; it doesn't...
2002-12-30 Chris HansonUpdate description of command-line options to reflect...
2002-12-30 Chris HansonClean "autom4te.cache".
2002-12-30 Chris HansonUpdate license statement.
2002-12-30 Chris HansonAdd new index suffixes; update license statement.
2002-12-30 Chris HansonFix version number of FDL.
2002-12-29 Chris HansonFix problem with sectioning that caused PDF generation...
2002-12-29 Chris HansonUpdate for GFDL 1.2.
next