mit-scheme.git
2004-11-24 Chris HansonMust export DB-GET-USER-PASSWORD to SSP package.
2004-11-24 Chris HansonGet subtree authentication working properly.
2004-11-23 Chris HansonModify transcript support to allow it to be used on...
2004-11-23 Chris HansonDon't pass request object to authenticator.
2004-11-23 Chris HansonEliminate kludge to deal with case-sensitive header...
2004-11-23 Chris HansonFinish implementing subtree authentication.
2004-11-23 Chris HansonAdd ability to trace I/O port to client.
2004-11-23 Chris HansonUse SYSTEM-GLOBAL-ENVIRONMENT? for locally-defined...
2004-11-22 Chris HansonAdd procedure to get user's password.
2004-11-22 Chris HansonDon't always encrypt password; caller must do that...
2004-11-22 Chris HansonDon't add CONTENT-TYPE headers; overwrite them.
2004-11-22 Chris HansonCookie keyword must be a symbol.
2004-11-22 Chris HansonPrint cookies in traced request.
2004-11-22 Chris HansonFix thinkos in FAST-DEL-ASSOC and FAST-DEL-ASSOC!.
2004-11-21 Chris HansonUse EMPTY_LIST_P.
2004-11-21 Chris HansonCreate new predicate EMPTY_LIST_P.
2004-11-19 Chris HansonMake #!aux self-evaluating.
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 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...
next