This project is archived. Its data is
read-only
.
Commits · RELEASE_18c
cmucl
Browse files
Nov 16, 2000
This commit was manufactured by cvs2svn to create tag 'RELEASE_18c'.
· ed09360e
cvs2git
authored
Nov 16, 2000
View commits for tag RELEASE_18c
RELEASE_18c
ed09360e
Insert HEAD revision into branch.
· a32ab318
pw
authored
Nov 16, 2000
a32ab318
Nov 15, 2000
Rework previous fix to edit-source-location to use *read-suppress*
· 81e251ba
pw
authored
Nov 15, 2000
81e251ba
Tailor the stack trace ambiguity code in x86-call-context a bit
· 0fac6e00
pw
authored
Nov 15, 2000
0fac6e00
Fix butlast and nbutlast to be correct for NIL argument.
· 8fb9ae04
pw
authored
Nov 15, 2000
8fb9ae04
Nov 06, 2000
Upon a stack trace ambiguity in x86-call-context, choose the lisp
· 510055a0
dtc
authored
Nov 06, 2000
510055a0
Limit the stack trace failure warning in x86-call-context to fails for the
· 63ae171e
dtc
authored
Nov 06, 2000
63ae171e
When searching for a LIP register pair, only consider lisp pointer
· 1fd9abab
dtc
authored
Nov 06, 2000
1fd9abab
Add a -quiet command line switch which clears the various -verbose*
· 3d156d94
dtc
authored
Nov 06, 2000
3d156d94
Fix ext:remove-oob-handler so it actually works.
· 465ccadf
pw
authored
Nov 06, 2000
465ccadf
Nov 04, 2000
Send the warning about weak-p hash table to *debug-io* not *standard-output*;
· 853067a3
dtc
authored
Nov 04, 2000
853067a3
Add a final #\newline to the batch mode exit message; from Eric Marsden.
· 074d818f
dtc
authored
Nov 04, 2000
074d818f
Nov 03, 2000
Update holes support as was done for sunos-os.c. From Raymond Toy.
· f0d92c13
dtc
authored
Nov 03, 2000
f0d92c13
Oct 30, 2000
Fix edit-source-location to not signal an error when editing a
· ed27164e
pw
authored
Oct 30, 2000
ed27164e
Oct 27, 2000
Update register names and BOXED_REGISTERS for the moving of NFP and
· 1971f2fc
dtc
authored
Oct 27, 2000
1971f2fc
Can't use reg_L1 anymore because it doesn't exist. From Raymond Toy.
· b3b7bacc
dtc
authored
Oct 27, 2000
b3b7bacc
Don't use %g6 and %g7 which are reserved for the system. Map NFP
· cfd8b71a
dtc
authored
Oct 27, 2000
cfd8b71a
Update the space start according to sparc-validate.h. From Raymond Toy.
· 25ae7de0
dtc
authored
Oct 27, 2000
25ae7de0
Add support for holes. From Raymond Toy.
· 42319926
dtc
authored
Oct 27, 2000
42319926
Move code for HOLES into sunos-os.c. From Raymond Toy.
· 8354ac2a
dtc
authored
Oct 27, 2000
8354ac2a
Change memory map for larger spaces. From Raymond Toy.
· 8f0052be
dtc
authored
Oct 27, 2000
8f0052be
Oct 26, 2000
Cleanup compiler warnings.
· 2e6367d4
dtc
authored
Oct 26, 2000
2e6367d4
Oct 25, 2000
Put an explicit progn around forms in handler-bind.
· 06e9e56e
pw
authored
Oct 25, 2000
06e9e56e
Oct 24, 2000
Call gc_init after validate as the lisp memory map needs to have been
· ba410763
dtc
authored
Oct 24, 2000
ba410763
o Add the command line switch -dynamic-space-size for setting the size
· 6323f4d4
dtc
authored
Oct 24, 2000
6323f4d4
o Add the command line switch -dynamic-space-size for setting the size
· 072b684e
dtc
authored
Oct 24, 2000
072b684e
Fix symbol value typo.
· 328acdd8
dtc
authored
Oct 24, 2000
328acdd8
Oct 23, 2000
Allow the *batch-mode* setting to default from the loaded core, with
· 3a0aef1e
dtc
authored
Oct 23, 2000
3a0aef1e
Fix for bignum multiplication, unsigned operation should be using a logical
· 24a11ed2
dtc
authored
Oct 23, 2000
24a11ed2
The %alien-funcall ir2-convert optimizer needs to emit move VOPs from
· b94787ae
dtc
authored
Oct 23, 2000
b94787ae
Oct 21, 2000
Have the compiler inline complex array access, calling %with-array-data
· c4b7cd89
dtc
authored
Oct 21, 2000
c4b7cd89
Take more care when restoring the FPU control word for linux, as there
· 68e113c3
dtc
authored
Oct 21, 2000
68e113c3
Use the value 0xffffffff to represent auto_gc_trigger disabled rather
· 767ba4e0
dtc
authored
Oct 21, 2000
767ba4e0
Take more care when restoring the FPU control word for linux, as there
· 6dc15191
dtc
authored
Oct 21, 2000
6dc15191
Don't want the trailing semi-colon on the setfpucw macro.
· 1c443cfb
dtc
authored
Oct 21, 2000
1c443cfb
Oct 16, 2000
When in batch mode, exit upon errors, even during initialisation.
· edbdd618
dtc
authored
Oct 16, 2000
edbdd618
Do not open /dev/tty when in batch mode.
· 7fd0c32b
dtc
authored
Oct 16, 2000
7fd0c32b
Define batch mode early in the C startup code.
· 0cc0af50
dtc
authored
Oct 16, 2000
0cc0af50
Oct 06, 2000
Really remove the macro for LOCALLY, which is now a special form.
· 4c77c208
dtc
authored
Oct 06, 2000
4c77c208
Remove the macro for LOCALLY, which is now a special form; from Raymond Toy.
· 975823a0
dtc
authored
Oct 06, 2000
975823a0
Loading