mit-scheme.git
2007-06-14 Chris HansonEliminate now-unused procedures to finish cross compila...
2007-06-14 Chris HansonRename top-level procedures to FINISH-CROSS-COMPILATION...
2007-06-14 Chris HansonEliminate requirement that fasload files have the same
2007-06-13 Chris HansonChange SOS so that it's not a boot bundle. Use cross...
2007-06-13 Chris HansonResurrect the cross compiler.
2007-06-13 Chris HansonFix thinko: OBJECT-FILE-PREFIX must always be a URI.
2007-06-11 Chris HansonDelete description of LOAD/DEFAULT-TYPES which has...
2007-06-10 Chris HansonInitial revision.
2007-06-09 Chris HansonImplement COMPILER-MAKE-FILE to determine the correct...
2007-06-09 Chris HansonEliminate COMPILE-BOOTSTRAP-3 by moving its contents...
2007-06-09 Chris HansonRationalize arrangement of library directory. Rename...
2007-06-09 Chris HansonMake sure "sos" is consistently treated as a boot dir.
2007-06-09 Chris HansonAdd "--stack 200" to compiler options.
2007-06-08 Chris HansonRedesign the liarc compilation strategy again. The...
2007-06-08 Chris HansonDon't use WITH-LOADER-BASE-URI here -- it doesn't work...
2007-06-07 Chris HansonExport ADD-PRIMITIVE-GC-DAEMON! to global.
2007-06-07 Chris HansonEliminate trailing whitespace.
2007-06-06 Chris HansonUse WITH-LOADER-BASE-URI in all the subsystem loaders.
2007-06-06 Chris HansonReorganize the Scheme loader to simplify it so that...
2007-06-06 Chris HansonMake sure that all open directory handles are closed...
2007-06-06 Chris HansonRewrite PATHNAME-SIMPLIFY so that it better handles...
2007-06-06 Chris HansonChange error_with_argument() to signal ERR_IN_SYSTEM_CA...
2007-06-06 Chris HansonMake sure that the values of *COMPILER-INPUT-PATHNAME...
2007-06-06 Chris HansonDon't signal error if new working directory doesn't...
2007-06-03 Chris HansonSignal error if THERE-EXISTS? or FOR-ALL? is given...
2007-05-23 Chris HansonInitial revision.
2007-05-21 Chris HansonAdd optional REQUIRED? arguments to SYSTEM-LIBRARY...
2007-05-20 Chris HansonWhile loading a shared object file, remember the file...
2007-05-20 Chris HansonMake sure that notifications for built-in object files are
2007-05-20 Chris HansonDon't bother calling BUILT-IN-OBJECT-FILE; it's already...
2007-05-20 Chris HansonChange notification messages for liarc-cc and liarc...
2007-05-16 Taylor R. CampbellAdd SRFI-62 to the list of features, and add an identif...
2007-05-15 Chris HansonFix bug: edwin bundle was missing "make".
2007-05-15 Chris HansonMake sure liarc-cc and liarc-ld get installed.
2007-05-15 Chris HansonFix bug: "make install" wasn't installing liarc bundles.
2007-05-15 Chris HansonEliminate misguided whitespace formatting.
2007-05-15 Chris HansonFix mis-quoted variable references in install rules.
2007-05-15 Chris Hanson<number> should be subclass of <object>, not <instance...
2007-05-14 Chris HansonMove building of LIARC bundles into their respective...
2007-05-14 Chris HansonMove building of LIARC bundles into their respective...
2007-05-14 Chris HansonSimplify naming; guarantee that nonces are present...
2007-05-13 Chris HansonFix bug: "Makefile.in" is cleaned by maintainer-clean...
2007-05-10 Chris HansonFix copyright statement.
2007-05-10 Chris HansonForgot to update "triv.pkg" to match change to "cref...
2007-05-10 Chris HansonA couple of tweaks so that CREF/PACKAGE-FILES doesn...
2007-05-09 Chris HansonGenerate most of the Makefile.in files from fragments...
2007-05-09 Chris HansonFix typo: missing "-c".
2007-05-09 Chris HansonRestructure liarc to use shell scripts to compile and...
2007-05-09 Chris HansonForgot to change calls to FORMAT-PACKAGES and FORMAT...
2007-05-09 Chris HansonImplement CREF/PACKAGE-FILES to extract a list of filen...
2007-05-08 Chris HansonRestructure top-level makefile to have different target...
2007-05-07 Chris HansonFix bug: CODE-POINTS->ALPHABET wasn't storing high...
2007-05-06 Chris HansonRestructure the build scripts to allow building a nativ...
2007-05-06 Chris HansonCreate "lib/include" to allow liarc compilation outside...
2007-05-06 Chris HansonAdd "install-include" rule to create the "lib/include...
2007-05-06 Chris HansonFix typo.
2007-05-04 Chris HansonFix FSF address.
2007-05-04 Chris HansonEliminate support for microcode v14.
2007-05-04 Chris HansonFix typo: we no longer have "etc/c-build-bands.sh".
2007-05-04 Chris HansonFix several bugs in the "etc/compile.scm" rewrite.
2007-05-04 Chris HansonFix typo: missing value for --fasl option.
2007-05-04 Chris HansonMake sure "compiler/machine" link is made properly.
2007-05-03 Chris HansonC-PREPARE must compile "microcode/utabmd".
2007-05-03 Chris HansonConditionally compile .pkd files. Fix typos.
2007-05-03 Chris HansonLink "make.com" even for liarc.
2007-05-03 Chris HansonTweak echo line to be more specific.
2007-05-03 Chris Hanson"etc/c-bundle.sh" is now executable, so we can call...
2007-05-03 Chris HansonRewrite code to compile Scheme files; now "etc/compile...
2007-05-03 Chris HansonChange "Clean.sh" files to use common shell function...
2007-05-03 Chris HansonDon't clean "make.dylib"; we don't generate it any...
2007-05-02 Chris HansonSet up "scheme" and "bchscheme" symlinks properly when...
2007-05-02 Chris HansonFix "(load-option 'compiler)" to work right with liarc.
2007-05-02 Chris HansonSimplify: no need for SCHEME_COMPILER variable since...
2007-05-02 Chris HansonEliminate unnecessary "(load-option 'sf)".
2007-05-02 Chris HansonChange meaning of "make c-clean" to delete only those...
2007-05-02 Chris HansonAdd new variable MICROCODE-ID/COMPILED-CODE-TYPE. ...
2007-05-02 Chris HansonHandle case where cc-arch isn't known. Change cc-arch...
2007-05-02 Chris HansonSimplify char_pointer_to_string.
2007-05-01 Chris HansonAdd identification item for compiled-code architecture.
2007-05-01 Chris HansonEliminate output optimization for binary; it was breaki...
2007-05-01 Chris HansonUse output port's column tracking rather than computing...
2007-05-01 Chris HansonEliminate "lib/shared"; move contents to "lib/lib".
2007-04-30 Chris HansonChange liarc system to use "mit-scheme-c" as name of...
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}.
next