- Dec 03, 2014
-
-
Raymond Toy authored
-
- May 08, 2014
-
-
Raymond Toy authored
* boot-2014-05-1: * Bootstrap file to unuse the package * build.sh: * Update verison to 20e so we use the correct directory for bootstrap files.
-
- Mar 30, 2014
-
-
Raymond Toy authored
* Command-line options allowing building for x87 are gone. * Don't try to install x86f fasls.
-
- Sep 12, 2013
-
-
Raymond Toy authored
-
Raymond Toy authored
* src/compiler/main.lisp: * Add *FILE-COMMENT-FROM-GIT* to control whether to use git to derive the file-comment. Default is T. Otherwise, the actual file-comment is used. * Update PROCESS-FILE-COMMENT to use *FILE-COMMENT-FROM-GIT*. * bin/build-all.sh * bin/build.sh * bin/build-world.sh * Add -G option to control whether file-comment's are derived from git.
-
- May 27, 2013
-
-
Raymond Toy authored
-
- May 04, 2013
-
-
Raymond Toy authored
This isn't needed since we no longer set CC in the Config files. bin/build.sh:: * Revert change that added -M bin/rebuild-lisp.sh:: * Remove the -M option, but leave in the getops and usage changes so we get a little command help if needed.
-
- May 03, 2013
-
-
Raymond Toy authored
-
- Apr 14, 2013
-
- Apr 13, 2013
-
-
Raymond Toy authored
bin/build-utils.sh:: * asdf is not part of build-utils.sh bin/build.sh:: * Build asdf as part of the normal build because it's always part of the main tarball, not the extras tarball.
-
- Dec 26, 2012
-
-
Raymond Toy authored
bootfiles/20d/boot-2012-12-1.lisp:: Add :alien-callback to *features* bin/build.sh:: Change bootstrap directory to 20d. code/lispinit.lisp:: * Register :alien-callback feature if enabled. * Heap overflow checking depends on gencgc, so register that only if both are enabled. tools/comcom.lisp:: Compile c-callback only if :alien-callback is a feature. tools/worldcom.lisp: Compile alien-callback onlf if :alien-callback is a feature.
-
- Feb 19, 2012
-
-
Raymond Toy authored
-
- Feb 08, 2012
-
-
Raymond Toy authored
-
- Feb 07, 2012
-
-
Raymond Toy authored
-
- Feb 01, 2012
-
-
Raymond Toy authored
-
- Nov 05, 2011
-
-
Raymond Toy authored
-
- Nov 04, 2011
-
-
Raymond Toy authored
-
Raymond Toy authored
-
Raymond Toy authored
-
- Oct 22, 2011
-
-
Raymond Toy authored
-
- Oct 08, 2011
-
-
Raymond Toy authored
-
- Oct 01, 2011
-
-
Raymond Toy authored
Useful, for example, for doing a full build with reduced space sizes or stack sizes.
-
- Sep 27, 2011
-
-
Raymond Toy authored
-
- Nov 10, 2010
-
-
rtoy authored
bootfiles for 20a.
-
- Nov 03, 2010
-
-
rtoy authored
-
- Oct 14, 2010
-
-
rtoy authored
o Add -U option. This causes the updated translations to overwrite the *.po files in source tree. Without -U, the diff of the changes are printed, as before. The -U option is useful to prepare the po files for checking in to the CVS repository. lisp/GNUmakefile: o Put back the original translations target and rule, but rename the target to tranlations-update. This allows developers to overwrite the translations in the source tree, ready for analysis or checkin, as appropriate.
-
- Sep 25, 2010
-
-
rtoy authored
openSuSE 11.2 system, gcc messages are garbled unless I do this. (Perhaps, I'm missing some localization info? But I have the gcc localization package installed.)
-
- Sep 16, 2010
-
-
rtoy authored
-
- Sep 15, 2010
-
-
rtoy authored
new pot files and don't update the translations (po and mo files).
-
- Aug 31, 2010
-
-
rtoy authored
the default build-world.sh. (Requested by Alex G.)
-
- Aug 01, 2010
-
-
rtoy authored
too. (It's already applied to the other builds.)
-
- Jul 12, 2010
-
-
rtoy authored
lisp/GNUmakefile: o Change "all" target to build just lisp.nm. Don't also build the translations target. tools/build.sh: o Only make translations for the last build.
-
- Mar 19, 2010
-
-
rtoy authored
boot-2010-02-1 as the bootstrap file. You should probably also use the new -P option for build.sh to generate and update the po files while building.
-
- Feb 01, 2010
-
-
rtoy authored
o Add RCS header make-dist.sh: o Add RCS header o Add some comments on what this does.
-
- Sep 17, 2009
-
-
rtoy authored
-
- Sep 09, 2009
-
-
rtoy authored
-
- Jun 30, 2009
-
-
rtoy authored
last build because we need the libraries to persist so we can have x87 and sse2 versions of them.
-
- Jun 11, 2009
-
-
rtoy authored
unicode-utf16-extfmt-2009-06-11.
-
- Mar 24, 2009
-
-
rtoy authored
-
- Dec 27, 2008
-
-
rtoy authored
Requested by Stelian Ionescu to support Gentoo. Some Gentoo systems don't have /usr/bin/time. (What kind of Unix system doesn't have /usr/bin/time?)
-