mit-scheme.git
2005-01-06 Chris HansonEnlarge checkin window to account for multiple checkins...
2005-01-06 Chris HansonFlesh out vector-8b operations a bit.
2005-01-01 Chris HansonAdd symbol-creating procedures to extern.h.
2004-12-28 Chris HansonFix typo.
2004-12-28 Chris HansonChange MAKE-GC-FINALIZED-OBJECT to ignore the return...
2004-12-24 Chris HansonAdd entry for "allen".
2004-12-23 Chris HansonChange symbol names to use UTF-8 encoding.
2004-12-20 Chris HansonAdd new procedure channel-file-truncate.
2004-12-20 Chris HansonAdd new primitive file-truncate.
2004-12-17 Chris HansonFix bug in comment parsing.
2004-12-15 Chris HansonAdd support for cygwin.
2004-12-15 Chris HansonTreat '\r' as whitespace.
2004-12-13 Chris HansonLeave second argument to PACKAGE-SET-PATHNAME as an...
2004-12-13 Chris HansonAlways generate package files for all OS types.
2004-12-13 Chris HansonAlways generate package files for all OS types.
2004-12-13 Chris HansonAlways generate package files for all OS types.
2004-12-13 Chris HansonEliminate PACKAGE/SYSTEM-LOADER and ADD-IDENTIFICATION...
2004-12-07 Chris HansonFix #f/() type error.
2004-12-07 Chris HansonFix a #f/() type error.
2004-12-07 Chris HansonRemove note about empty list being the same as #f.
2004-12-07 Chris HansonUpdate directory descriptions.
2004-12-07 Chris HansonAdd "xdoc" to directory list.
2004-12-07 Chris HansonAdd "xdoc" directory to build.
2004-12-06 Chris HansonSplit #f and ().
2004-12-06 Chris HansonFix unreferenced-variable warning.
2004-12-06 Chris HansonFix #f/() type error.
2004-12-06 Chris HansonWork around interpreted-compiler bug.
2004-12-06 Chris HansonFix type error in structure definition.
2004-11-26 Chris HansonAdd support for access to more than one database. ...
2004-11-26 Chris HansonMajor reorganization, mostly to better distinguish...
2004-11-26 Chris HansonImplement GUARANTEE-PATHNAME and ERROR:NOT-PATHNAME.
2004-11-26 Chris HansonImplement PATHNAME-RELATIVE?, which is not the negation of
2004-11-26 Chris HansonChange GET-KEYWORD-VALUE to return #!DEFAULT when not...
2004-11-25 Chris HansonFix typo in cookie parsing.
2004-11-25 Chris HansonForce loading of pgsql from ESCAPE-PGSQL-STRING.
2004-11-24 Chris HansonMust export DB-GET-USER-PASSWORD to SSP package.
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.
next