mit-scheme.git
2007-04-24 Chris HansonFix examples in DEFINE-CLASS definition.
2007-04-24 Chris HansonChanges to get v15 working in win32.
2007-04-22 Chris HansonBump version number.
2007-04-22 Chris HansonWhen installing, create symlink from bchscheme to scheme.
2007-04-22 Chris HansonMust conditionalize references to memory_base.
2007-04-22 Chris HansonFinal merge from pre-v15 branch.
2007-04-18 Taylor R. CampbellHandle definitions that start at the beginning of the...
2007-04-17 Chris HansonTell unstackify how large the bytes block is.
2007-04-15 Chris HansonUse .so extension only when input file is a .bin file...
2007-04-15 Chris HansonAdapt to another change in built-in object handle naming.
2007-04-15 Chris HansonForgot to export C-OUTPUT-EXTENSION.
2007-04-15 Chris HansonIn FIND-PATHNAME, don't do built-in test for pathnames...
2007-04-15 Chris HansonTweak.
2007-04-15 Chris HansonIgnore .sl and .dylib file extensions; we're now using...
2007-04-15 Chris HansonUse correct output extension for built-in object handles.
2007-04-15 Chris HansonForce use of .so suffix independent of operating system.
2007-04-15 Taylor R. CampbellChange to the right directory before tarring the C...
2007-04-15 Chris HansonChange handles for liarc files to use output pathname...
2007-04-15 Chris HansonSuppress "because of" messages.
2007-04-15 Chris HansonBack out last change; shouldn't be necessary with chang...
2007-04-15 Chris HansonChange handles for liarc files to use output pathname...
2007-04-15 Taylor R. CampbellBump the stack size to two hundred blocks, rather than...
2007-04-15 Taylor R. CampbellUse liarc built-in objects only for LOAD, not for FASLO...
2007-04-14 Taylor R. CampbellNew declarations (TYPE-CHECKS), (RANGE-CHECKS), (NO...
2007-04-14 Taylor R. CampbellClean up the C stamp file.
2007-04-14 Chris HansonSuppress "loading" and "dumping" messages for compiler.
2007-04-14 Chris HansonTweak whitespace.
2007-04-14 Chris HansonSuppress "loading" and "dumping" messages for compiler.
2007-04-14 Chris HansonSuppress "loading" and "dumping" messages for compiler.
2007-04-14 Chris HansonFix previous tweak to work when HEAP_IN_LOW_MEMORY...
2007-04-14 Chris HansonDon't delete compiler-unx.c for c-clean rule.
2007-04-14 Chris HansonRestructure bundling so that each subsystem has its...
2007-04-14 Chris HansonFix old typo.
2007-04-14 Chris HansonRedesign interface to built-in object files, so that...
2007-04-14 Chris HansonAdd error check for case where FASL file and microcode...
2007-04-11 Chris HansonFix typo.
2007-04-11 Chris HansonUse standard formatting for usual-integrations warning.
2007-04-09 Chris HansonInitial compiler should have cref support.
2007-04-09 Chris HansonGenerate "cref.so" for boot bundles.
2007-04-09 Chris HansonClean up "microcode/compinit.c".
2007-04-09 Chris HansonFix thinkos: "make" files are sometimes compiled.
2007-04-09 Chris HansonReorder LOAD types for consistency with FASLOAD.
2007-04-07 Chris HansonFix typo in previous change.
2007-04-07 Chris HansonAdd missing #include "osfs.h".
2007-04-07 Chris HansonBack out previous change; it's the right behavior but...
2007-04-07 Chris HansonChanges to support microcode's pre-v15 branch.
2007-04-07 Chris HansonFix syntax error (quoting problem). Rewrite hereis...
2007-04-07 Chris HansonDelete "compiler-unx.*".
2007-04-07 Chris HansonAll clean rules must delete "boot-compiler.com".
2007-04-05 Taylor R. CampbellUse BUFFER-REMOVE!, rather than (BUFFER-PUT! ... #F).
2007-04-05 Taylor R. CampbellTweak EDWIN-SET-STRING-MAXIMUM-LENGTH!, too.
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.
next