mit-scheme.git
2001-07-06 Chris HansonPackage the code. Move parser macros to their own...
2001-07-05 Chris HansonMove data structures to separate file.
2001-07-05 Chris HansonInitial revision.
2001-07-05 Chris HansonFix typo.
2001-07-02 Chris HansonDon't lift Scheme expressions up to the top of the...
2001-07-02 Chris HansonFix bug: pretty printer was getting SIGSEGV when printi...
2001-07-02 Chris HansonCompletely reorganize the language preprocessors, so...
2001-07-02 Chris HansonFix bug: unfinished change to BACKTRACK-TO.
2001-07-02 Chris HansonReplace WITH-CURRENT-POINTER and NO-POINTERS with new...
2001-07-02 Chris HansonRework handling of the pointers. There were some subtl...
2001-07-02 Chris HansonImplement new primitive X-SET-DEFAULT-FONT.
2001-07-02 Chris HansonAdd new command M-x set-default-font.
2001-07-02 Chris HansonRestructure crypto, gdbm, and curses tests to depend...
2001-06-30 Chris HansonAdd ability to specify macros that are symbols rather...
2001-06-30 Chris HansonAdd WITH-POINTER to both parser and matcher languages...
2001-06-30 Chris HansonMake sure that line number is properly updated.
2001-06-29 Chris Hanson* Track the line number of the current buffer position...
2001-06-29 Chris Hanson* Track the line number of the current buffer position...
2001-06-29 Chris Hanson* Track the line number of the current buffer position...
2001-06-29 Chris Hanson* Track the line number of the current buffer position...
2001-06-27 Chris HansonEliminate compiler warnings.
2001-06-27 Chris HansonFix code-generation bug in MATCH element.
2001-06-26 Chris HansonFix a couple of code-generation bugs.
2001-06-26 Chris HansonAdd some more optimizers.
2001-06-26 Chris HansonFix two compiler warnings.
2001-06-26 Chris HansonFix two compiler warnings.
2001-06-26 Chris HansonLots of hair to allow explicit character-set specificat...
2001-06-26 Chris HansonLots of hair to allow explicit character-set specificat...
2001-06-26 Chris HansonChange name of language-shifting expression to SEXP.
2001-06-26 Chris HansonMust attempt to parse number before attempting identifi...
2001-06-26 Chris HansonFix problem with optimizer: needed to add notion of...
2001-06-26 Chris HansonAdd missing bindings.
2001-06-26 Chris HansonInitial revision.
2001-06-26 Chris HansonInitial revision.
2001-06-18 Chris HansonDefine SCHEME-INDENT-METHOD to simplify definition...
2001-06-16 Chris HansonDon't attempt to set arbitrary flags unless the server...
2001-06-15 Chris HansonFix bug: regular-expression compiler is breaking the...
2001-06-15 Chris HansonChange representation of character sets so that they...
2001-06-15 Chris HansonDon't integrate the primitives SUBSTRING-FIND-NEXT...
2001-06-12 Chris HansonStart the folder-probe thread only when the folder...
2001-06-12 Chris HansonStart the folder-probe thread only when the folder...
2001-06-12 Chris HansonChange OPEN-RESOURCE and CLOSE-RESOURCE so that all...
2001-06-09 Chris HansonForgot to export HANDLE-SUBPROCESS-STATUS-CHANGE to...
2001-06-09 Chris HansonINPUT-BUFFER/READ-SUBSTRING must use generic arithmetic...
2001-06-09 Chris HansonREAD-SUBSTRING! can return less than the requested...
2001-06-07 Chris HansonVC's state is wiped out when the workfile's buffer...
2001-06-07 Chris HansonLOAD-FIND-FILE-INITIALIZATION must be re-run when the...
2001-06-07 Chris HansonVC's state is wiped out when the workfile's buffer...
2001-06-07 Chris HansonAdd new event EVENT:SET-BUFFER-MAJOR-MODE.
2001-06-05 Chris HansonFix bug: TCP-SERVER-CONNECTION-ACCEPT was blocking...
2001-06-04 Chris HansonWhen reverting buffer, preserve selected resource,...
2001-06-04 Chris HansonSelect first unseen message when invoking M-x imail...
2001-06-04 Chris HansonRename commands to match current Dired usage.
2001-06-04 Chris HansonSimplify usage of COPY-FOLDER.
2001-06-04 Chris HansonMore new notes.
2001-06-04 Chris HansonImplement M-x imail-browser-do-copy. Consolidate code...
2001-06-04 Chris HansonSimplify usage of COPY-FOLDER.
2001-06-04 Chris HansonImplement WITH-OPEN-RESOURCE.
2001-06-04 Chris HansonFix minor wording problem in documentation string.
2001-06-03 Chris HansonChange commands used to enter browser. Now the primary...
2001-06-03 Chris HansonFix bug: the container URL "imap://localhost/" had...
2001-06-03 Chris HansonWhen processing marked files in a Dired buffer, update...
2001-06-03 Chris HansonChange CLOSE-RESOURCE so that second argument is requir...
2001-06-03 Chris HansonAssociate a connection with an open IMAP container...
2001-06-03 Chris Hanson*** empty log message ***
2001-06-03 Chris HansonChange M-x imail-quit to use the new NO-DEFER? argument to
2001-06-03 Chris HansonAdd optional argument NO-DEFER? to CLOSE-RESOURCE....
2001-06-02 Chris HansonAdd a few notes.
2001-06-02 Chris HansonAdd commented-out stubs for commands to do file linking.
2001-06-02 Chris HansonAdd logic to GET-X-DISPLAY to test for existence of...
2001-06-02 Chris HansonPROMPT-FOR-DIRECTORY should not always perform PATHNAME...
2001-06-02 Chris HansonUpdate doc string for dired-do-copy to match Emacs.
2001-06-02 Chris HansonEliminate variable dired-copy-preserve-time which wasn...
2001-06-02 Chris HansonNew procedures HARD-LINK-FILE and SOFT-LINK-FILE.
2001-06-02 Chris HansonNew procedures HARD-LINK-FILE and SOFT-LINK-FILE.
2001-06-02 Chris HansonNew procedures HARD-LINK-FILE and SOFT-LINK-FILE.
2001-06-02 Chris HansonImplement marked files for D and R commands (stub for...
2001-06-02 Chris HansonIn M-x imail-rename-folder and M-x imail-copy-folder...
2001-06-02 Chris HansonAdd new procedure PROMPT-FOR-URL.
2001-06-02 Chris HansonAdd optional HOST argument to OPEN-TCP-SERVER-SOCKET...
2001-06-02 Chris HansonProvide missing htonl calls.
2001-06-02 Chris HansonOops, that should have been CREATE-TCP-SERVER-SOCKET.
2001-06-02 Chris HansonImplement new primitives to allow finer control over...
2001-06-01 Chris HansonDefer closing of connection when it is the last connect...
2001-05-31 Chris HansonFirst draft of a mechanism to defer closing of connecti...
2001-05-31 Chris HansonImplement START-STANDARD-POLLING-THREAD and
2001-05-31 Chris HansonImplement START-STANDARD-POLLING-THREAD and
2001-05-31 Chris HansonAdd interrupt locking to REGISTER-INFERIOR-THREAD! and
2001-05-30 Chris HansonChange how connections are allocated; when looking...
2001-05-29 Chris HansonDon't use LOAD-OPTION to load cref; it probably doesn...
2001-05-29 Chris HansonEliminate IMAP-FOLDER-N-MESSAGES in favor of FOLDER...
2001-05-29 Chris HansonEliminate IMAP-FOLDER-N-MESSAGES in favor of FOLDER...
2001-05-29 Chris HansonRename URL-IS-CONTAINER? to URL-CORRESPONDING-CONTAINER...
2001-05-29 Chris HansonCache information returned by the IMAP LIST command...
2001-05-29 Chris HansonDon't use my private "$bscm" environment variable in...
2001-05-29 Chris HansonDon't use LOAD-OPTION to load cref; it probably doesn...
2001-05-29 Chris HansonChange M-x imail so that it only runs M-x imail-get...
2001-05-29 Chris HansonRestructure IMAP URLs so that each container URL has...
2001-05-28 Chris HansonIn IMAP-MAILBOX-DELIMITER, use the probed root as the...
2001-05-28 Chris HansonFix bug: IMAP-MAILBOX-DELIMITER was calling the LIST...
next