- Mar 18, 2003
- Mar 17, 2003
-
-
pmai authored
extern-alien-name, like e.g. OpenBSD, which prepends _.
-
pmai authored
w.r.t. the keyword argument flavor.
-
emarsden authored
INTEGER. This fixes a bug in ASH: (ash (1+ most-positive-fixnum) (1- (- most-positive-fixnum))) produces an error. Noted by Christopher Rhodes on #lisp.
-
emarsden authored
be bigger than an INDEX.
-
- Mar 11, 2003
-
-
toy authored
maybe-note-assembler-routine from finding foreign routines. If the address is negative, make it positive when calling maybe-note-assembler-routine.
-
- Mar 10, 2003
-
-
gerd authored
Treat NIL as a symbol, to produce the same result as the DEFTRANSFORM for sxhash/symbol in c:generic/vm-tran.lisp.
-
gerd authored
FORMAT-ARGS is a list.
-
gerd authored
subtypes of SIMPLE-CONDITION like a SIMPLE-CONDITION, because that ignores report functions of the subtypes. Instead, recognize conditions of the exact type SIMPLE-WARNING, SIMPLE-ERROR, and SIMPLE-STYLE-WARNING.
-
- Mar 08, 2003
- Mar 07, 2003
-
-
pw authored
-
- Mar 06, 2003
-
-
pmai authored
Attached is the full patch containing the addition of the ISTREAM-MEMORY-BARRIER VOP, the change to GENTRAP to use the bugchk opcode, and also a boot file to allow the patched sources to be compiled with an unpatched binary.
-
toy authored
space or the assembler routine space with linkage-table builds. Otherwise, we never find the assembler routines.
-
emarsden authored
This is to avoid ending up with the same initializer present twice, and also to give the initializer a clearer print-name.
-
- Mar 05, 2003
- Mar 04, 2003
- Mar 03, 2003
-
-
pmai authored
for identification purposes. Also exported *cmucl-lib*, *cmucl-core-path*, *cmucl-core-dump-time* and *cmucl-core-dump-host* from extensions, since they are arguably useful for certain users.
-
toy authored
-
pmai authored
-
emarsden authored
attempt to use negative values. From Dan Barlow via the portable-clx-devel mailing list.
-
pmai authored
Also removed obsolete ustat struct (statfs is the replacement).
-
emarsden authored
-
pmai authored
-
toy authored
-
- Mar 02, 2003
-
-
toy authored
-
toy authored
-
emarsden authored
library calls to the list of symbols that need special handling when linking.
-
emarsden authored
files to be visible via DIRECTORY and friends: added stat64, fstat64, lstat64, statfs64, readdir64. This requires additional transitions to 64-bit wide data types, and additions to linux-stubs.S, given that some of the 64-bit stat variants are not accessible via dlsym(). Mostly from Pierre Mai.
-
- Feb 28, 2003