mit-scheme.git
2007-04-05 Taylor R. CampbellTweak EDWIN-STRING-ALLOCATE so that it doesn't rely...
2007-04-05 Chris HansonDon't show compilation of individual procedures.
2007-04-05 Chris HansonEliminate runtime-check directory and 6.001 band.
2007-04-05 Chris HansonWhen loading a file, change the working directory to...
2007-04-05 Chris HansonDon't build 6.001 band.
2007-04-05 Chris HansonEliminate separate runtime-check.
2007-04-05 Chris HansonTweak defaults to enable type and range checking by...
2007-04-05 Taylor R. CampbellFix three problems in completion of IMAP mailbox names...
2007-04-05 Taylor R. CampbellAssociate names with generic procedures generated by...
2007-04-05 Taylor R. CampbellRemember when MIME entities are collapsed or expanded...
2007-04-05 Taylor R. CampbellUse `pwd`, rather than $(pwd), which standard sh does...
2007-04-04 Taylor R. CampbellUse WITH-NOTIFICATION to notify of initialization and...
2007-04-04 Taylor R. CampbellFix formerly untested make-c-files script for making...
2007-04-04 Taylor R. CampbellUse --preserve-timestamps only if available.
2007-04-04 Taylor R. CampbellVery belatedly, many changes to smooth many rough edges...
2007-04-03 Chris HansonAdd a few missing primitives to FILE-PRIMITIVE-DESCRIPTION.
2007-04-03 Chris HansonDon't return error message for syserr_unknown.
2007-04-01 Taylor R. CampbellCommit forgotten changes to runtime/string.scm in the...
2007-04-01 Taylor R. CampbellUse external strings to store the contents of Edwin...
2007-03-30 Taylor R. CampbellUse XSUBSTRING-MOVE! in WRITE-SUBSTRING:EXTERNAL-SUBSTR...
2007-03-28 Taylor R. CampbellUse true or false pcfgs, as appropriate, instead of...
2007-03-26 Taylor R. CampbellWhen evaluating a region, if the region is from the...
2007-03-26 Taylor R. CampbellWhen switching between Inferior REPL and Inferior CMDL...
2007-03-21 Chris HansonRename REDUCE to REDUCE-LEFT.
2007-03-21 Chris HansonImplement REDUCE-LEFT, which has semantics of old REDUCE.
2007-03-11 Taylor R. CampbellUnmap the message indices returned by SEARCH-FOLDER...
2007-03-11 Taylor R. CampbellBump the default size limit for in-line display of...
2007-03-11 Taylor R. CampbellNew Edwin variable IMAIL-INLINE-MIME-TEXT-LIMIT, to...
2007-03-11 Taylor R. CampbellDon't record the folder's cached modification count...
2007-03-11 Taylor R. CampbellRemove Edwin indentation settings for no longer used...
2007-03-11 Taylor R. CampbellFix thinko in previous commit: if the folder's modifica...
2007-03-11 Taylor R. CampbellPreload folder outlines before memoizing folder order...
2007-03-11 Taylor R. CampbellUse a modification count cache to verify and commit...
2007-03-11 Taylor R. CampbellFix another bug, with receiving and ignoring modificati...
2007-03-11 Taylor R. CampbellFix bug in previous commit with modification event...
2007-03-11 Taylor R. CampbellNew implementation of folder orders that uses AVL trees...
2007-03-10 Taylor R. CampbellUse %MESSAGE-INDEX instead of MESSAGE-INDEX in FETCH...
2007-03-06 Taylor R. CampbellInclude middle initial in `Taylor R. Campbell', to...
2007-03-06 Taylor R. CampbellImplement rudimentary font name completion and apropos.
2007-02-24 Chris HansonBackport changes from pre-v15 branch.
2007-02-23 Taylor R. CampbellIncorporate changes from Jesper Louis Andersen to make...
2007-02-23 Taylor R. CampbellIn the double-quote command, actually insert an escaped...
2007-02-23 Taylor R. CampbellAfter inserting newlines, reindent the following expres...
2007-02-22 Chris HansonEliminate debugging statement.
2007-02-22 Chris HansonChange WRITE-RDF/TURTLE-TRIPLES to elide unreferenced...
2007-02-22 Chris HansonChange WRITE-RDF/TURTLE-TRIPLES to elide unreferenced...
2007-02-20 Chris HansonFix type error in RE-DISASSEMBLE-PATTERN. Eliminate...
2007-02-13 Chris HansonDon't build with optional libraries.
2007-02-12 Taylor R. CampbellBind RET to DIRED-FIND-FILE.
2007-02-11 Taylor R. CampbellIn HOSTNAME primitive, move PRIMITIVE_RETURN outside...
2007-02-11 Taylor R. CampbellConditionalize inclusion of optional modules' header...
2007-02-10 Taylor R. CampbellGeneralize Unix install instructions over Scheme versio...
2007-02-10 Taylor R. CampbellOops: because the available space after subtracting...
2007-02-10 Taylor R. CampbellIn the GARBAGE-COLLECT primitive, return the available...
2007-02-08 Chris HansonTweak cookie parsing to allow #\= in RHS of binding...
2007-02-05 Chris HansonDelete discard-char operations.
2007-02-05 Chris HansonRemove leading parens that cause trouble on NetBSD.
2007-02-05 Chris HansonUpdates to make sure that Edwin can be compiled by...
2007-02-05 Chris HansonFile conflicts with Clean.sh on win32.
2007-02-04 Taylor R. CampbellFix bug in compiler reference trap restarts: the name...
2007-02-04 Taylor R. CampbellReinitialize the local display modifier mask table...
2007-02-04 Taylor R. CampbellEliminate compiler warning about non-return from non...
2007-02-04 Chris HansonAdjust for change: "--with-db4" is now "--with-db-4".
2007-02-04 Taylor R. CampbellPermit (SYNTAX-RULES ()), which is the only portable...
2007-02-03 Chris HansonUpdate copyright statements to new form.
2007-01-28 Taylor R. Campbellld on OS X wants `-dylib', not `-dynamiclib', now that...
2007-01-26 Taylor R. CampbellUse NAMED-LAMBDA in the output of named LET.
2007-01-22 Taylor R. CampbellUse `OS_file_access', not `access', in `FILE_READABLE...
2007-01-22 Taylor R. CampbellEliminate compiler warnings for obstack_chunk_alloc.
2007-01-22 Taylor R. CampbellOn OS X, add -Wl,-pagezero_size,04000000 to DLD_LDFLAGS...
2007-01-22 Taylor R. CampbellSpecialize mmap_heap_malloc on OS X to pass MAP_FIXED...
2007-01-22 Chris HansonFix typo. Use AC_CHECK_FUNC(...) rather than AC_CHECK_...
2007-01-22 Chris HansonIncorporate changes for NetBSD from Jed Davis.
2007-01-21 Taylor R. CampbellFix up C comments so that */ inside them will not destr...
2007-01-21 Taylor R. CampbellHack STRINGIFY to support lap comments, in case the...
2007-01-21 Taylor R. CampbellFix bug in the open-coder for HEAP-AVAILABLE? with...
2007-01-21 Taylor R. CampbellIn C-COMPILER-NAME, read from and write to the variable
2007-01-21 Taylor R. CampbellMake DEBUG-SHOW-STANDARD-MARKS work again. It doesn...
2007-01-20 Taylor R. CampbellWrap the new SHUTDOWN-SOCKET primitive's body in SOCKET...
2007-01-20 Taylor R. CampbellEnclose the argument to `test -n' in double-quotes...
2007-01-20 Chris HansonDon't do manual install of info files; let doc/Makefile...
2007-01-20 Chris HansonConditionally install "dir" file in info directory.
2007-01-20 Chris HansonInitial revision.
2007-01-20 Chris HansonTwo fixes for OS X.
2007-01-20 Chris HansonUse --preserve-timestamps only if available.
2007-01-20 Taylor R. CampbellPass `-MG' to `gcc' in the generated `makegen-cc' scrip...
2007-01-19 Taylor R. CampbellIn wrong-number-of-arguments errors where the minimum...
2007-01-18 Taylor R. CampbellInitialize newly constructed records in keyword constru...
2007-01-18 Taylor R. CampbellIn DEFINE-STANDARD-KEYWORD, pass a list of fragments to
2007-01-18 Taylor R. CampbellIn PROMPT-FOR-EXPRESSION, don't pass the default expres...
2007-01-18 Taylor R. CampbellIn DEFINE-KEYPARSER-STATEMENT-LEADER, compile the regul...
2007-01-17 Chris HansonFix another thinko.
2007-01-17 Chris HansonFix broken definition of MATCH-TAIL.
2007-01-17 Chris HansonFix thinko.
2007-01-17 Chris HansonFix typo in previous change.
2007-01-17 Chris HansonDon't consider non-characters in WELL-FORMED-CODE-POINT...
2007-01-17 Chris HansonUse new matching/parsing utility procedures. Implement
2007-01-17 Chris HansonAdd utility procedures for matching and parsing.
2007-01-17 Chris HansonUse new matching procedures.
2007-01-17 Chris HansonImplement UTF8-STRING->PARSER-BUFFER.
next