mit-scheme.git
2004-11-19 Chris HansonDEFAULT-OBJECT? is no longer a special form.
2004-11-19 Chris HansonDEFAULT-OBJECT? is no longer a special form.
2004-11-19 Chris HansonDEFAULT-OBJECT? is no longer a special form.
2004-11-19 Chris HansonDon't put password policy in password-changing code...
2004-11-19 Chris HansonCan't use #!UNASSIGNED; it compiles into an unreference...
2004-11-19 Chris HansonAdd syntax for #!UNASSIGNED and #!UNSPECIFIC.
2004-11-19 Chris HansonPrint EOF object as #!EOF.
2004-11-19 Chris HansonChange back to using a single EOF object.
2004-11-19 Chris HansonRename LAMBDA-AUXILIARY-TAG to LAMBDA-AUX-TAG.
2004-11-19 Chris HansonAdd syntax #!default and #!key.
2004-11-19 Chris HansonDon't use unassigned object for defaulted optional...
2004-11-19 Chris HansonFix copyright dates.
2004-11-19 Chris HansonDon't use DEFAULT_OBJECT for auxiliary bindings.
2004-11-18 Chris HansonFirst draft of cookie support.
2004-11-18 Chris HansonExpand procedure DEFAULT-OBJECT?.
2004-11-18 Chris HansonChange DEFAULT-OBJECT? from syntax to a procedure....
2004-11-18 Chris HansonIntroduce new default object and use that for filling...
2004-11-17 Chris HansonDon't use DEFINE-SYNTAX in this file; it breaks the...
2004-11-17 Chris HansonFix typo.
2004-11-17 Chris HansonUse new keyword-list support. Add ERROR:NOT-xxx proced...
2004-11-17 Chris HansonAdd support for keyword lists.
2004-11-17 Chris HansonDon't define the standard membership/association proced...
2004-11-17 Chris HansonExport ERROR:NOT-xxx procedures. Add predicate WEAK...
2004-11-17 Chris HansonUse package system to create upwards-compatibility...
2004-11-16 Chris HansonAdd support for multiple headers with the same name.
2004-11-04 Chris HansonImplement #!eof as equivalent to (make-eof-object #f).
2004-11-04 Chris HansonChange MAKE-EOF-OBJECT to return the same object if...
2004-11-02 Chris HansonMust call FLUSH-OUTPUT to make sure that logged request...
2004-11-02 Chris HansonAdd in backwards-compatibility links.
2004-11-01 Chris HansonCreate new xdoc directory.
2004-11-01 Chris HansonFix typo in comment.
2004-11-01 Chris HansonRemove xdoc references.
2004-11-01 Chris HansonRemove xdoc code.
2004-11-01 Chris HansonUpdate to permit use of XHTML expander outside of mod...
2004-10-31 Chris HansonFix typo: response -> request.
2004-10-30 Chris HansonFix some missing exports.
2004-10-30 Chris HansonFix typo.
2004-10-30 Chris HansonAdd XD:PAGE-FRAME and XD:PROGRAMMED-OUTPUT.
2004-10-30 Chris HansonOops, forgot to include the logging code.
2004-10-30 Chris HansonFix typo from previous change.
2004-10-30 Chris HansonMerge in logging changes from upstream.
2004-10-30 Chris HansonAdd HOOK-IN-LIST?.
2004-10-30 Chris HansonImplement hooks-list datatype.
2004-10-30 Chris HansonFix unbound variable references.
2004-10-30 Chris HansonUpdate to match changed upstream.
2004-10-29 Chris HansonOops... fix unfinished part of last change.
2004-10-29 Chris HansonReflect change to ADD-BUFFER-MIME-ATTACHMENT!.
2004-10-29 Chris HansonUse mime-type objects rather than symbols. Use RECEIVE...
2004-10-29 Chris HansonFix DISASSOCIATE-PATHNAME-TYPE-FROM-MIME-TYPE so that...
2004-10-29 Chris HansonRemove old file.
2004-10-29 Chris Hansonxhtml-expander must be loaded _after_ mod-lisp.
2004-10-29 Chris HansonInstall SSP. Update top-level configure.
2004-10-29 Chris HansonUse "include" to get useful rules.
2004-10-28 Chris HansonDon't print warning when bad mime.types line is encount...
2004-10-28 Chris HansonAdd ability to define associations between pathname...
2004-10-28 Chris HansonIntern MIME-type objects.
2004-10-28 Chris HansonUpdate to current implementation.
2004-10-28 Chris HansonUpdate db.scm to current implementation.
2004-10-28 Chris HansonUpdate for new MIME-type abstraction.
2004-10-28 Chris HansonAdd syntax checking to code that reads mime.types files.
2004-10-28 Chris HansonMove MIME-type support to "sfile.scm" and flesh it...
2004-10-28 Chris HansonCache contents of MIME-type files. Also, simplify...
2004-10-28 Chris HansonImplement "expression" comments.
2004-10-27 Chris HansonFirst pass at updating to current implementation.
2004-10-27 Chris HansonEliminate no-longer-used files.
2004-10-27 Chris HansonNo longer used.
2004-10-23 Chris HansonFix M-x occur to handle multiple-line matches better...
2004-10-22 Chris HansonUse new runtime procedure PATHNAME-MIME-TYPE.
2004-10-22 Chris HansonFinish implementing PATHNAME-MIME-TYPE.
2004-10-18 Chris HansonAdd support for looking up the MIME type associated...
2004-10-18 Chris HansonAdd support for Win32 registry access.
2004-10-17 Chris HansonIn double_to_bignum(), use the length of the significan...
2004-10-17 Chris HansonUpdate TEXINFO-ENVIRONMENT-REGEXP to match more things.
2004-10-17 Chris HansonTweak.
2004-10-17 Chris HansonUpdate prologue to GNU standard form.
2004-10-17 Chris HansonTweak.
2004-10-17 Chris HansonDon't generate @shortcontents or @detailmenu in HTML.
2004-10-17 Chris HansonTweak.
2004-10-17 Chris HansonTweak.
2004-10-17 Chris HansonAdd EXTRA_TEX_OPTIONS so that includer can modify tex...
2004-10-17 Chris HansonTweaks.
2004-10-17 Chris HansonDon't use @noindent in @copying.
2004-10-17 Chris HansonUpdate prologue to GNU standard form.
2004-10-16 Chris HansonSet page headings and contents correctly.
2004-10-16 Chris HansonTweak title page slightly.
2004-10-16 Chris HansonUpdate prologue to GNU standard form.
2004-10-16 Chris HansonMake output names and compilation consistent. Assumes...
2004-10-15 Chris HansonRename XML-ELEMENT-CONTENTS to XML-ELEMENT-CONTENT.
2004-10-15 Chris HansonSome minor tweaks to previous changeset.
2004-10-15 Chris HansonUpdate using new @copying directive, and reword the...
2004-10-15 Chris HansonConsistently use "mit-scheme-ref" as the file name...
2004-10-15 Chris HansonFix some awkward grammar.
2004-10-14 Chris HansonUpdate TEXINFO-ENVIRONMENT-REGEXP to include "@direntry".
2004-10-14 Chris HansonUpdate TEXINFO-ENVIRONMENT-REGEXP to include "@copying".
2004-10-14 Chris HansonAdd description of XHTML named-character support.
2004-10-14 Chris HansonUpdate to remove gfdl.texinfo references.
2004-10-14 Chris HansonReorganize in order to use texinfo-multiple-files-update.
2004-10-14 Chris HansonIntegrate GFDL directly into document.
2004-10-14 Chris HansonReorganize in order to use texinfo-multiple-files-update.
2004-10-14 Chris HansonDo another pass on the XML documentation.
next