mit-scheme.git
2001-04-06 Chris HansonChange `get_release' to support up to 5 components...
2001-04-03 Chris HansonFix bug: examination of results from `poll' was ignorin...
2001-04-03 Chris HansonAlways start the thread timer when there are any input...
2001-03-21 Chris HansonUpdate version to reflect recent changes.
2001-03-21 Chris HansonChange many references of SYMBOL->STRING to use SYMBOL...
2001-03-21 Chris HansonChange many references of SYMBOL->STRING to use SYMBOL...
2001-03-21 Chris HansonFix typo.
2001-03-21 Chris HansonAllow WRITE-SUBSTRING output-port operation to accept...
2001-03-21 Chris HansonUse SUBSTRING-MOVE! in preference to SUBSTRING-MOVE...
2001-03-21 Chris HansonFurther optimize string-copying code.
2001-03-21 Chris HansonFix typo.
2001-03-20 Chris HansonUpdate for release 7.5.16.
2001-03-20 Chris HansonMinimize consing in READ-RMAIL-ATTRIBUTES-LINE.
2001-03-19 Chris HansonChange file folders to store their messages in a vector...
2001-03-19 Chris HansonSlow down the progress messages a bit; the parsing...
2001-03-19 Chris HansonAdd DISCARD-CHARS and READ-STRING operations to xstring...
2001-03-19 Chris HansonFix problem: there's not necessarily a blank line betwe...
2001-03-19 Chris HansonAdd LENGTH member to external-string structure. It...
2001-03-19 Chris HansonFix thinko in previous change.
2001-03-19 Chris HansonAdd support for DISCARD-CHAR operation.
2001-03-19 Chris HansonExtend use of external-string storage to all file folde...
2001-03-19 Chris HansonGeneralize IMAIL-UI:PROGRESS-METER to be able to show...
2001-03-19 Chris HansonMove MESSAGE-TIME into core.
2001-03-18 Chris HansonChange implementation of Rmail folders to keep a copy...
2001-03-18 Chris HansonChange implementation of Rmail folders to keep a copy...
2001-03-18 Chris HansonChange implementation of Rmail folders to keep a copy...
2001-03-16 Chris HansonRewrite to generate the finished message into a tempora...
2001-03-16 Chris HansonMake sure temporary files aren't readable or writeable...
2001-03-16 Chris HansonUpdate for next release.
2001-03-16 Chris HansonRewrite debugging-info directory on option files; they...
2001-03-15 Chris HansonAdd more CALL-WITH-*-FILE entries to indentation table.
2001-03-15 Chris HansonImplement CALL-WITH-APPEND-FILE and CALL-WITH-BINARY...
2001-03-15 Chris HansonImplement CALL-WITH-APPEND-FILE and CALL-WITH-BINARY...
2001-03-15 Chris HansonExport RUN-SYNCHRONOUS-PROCESS-1.
2001-03-11 Chris HansonFix the value of fill-prefix in debian-changelog mode.
2001-03-10 Chris HansonFix another problem with relative directories.
2001-03-10 Chris HansonNow integrated into make-dist-files.
2001-03-10 Chris HansonGive "--enable-dynamic-crypto=no" argument to configure...
2001-03-09 Chris HansonBuild doc files from source.
2001-03-09 Chris HansonAdd stamp files so that the build and image stages...
2001-03-09 Chris HansonGeneralize handling of modules. Generate position...
2001-03-09 Chris HansonGeneralize handling of modules. Generate position...
2001-03-08 Chris HansonDocument changes for supporting dynamically-loaded...
2001-03-08 Chris HansonHandle case where "lib" directory doesn't exist.
2001-03-08 Chris HansonAdd code to allow the crypto primitives to be dynamical...
2001-03-08 Chris HansonImplement LOAD-LIBRARY-OBJECT-FILE for loading primitiv...
2001-03-08 Chris HansonAdd interface to new generic error-signalling mechanism...
2001-03-08 Chris HansonFix problem that broke upwards compatibility.
2001-03-08 Chris HansonFix problem that broke upwards compatibility.
2001-03-08 Chris HansonFix typo.
2001-03-08 Chris HansonMajor cleanup: eliminate dead code from HP-UX and AIX...
2001-03-08 Chris HansonExport `declare_primitive' and `install_primitive'...
2001-03-08 Chris HansonAdd mechanism to allow signalling an error with an...
2001-03-08 Chris HansonAdd procedures to allocate strings without garbage...
2001-03-08 Chris HansonAdd procedures to allocate strings without garbage...
2001-03-08 Chris HansonAdd mechanism to allow signalling an error with an...
2001-03-08 Chris HansonAdd procedures to allocate strings without garbage...
2001-03-08 Chris HansonAdd support for loading crypto code as shared libraries...
2001-03-05 Chris HansonIf image directory exists, just use it. This works...
2001-03-05 Chris HansonDon't use backquotes.
2001-03-05 Chris HansonOverride default CVS root in order to avoid problems...
2001-03-03 Chris HansonDon't copy precompiled binaries to the output files...
2001-03-03 Chris HansonMake tar and zip copies of all documentation archives...
2001-03-03 Chris HansonDon't even try to use <termcap.h>. If we're using...
2001-03-03 Chris HansonFix typo in previous edit.
2001-03-03 Chris HansonDon't use <termcap.h> for ncurses; instead use <curses...
2001-03-03 Chris HansonRewrite procedure to provide proper ANSI prototype.
2001-03-02 Chris HansonMicrocode sources must include COPYING.
2001-03-02 Chris HansonAdd extra compile-time flag to specify whether libncurs...
2001-03-01 Chris HansonRelease notes for 7.5.14.
2001-03-01 Chris HansonWin32 and OS/2 need to include headers for blowfish...
2001-03-01 Chris HansonFix thinko in previous edit.
2001-03-01 Chris HansonAdd support for OpenSSL.
2001-03-01 Chris HansonFix compilation errors from previous edit.
2001-03-01 Chris HansonDon't use mcrypt for Blowfish; it provides 8-bit CFB...
2001-02-28 Chris HansonAdd support for mcrypt library.
2001-02-28 Chris HansonAdd mcrypt support.
2001-02-28 Chris HansonDon't require existence of private Info directory.
2001-02-28 Chris HansonUpdates to support dynamic linking and mcrypt.
2001-02-28 Chris HansonDon't require existence of private Info directory.
2001-02-28 Chris HansonUse <termcap.h> to define termcap interface, if availab...
2001-02-28 Chris HansonUse <termcap.h> to define termcap interface, if availab...
2001-02-28 Chris HansonEliminate unnecessary compiler warnings.
2001-02-27 Chris HansonFix standard prompt spacing so that it appears properly...
2001-02-27 Chris HansonFix standard prompt spacing so that it appears properly...
2001-02-27 Chris HansonFix standard prompt spacing so that it appears properly...
2001-02-27 Chris HansonDon't explicitly bind the standard I/O ports; let them...
2001-02-27 Chris HansonChange current I/O ports to default to cmdl port, as...
2001-02-27 Chris HansonFix initialization of console port: must notice when...
2001-02-26 Chris HansonFix typo.
2001-02-24 Chris HansonFix logic used to select the default band. It wasn...
2001-02-24 Chris HansonUse new top-level makefile.
2001-02-24 Chris HansonInitial revision.
2001-02-23 Chris HansonRelease notes for 7.5.13.
2001-02-23 Chris HansonAdd @dircategory/@direntry so that install-info will...
2001-02-23 Chris HansonTweak punctuation.
2001-02-23 Chris HansonHandle configuration arguments correctly; previously...
2001-02-23 Chris HansonEliminate some unnecessary logic.
2001-02-23 Chris HansonFix typo.
2001-02-23 Chris HansonChange names of Info files so that they have "mit-schem...
next