mit-scheme.git
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.
2002-12-29 Chris HansonUpdate for GFDL 1.2.
2002-12-27 Chris HansonChange option processing to accept "--" option syntax...
2002-12-27 Chris HansonChange option processing to accept "--" option syntax...
2002-12-27 Chris HansonAdd message at boot about legal issues.
2002-12-20 Chris HansonDon't keep zero-length logs.
2002-12-19 Chris HansonMust loop after case-folding a character set or string.
2002-12-19 Chris HansonFix bug: typo in CASE-FOLD-CHAR-SET.
2002-12-16 Chris HansonMake sure that /usr/local/bin is in the path.
2002-12-16 Chris HansonMake sure that all changelogs are generated.
2002-12-15 Chris HansonAdd new procedures:
2002-12-13 Chris HansonTweak script so that it uses anonymous access to the...
2002-12-13 Chris HansonFix thinko in DEFINE-RECORD-TYPE.
2002-12-09 Chris HansonFix comment handling to use same strategy as Emacs.
2002-12-09 Chris HansonAdd ability to specify handlers for processing instruct...
2002-12-09 Chris HansonTweak formatting of DTD with both external and internal...
2002-12-09 Chris HansonDon't rewrite & in entity values; it is assumed that...
2002-12-09 Chris HansonImplement editor variable vc-cvs-stay-local which tells...
2002-12-09 Chris HansonUse new column-tracking feature of output ports to...
2002-12-09 Chris HansonChange output ports to track current column. This...
2002-12-08 Chris HansonChange output of parser to distinguish <foo></foo>...
2002-12-07 Chris HansonImplement MAKE-TOP-LEVEL-ENVIRONMENT.
2002-12-07 Chris HansonFix harmless typo.
2002-12-07 Chris HansonFold long start elements that have multiple attributes.
2002-12-07 Chris HansonDon't discard XML comments; these are important to...
2002-12-02 Chris HansonUpdate to version 1.2.
2002-11-27 Chris HansonUpdate to autoconf 2.5.
2002-11-27 Chris HansonDon't use $Header$.
2002-11-26 Chris HansonUpdate FSF address in a few more places.
2002-11-25 Chris HansonFix bug in translation of graphics drawing modes.
2002-11-22 Chris HansonChange "this program" to "MIT Scheme" in prescript.
2002-11-22 Chris HansonUse updated version of GPL with correct address.
2002-11-21 Chris HansonOnly unlink symlink if its target is the one we linked to.
2002-11-21 Chris HansonOnly unlink symlink if its target is the one we linked to.
2002-11-21 Chris HansonDon't use rm-old-pkg option by default.
2002-11-21 Chris HansonInclude <string.h> to provide strerror.
2002-11-20 Chris HansonUse strerror if available.
2002-11-20 Chris HansonAdd check for strerror.
2002-11-20 Chris HansonFix typo.
2002-11-20 Chris HansonUpdate license text to GNU standard.
2002-11-20 Chris HansonChange license format to match recommended GNU standards.
2002-11-20 Chris HansonChange license format to match recommended GNU standards.
2002-11-20 Chris HansonInitial revision.
2002-11-20 Chris HansonAdd debugging information to distribution.
2002-11-20 Chris HansonDocument new optional LINE-TRANSLATION argument to
2002-11-20 Chris HansonLoad <termios.h> prior to <curses.h> as it is needed...
2002-11-19 Chris HansonUse statfs only on linux and hp-ux systems.
2002-11-12 Chris HansonChange to use cvs2cl rather than Scheme. This Perl...
2002-11-12 Chris HansonAdd usermap for use with cvs2cl.
2002-10-26 Chris HansonAdd default modes for .inc and .xml files.
2002-10-23 Chris HansonUpdate version to reflect recent changes.
2002-10-23 Chris HansonRewrite loop in Prim_microcode_library_path to work...
2002-10-22 Chris HansonFix problem with newer version of IBM C compiler.
2002-10-22 Chris HansonFix problem with newer version of IBM C compiler.
2002-10-21 Chris HansonAdd code to catch and ignore errors when loading uncomp...
2002-10-07 Chris HansonAdd optional LINE-TRANSLATION argument to TCP-SERVER...
2002-10-01 Chris HansonFix bug: callers of CURRENT-DEFINITION-START assume...
2002-09-06 Chris HansonDon't initial M-x shell-command prompt history to most...
2002-09-05 Chris HansonFix typo -- can't put parentheses around compound state...
2002-08-21 Chris HansonAdd support for running under valgrind.
2002-08-16 Chris HansonUpdate exception statement to use FSF's wording.
2002-08-14 Chris HansonFix bug in field-sorting commands: if there was no...
2002-08-12 Chris HansonFix bug: must not signal error if only one entry in...
2002-07-11 Chris HansonAdd instructions.
2002-07-11 Chris HansonUse "install -d" to make directories.
2002-07-08 Chris HansonFix two bugs: (1) Remove an item from the finalizer...
2002-07-03 Chris HansonStylistic updates.
2002-07-03 Chris HansonStylistic updates.
2002-07-03 Chris HansonEliminate `Regs' macro.
2002-07-02 Chris HansonEliminate the following macros:
2002-07-02 Chris HansonEliminate references to `History'.
2002-07-02 Chris HansonEliminate references to Stack_Pointer.
2002-07-02 Chris HansonEliminate "import" and "export" of registers. The...
next