- Jun 12, 2015
-
-
Raymond Toy authored
-
- Mar 30, 2014
-
-
Raymond Toy authored
* Command-line options allowing building for x87 are gone. * Don't try to install x86f fasls.
-
- Nov 06, 2011
-
-
Raymond Toy authored
make-src-dist.sh to bin.
-
- Nov 04, 2011
-
-
Raymond Toy authored
-
- Sep 25, 2010
-
-
rtoy authored
-
- Sep 16, 2010
-
-
rtoy authored
o Don't overwrite the CVS po file with the merged version; the merged version is written to the build directory. o The mo file is created from the merged version in the build directory. o Compare the newly merged version with the original CVS version and print a message if they are different. (Sort the files first to remove any issues with order of the various fields. It is known that the versions of msgmerge on FreeBSD and Mac OS X will put the Language line in different places. tools/make-extra-dist.sh: o Be sure to install the po file from the build directory and not the source directory. (But do we really need to distribute the po files?)
-
- Jul 05, 2010
-
-
rtoy authored
for asdf and defsystem. make-extra-dist.sh: o Fix up the grep patterns to skip over what we wanted. (Use egrep instead of grep, and change \| to |.) This makes sure that the extras tarball doesn't have asdf or defsystem. make-main-dist.sh: o Don't need to touch the asdf/defsystem files anymore.
-
- May 10, 2010
-
-
rtoy authored
asdf/asdf.lisp: o Current version of asdf2 imported from common-lisp.net asdf project. defsystem/defsystem.lisp: o Restored from repository and updated to current version from clocc.sourceforge.net. code/modules.lisp: o Indent docstrings to match the style of cmucl docstrings used elsewhere. (Lines after the first are indented 2 spaces.) o Add module for asdf and defsystem. tools/build-utils.sh: o Compile asdf and defsystem so when users require them, they're not compiled again or run in the interpreter. tools/clean-target.sh: o Keep the asdf and defsystem directories when requested so that both x87 and sse2 versions can be built. tools/make-extra-dist.sh: o Skip the asdf and defsystem directories when building the extras tarball; we don't need copies in the main and extras tarball. tools/make-main-dist.sh: o Install the asdf and defsystem directories in the correct place o Copy the asdf and defsystem fasls.
-
- 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.
-
- Aug 18, 2009
-
-
rtoy authored
CMUCL source tree, but were never delivered in a distribution. code/module.lisp: o Define module "cmu-contribs" that loads defmodule definitions for the contrib code. code/save.lisp: o Add "library:contrib/" to the modules search-list so we can find the installed contribs. tools/make-extra-dist.sh: o Install all contrib files contrib/contrib.lisp: o New file that defines modules for the contrib packages.
-
- Aug 13, 2009
-
-
rtoy authored
"release-$$" instead of the fixed name "release".
-
- Jun 11, 2009
-
-
rtoy authored
unicode-utf16-extfmt-2009-06-11.
-
- Dec 29, 2008
-
-
rtoy authored
-I) Install CMUCL directly to the given directory, instead of creating a tarball -M) Specify which subdirectory the manpages should go. Default is man/man1. make-dist.sh: make-main-dist.sh: o Recognize and handle -I and -M. make-extra-dist.sh: o Recognize and handle -I.
-
- Nov 12, 2008
-
-
rtoy authored
sse2-packed-2008-11-12).
-
- May 05, 2005
-
-
rtoy authored
Linux tarballs to be invalid because cd was outputting the new directory to stdout causing invalid tar files. This happens because /bin/sh on Linux is oftentimes /bin/bash.
-
- Oct 25, 2003
-
-
toy authored
-
- Oct 18, 2003
-
-
toy authored
-G to select the group to use for the installation -O to select the owner -b for bzip compression -g for gzip compression (the default, if none given)
-
- Oct 17, 2003
-
-
toy authored
his 2.4 release).
-