- Jan 30, 2008
-
-
rtoy authored
-
- Dec 09, 2007
-
-
rtoy authored
o Change default compression to bzip instead of gzip, since we seem to always suppy bzipped binaries.
-
- Dec 06, 2007
-
-
rtoy authored
the code from build.sh to here so we do the same thing. (Should this be moved out to a separate file?)
-
- Nov 28, 2007
-
-
rtoy authored
o Add usage message o Make sure we have exactly args
-
- Nov 27, 2007
- Oct 25, 2007
-
-
rtoy authored
-
rtoy authored
New files: o code/extfmts.lisp o pcl/simple-streams/external-formats/iso8859-1.lisp o pcl/simple-streams/external-formats/void.lisp code/exports.lisp: o Export the new symbols STRING-TO-OCTETS, OCTETS-TO-STRING, *DEFAULT-EXTERNAL-FORMAT*, ENCODE-STRING, and DECODE-STRING from the STREAM package o Make the symbols in the EXT package too. pcl/simple-streams/internal.lisp: o Move the implementation of STRING-TO-OCTETS and friends to a new file (extfmts.lisp). pcl/simple-streams/external-formats/utf-8.lisp: o New implementation. tools/make-main-dist.sh: o Create new target directory to hold external formats o Copy all of the external formats to the new directory. tools/pclcom.lisp: o Compile new code tools/worldcom.lisp: o Compile code/extfmts.lisp tools/worldload.lisp: o Load code/extfmts.lisp
-
rtoy authored
-
- Oct 04, 2007
-
-
rtoy authored
versions of which. Some versions of which will return a 0 exit code and return "no gmake in <paths>". This confuses the script. Check for this and set MAKE to "make" in this case, and hope for the best.
-
- Aug 21, 2007
-
-
fgilham authored
-
- Aug 14, 2007
-
-
rtoy authored
appears to be created successfully, and you can do things, but it is not usable. lisp/elf.h: o Set C_COMPILER to either "cc" or "gcc". We use gcc everywhere, except if the C compiler is Sun C on sparc. lisp/elf.c: o Print out C_COMPILER as the first arg to the linker script. tools/linker.sh: o Rearrange code so test for number of args is done first. o Look at the first arg to determine the C compiler used. If gcc, use the original code. Add new code to support Sun C.
-
- Aug 02, 2007
-
-
rtoy authored
specified in CLtL2 are implemented yet. These functions live in the EXTENSIONS package. code/env-access.lisp: o The implementation. (Based on code from SBCL) code/exports.lisp: o Export the symbols from the EXTENSIONS package. o Import them into the C package. tools/worldcom.lisp: o Compile env-access.lisp; tools/worldload.lisp: o Load env-access.
-
- Jul 25, 2007
-
-
rtoy authored
-
- Jul 24, 2007
-
-
rtoy authored
-
rtoy authored
created and will run, but you can't load new files. Still needs work. src/exec-init.c: o New file that defines builtin_image_flag and initial_function_addr, instead of being defined in lisp.c code/sunos-os.lisp: o Register the :executable feature if needed. lisp/GNUmakefile: o Add exec-init.c to list of src files. o Remove exec-init.o from lisp.a when building on Solaris. lisp/elf.c: o Port the elf code to Solaris. - Basically set up the correct values for the elf header and sections. - The ELF core sections on Solaris don't have valid addresses so we explicitly set them when mapping the core sections. lisp/elf.h o Use SOLARIS instead of sparc. lisp/lisp.c: o builtin_image_flag and initial_function_addr moved to exec-init.c. tools/linker.sh: o Support Solaris tools/make-main-dist.sh: o Support Solaris tools/SunOS-cmucl-linker-script: o New file for SunOS executable.
-
- Jul 23, 2007
-
-
rtoy authored
o Fix typo that was preventing installation of the necessary files for supporting executables.
-
- Jul 18, 2007
-
-
fgilham authored
-
- Jul 17, 2007
-
-
fgilham authored
-
- Jul 12, 2007
- Jul 07, 2007
- Jul 06, 2007
-
-
cshapiro authored
-
- May 26, 2007
-
-
rtoy authored
bootstrap files.
-
- Oct 29, 2006
-
-
cshapiro authored
build process to error.
-
- Aug 17, 2006
-
-
rtoy authored
-
- Aug 11, 2006
-
-
rtoy authored
support, and update *features* to :cmu19c instead of :cmu19a.
-
- Jul 14, 2006
- Jun 30, 2006
-
-
rtoy authored
The merge is from the tag "double-double-irrat-end". The double-double branch is now obsolete. The code should build without double-double support (tested on sparc) as well as build with double-double support (tested also on sparc).
-
- Jan 24, 2006
-
-
rtoy authored
-
- Dec 29, 2005
-
-
rswindells authored
-
- Dec 23, 2005
-
-
pwerkowski authored
-
- Dec 11, 2005
-
-
rtoy authored
o Hack to make move-double-to-int-arg available in OLD-PPC and PPC packages. (Don't know why this is needed but it was.)
-
- Nov 07, 2005
-
-
rtoy authored
-
- Oct 21, 2005
-
-
rtoy authored
-
- Oct 14, 2005
-
-
rtoy authored
now.
-
- Sep 09, 2005
-
-
rtoy authored
o Add -i <n> option to allow you to control whether the build <n> is interactive or not. Default is still non-interactive so the compile is logged to a file. tools/build-world.sh: o Support the -i option from build.sh (by checking to see if the envvar INTERACTIVE was set by build.sh).
-