- Oct 22, 2010
-
-
rtoy authored
-
- Oct 10, 2010
-
-
rtoy authored
strings instead of having several slightly different versions all over.
-
rtoy authored
-
rtoy authored
object to its value.
-
rtoy authored
name correctly for unicode strings. It stopped after the first 0 byte, which basically means either nothing or a single byte is printed. Just dump out the entire UTF-16 octets in native byte order.
-
- Jun 11, 2009
-
-
rtoy authored
unicode-utf16-extfmt-2009-06-11.
-
- Apr 08, 2009
-
-
rtoy authored
-
- Mar 19, 2008
-
-
cshapiro authored
void keyword to specify empty parameter lists.
-
- Jul 12, 2006
-
-
rtoy authored
closure_function_header and the following entries were not correct. Also, rename unused function header 1 and 2 to be "byte code function" and "byte code closure", respectively, since that's what internals.h says. We really need to generate this list during genesis or something instead of having to do this by hand!
-
- 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).
-
- Sep 15, 2005
-
-
rtoy authored
.indent.pro.
-
- Feb 07, 2005
- Aug 06, 2004
-
-
cwang authored
-
- Jul 08, 2004
-
-
rtoy authored
conversions to pointers from ints. Correct the return type of sigsegv_handle_now.
-
- Jul 19, 2003
-
-
emarsden authored
- fix a signed/unsigned cast bug that was prevented the auto-gc-trigger from functioning correctly when using certain dynamic-space sizes (for platforms that don't have an internal gc trigger). - added a few #include files to avoid compiler warnings - changed some #ifdef semantics: DEBUG activates additional assertions, and PRINTNOISE activates debugging statements.
-
- Jan 09, 2001
-
-
dtc authored
being incorrectly calculated.
-
- Sep 05, 2000
-
-
dtc authored
-
- Feb 20, 1999
-
-
pw authored
From: Julian Dolby <dolby@csag-226-8.UCSD.EDU> Enclosed below are diffs against the cvs repository as of Feb 12; aside from minor changes like using different include files (e.g. validate.h instead of x86-validate.h in Linux-os.c) and adding alpha-linux specifics unix-glibc2.lisp, there are two code changes. The first is to signal handling. I had to put the POSIX-SIGS ifdefs into places used by alpha but not by x86, and I ifdef'ed out most of the linux #define kludges for signals for alpha linux, since alpha linux uses OSF/1 signals rather than linux ones. The second is that the trick of or'ing 2 into the reg_ALLOC address to cause faults does not work on alpha linux since the kernel traps and handles the unaligned access; I did not find a way to change that kernel behavior, so I changed the code to or (1<<63) into the address to cause a seg fault, and then check, in the seg fault handler, to see if the high-order address bits are set. One change I made is to the memory layout (lisp/alpha-validate.h and compiler/alpha/parms.lisp); that change is not needed to make lisp run on alpha linux, but is there because I wanted more heap space.
-
- Dec 20, 1998
-
-
dtc authored
-
- Jun 03, 1998
-
-
dtc authored
-
- Mar 21, 1998
-
-
dtc authored
-
- Mar 10, 1998
-
-
dtc authored
-
- Nov 23, 1997
-
-
dtc authored
arrays, complex floats, complex float arrays, and the scavenger hook.
-
- Aug 26, 1997
-
-
dtc authored
a throw_to_monitor from continue_p which causes objects to not be printed. From Timothy Miller.
-
- Jan 21, 1997
-
-
ram authored
-
- Mar 27, 1994
-
-
hallgren authored
-
- Feb 11, 1994
-
-
cvs2git authored
-
- Feb 26, 1993
-
-
ram authored
-
- Feb 23, 1993
-
-
ram authored
change structure printer to deal with having layouts rather than names
-
- Jul 28, 1992
-
-
wlott authored
-
- Mar 08, 1992
-
-
wlott authored
-
- Nov 10, 1991
-
-
wlott authored
-
- Dec 18, 1990
-
-
wlott authored
-
- Nov 08, 1990
-
-
wlott authored
defined in lisp.h instead of assuming that the float follows immediately after the header.
-
- Oct 02, 1990
-
-
wlott authored
is just like a type_SimpleVector.
-
- Sep 21, 1990
-
-
wlott authored
,.
-
- May 30, 1990
-
-
cvs2git authored
-
- May 13, 1990
-
-
ch authored
-