- Oct 15, 2011
-
-
Raymond Toy authored
the occasional problem about SIGFPE's with no exceptions enabled. error.lisp: o Add floating-point-denormal-operand arithmetic error. exports.lisp: o Export the new arithmetic error type. float-trap.lisp: o Check the denormal trap bit and signal the appropriate error. release-20c.txt: o Update.
-
- Oct 13, 2011
-
-
Raymond Toy authored
-
Raymond Toy authored
DESCRIBE prints them neatly.
-
Alex Goncharov authored
Unify the use of the FASL and NIL words across all documentation strings in this file.
-
- Oct 12, 2011
-
-
Alex Goncharov authored
Plus one dot added. Minus the new line in ext:file-comment
- Oct 11, 2011
-
-
Raymond Toy authored
use the original file comment.
-
Raymond Toy authored
o Add git hash to default version o Remove CVS o Fix bug where the default version wasn't actually used when a version string wasn't given.
-
Raymond Toy authored
doing it once. Shell quoting is a pain.
-
Raymond Toy authored
for motif.
-
- Oct 10, 2011
-
-
Alex Goncharov authored
-
- Oct 09, 2011
-
-
Alex Goncharov authored
-
Alex Goncharov authored
-
- Oct 08, 2011
-
-
Raymond Toy authored
-
Raymond Toy authored
o Add -P option to control whether we update the pot files or not.
-
Raymond Toy authored
-
Alex Goncharov authored
-
Alex Goncharov authored
-
- Oct 05, 2011
-
-
Raymond Toy authored
-
- Oct 01, 2011
-
-
Raymond Toy authored
-
Raymond Toy authored
Useful, for example, for doing a full build with reduced space sizes or stack sizes.
- Sep 27, 2011
-
-
Raymond Toy authored
-
Raymond Toy authored
-
Raymond Toy authored
-
- Sep 25, 2011
-
-
Raymond Toy authored
entries with just the file path, removing the revision number, date, author and state. The actual information is now computed during compilation and stored in the fasl itself. (See ticket:48.)
-
Raymond Toy authored
comment into the compiled file. If git is not found or if some other error occurs, the file comment is whatever string was given. Need to update the file-comments of every file to remove erroneous dates and revisions.
-
Raymond Toy authored
-
- Sep 24, 2011
-
-
Raymond Toy authored
Make the size of all spaces configurable from the command line. code/commandline.lisp: o Define the switches so lisp doesn't complain. general-info/lisp.1: o Document new switches. general-info/release-20c.txt: o Update lisp/Darwin-os.c lisp/FreeBSD-os.c lisp/Linux-os.c lisp/NetBSD-os.c lisp/backtrace.c lisp/cgc.c lisp/gencgc.c lisp/os-common.c lisp/ppc-validate.h lisp/purify.c lisp/solaris-os.c lisp/sparc-arch.c lisp/sparc-validate.h lisp/x86-validate.h: lisp/validate.c o Basically rename CONTROL_STACK_SIZE, BINDING_STACK_SIZE, READ_ONLY_SPACE_SIZE, and STATIC_SPACE_SIZE to control_stack_size, binding_stack_size, read_only_space_size, and static_space_size, respectively. lisp/coreparse.c o Check the space size in the core file against the allocated size. If the allocated space is too small, print an error message and exit. lisp/globals.c o Define new variables for the allocated size of spaces. lisp/globals.h o Declare the new variables for the size of the spaces. lisp/lisp.c o Set the default values of the spaces. o Parse the new command-line flags and set the space sizes. lisp/sunos-os.c: o Added os_init0 (that we forgot last time). lisp/x86-assem.S: o Change $CONTROL_STACK_END to GNAME(control_stack_end) to get the correct end of the stack.
-
- Sep 21, 2011
-
-
Raymond Toy authored
-
Raymond Toy authored
-
Raymond Toy authored
-
- Sep 20, 2011
-
-
Raymond Toy authored
-
Raymond Toy authored
-
Raymond Toy authored
-
Raymond Toy authored
-
Raymond Toy authored
-
Raymond Toy authored
-