- Jan 29, 2002
-
-
pmai authored
path and therefore fall back to the default path. Doing this fall-back silently can confuse users no end...
-
- Jan 28, 2002
-
-
pmai authored
repository.
-
pmai authored
-
pmai authored
script used on FreeBSD in 18c, which hasn't been part of the CVS repository. It turns out that the FreeBSD support also works for NetBSD.
-
pmai authored
was already cleaned up with the OpenBSD port, this doesn't require massive changes. Since current NetBSD is ELF-based by default, we don't make use of the ELF feature, or in other words: The presence of the NetBSD feature implies ELF, since there is no support for non-ELF NetBSD. The page-protection feature of the generational GC had to be turned off, because currently NetBSD 1.5.2 doesn't provide access to the faulting memory address in SIGSEGV signal-handlers on the x86 platform. The memory is validated/mmapped in 64MB chunks in os-validate, in order to circumvent a restriction on NetBSD, that prevented me from mmapping 128MB or more apiece. It has been pointed out to me that this may be caused by the default ulimit on data segment sizes, which seems kind of strange, but might be true. In any case the current approach works OK, and doesn't require root interaction, so is probably the better approach.
-
pmai authored
was already cleaned up with the OpenBSD port, this doesn't require massive changes. Since current NetBSD is ELF-based by default, we don't make use of the ELF feature, or in other words: The presence of the NetBSD feature implies ELF, since there is no support for non-ELF NetBSD.
-
pmai authored
final core is now saved to target:lisp/lisp.core, instead of the current directory.
-
- Jan 27, 2002
- Jan 26, 2002
-
-
pw authored
-
- Jan 23, 2002
-
-
toy authored
There is an incorrect gc_assert in lisp/gc.c in the function from_space_p. The argument is not necessarily a descriptor; it may be an untagged pointer, in which case the assertion is false. This causes rebuild to fail on SPARC when GC assertions are enabled. This observation is due to Daniel Barlow (and is fixed in SBCL).
-
toy authored
- remove obsolete (declare (values ...)) forms from the HPPA backend, that were resulting in incorrect code generation
-
toy authored
Update some constants for HPUX.
-
toy authored
other OLD-xxx nicknames go away too?)
-
- Jan 18, 2002
-
-
pmai authored
gratuitous consing caused by coercion at runtime of the ANSI mandated free format boundaries from ratios to appropriate floats. The coercions now happen at compile-time, and documentation is also improved. o Elided duplicate case clause for ratios in output-ugly-object.
-
pmai authored
core. If the newly introduced :batch-mode argument to save-lisp is supplied and is true, then the *batch-mode* flag is set to true, otherwise it is set to false, before saving the core. This should prevent ugly surprises by newbies using -batch when dumping cores.
-
pmai authored
is really exported via the individual export forms. This silences some spurious warnings during compilation.
-
- Jan 16, 2002
-
-
toy authored
SAP, so no need to create an alien object out of it.) Based on a replacement by Lynn Quam.
-
- Jan 15, 2002
-
-
toy authored
- update the parameter FASL-FILE-IMPLEMENTATIONS to include PPC (I presume this was forgotten when merging Gary's PPC changes)
-
toy authored
instead of an (invisible) hyperlink. o Add a section on Lisp threads for x86. (Currently empty. Hope someone who actually uses threads can fill this in.)
-
toy authored
(invisible) hyperlink.
-
toy authored
-
toy authored
-
toy authored
basically conform to ANSI CL on symbols. o Document the FPU precision control feature for x86. o Briefly document that the default random number generator is the MT-19987 generator.
-
toy authored
it look like the document changes all the time!
-
- Jan 14, 2002
- Jan 13, 2002
- Jan 11, 2002
-
-
toy authored
-
toy authored
- the fix to the PPC backend previously discussed here in <Pine.LNX.4.30.0110261852310.13665-100000@clozure.com>: correct the calculation of which offsets can be used in an ADDI instruction
-
toy authored
Bind *tn-ids* and *id-tns* appropriately for apropos so we're not dropped into the debugger.
-
- Jan 10, 2002
-
-
toy authored
files and supporting pdftex and hevea (HTML converter).
-
- Jan 09, 2002
-
-
toy authored
platforms.
-
- Jan 04, 2002
-
-
pw authored
lookup-host-entry fails to find the host. Reported by John Wiseman.
-
- Dec 13, 2001
-
-
pmai authored
because of a missing bounds check.
-
pmai authored
stepping-facility. Since this currently only works on compiled code, we try to compile the anonymous function containing the form to-be-stepped, and bail-out with an error if that fails, e.g. for non-null enclosing lexical environments.
-
pmai authored
COMPILER-MACROEXPAND, and export them from the EXTENSIONS package, since they are useful debugging aids for compiler-macro writers, even if they could write them on their own, and ANSI CL dropped them.
-
- Dec 12, 2001
-
-
pmai authored
-