mit-scheme.git
2007-04-30 Chris HansonIncrease heap size to eliminate weird compilation error.
2007-04-30 Chris HansonBuild only two bands: "runtime.com" and "all.com"....
2007-04-30 Chris HansonPass --disable-native-code when setting up.
2007-04-30 Chris HansonEliminate use of $(^:.o=.c) which is a GNU make extension.
2007-04-29 Chris HansonBump heap size so that compilation finishes.
2007-04-29 Chris Hanson"base/scode" no longer produces a .ext file.
2007-04-29 Chris HansonFix typo in previous change.
2007-04-29 Chris HansonEliminate useless compiler warnings.
2007-04-29 Chris HansonFix typo: reverse sense of flag passed to FASLOAD.
2007-04-29 Chris HansonEliminate runtime support for pure space, which no...
2007-04-29 Chris HansonEliminate now-unused error code.
2007-04-29 Chris HansonClean up output; use WITH-NOTIFICATION-LINE to normaliz...
2007-04-29 Chris HansonMore tweaks to make liarc.stamp work right.
2007-04-29 Chris HansonFix typos in previous change.
2007-04-29 Chris HansonSuppress loading/dumping messages for most files.
2007-04-29 Chris HansonAfter "make c" completes, generate a file "liarc.stamp...
2007-04-29 Chris HansonEliminate unused ${FULL}.
2007-04-29 Chris HansonAllow two-part version numbers.
2007-04-28 Chris HansonSignal error if liarc used without dynamic library...
2007-04-25 Chris HansonEliminate distinction between pure and constant.
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...
next