Commits · sparc_gencgc
cmucl
Browse files
Aug 07, 2003
This commit was manufactured by cvs2svn to create branch
· b69621fa
cvs2git
authored
Aug 07, 2003
View commits for tag sparc_gencgc
sparc_gencgc
b69621fa
Some tests from Paul Dietz' test suite, like (MAX (FIND-PACKAGE
· 9fa00d03
gerd
authored
Aug 07, 2003
9fa00d03
* src/code/format.lisp (%min/max-format-args): Handle ~<...~:>
· 108f17cd
gerd
authored
Aug 07, 2003
108f17cd
* src/compiler/ir1tran.lisp (*suppress-dynamic-extent-declaration*):
· ba6fb77e
gerd
authored
Aug 07, 2003
ba6fb77e
Aug 06, 2003
Enable dynamic-extent stack allocation for MAKE-CLOSURE, just like on
· 58db2bd2
toy
authored
Aug 06, 2003
58db2bd2
ir2tran.lisp: Make make-closure use dynamic-extent for everyone
· 9c7dd4b4
toy
authored
Aug 06, 2003
9c7dd4b4
Dynamic-extent closures for x86. Use boot15.lisp for
· 5ac014db
gerd
authored
Aug 06, 2003
5ac014db
Control viability of dynamic-extent declarations with a
· 289982f2
gerd
authored
Aug 06, 2003
289982f2
Update notes for dynamic-extent support, and some other missing
· f4dc265b
toy
authored
Aug 06, 2003
f4dc265b
Add support for DYNAMIC-EXTENT &REST args. Update the ALLOCATION
· a69278c9
toy
authored
Aug 06, 2003
a69278c9
Aug 05, 2003
* src/compiler/x86/macros.lisp (allocation): Use >= speed safety
· 60f29be9
gerd
authored
Aug 05, 2003
60f29be9
Fix bad disassembly note about allocating bytes when the add
· 17fdaff0
toy
authored
Aug 05, 2003
17fdaff0
In %ENUMERATE-FILES, also match if the file has no explicit version
· 8cffe571
toy
authored
Aug 05, 2003
8cffe571
Update the LISTIFY-REST-ARGS vop to include an additional
· f42502bd
toy
authored
Aug 05, 2003
f42502bd
Remove the x86 conditionalization of the dynamic-extent arg to
· b359933a
toy
authored
Aug 05, 2003
b359933a
DYNAMIC-EXTENT rest args. Currently for x86 only. Speed must be
· 88a53c80
gerd
authored
Aug 05, 2003
88a53c80
Fix typos.
· 0de8456c
emarsden
authored
Aug 05, 2003
0de8456c
Aug 04, 2003
Search PATH for the lisp binary and lisp.core as a last resort. Based
· 4187a2f3
toy
authored
Aug 04, 2003
4187a2f3
* src/code/type.lisp (hairy complex-=): Do some more work for
· 6539163f
gerd
authored
Aug 04, 2003
6539163f
Aug 03, 2003
Remove the function definition of FIXNUM, which it must not
· 52858943
gerd
authored
Aug 03, 2003
52858943
Aug 02, 2003
(deftype string-and-number () '(cons string (cons number null)))
· 63c1a0fe
gerd
authored
Aug 02, 2003
63c1a0fe
Jul 30, 2003
MAKE-STRING-OUTPUT-STREAM takes an ELEMENT-TYPE keyword arg. Make it
· 0a335dfe
toy
authored
Jul 30, 2003
0a335dfe
Port of SBCL patch by Christophe Rhodes to make MAKE-SEQUENCE,
· 73cda578
toy
authored
Jul 30, 2003
73cda578
Jul 29, 2003
* src/pcl/methods.lisp (real-add-method): Warn about invalid
· 49e8ac7d
gerd
authored
Jul 29, 2003
49e8ac7d
Jul 28, 2003
Need string.h for sparc to remove some compile-time warnings about strdup.
· 50fb9e23
toy
authored
Jul 28, 2003
50fb9e23
Improve LDB backtrace on x86.
· 284fd069
gerd
authored
Jul 28, 2003
284fd069
Loading gray-streams lead to a vicious metacircle because
· 0041e6b0
gerd
authored
Jul 28, 2003
0041e6b0
* src/lisp/backtrace.c (print_entry_name): Print symbol package,
· 9f94756e
gerd
authored
Jul 28, 2003
9f94756e
CLtS effectively forbids method load-time precomputation of
· c3fd05a9
gerd
authored
Jul 28, 2003
c3fd05a9
Jul 26, 2003
* src/compiler/srctran.lisp (format): Don't define deftransforms
· 8350d9d9
gerd
authored
Jul 26, 2003
8350d9d9
* src/code/time.lisp (*in-get-time-consing*): New var.
· fa3ae664
gerd
authored
Jul 26, 2003
fa3ae664
* src/lisp/validate.c (validate): Remove a debug fprintf.
· b18e32b6
gerd
authored
Jul 26, 2003
b18e32b6
Jul 25, 2003
LDB backtrace for x86, first steps.
· 49187a54
gerd
authored
Jul 25, 2003
49187a54
Jul 24, 2003
* src/hemlock/main.lisp (ed): Undefined variable used with
· 30522560
gerd
authored
Jul 24, 2003
30522560
Get rid of the 64 bytes that are shown as being consed when
· f7804071
gerd
authored
Jul 24, 2003
f7804071
Jul 23, 2003
(aref (make-array nil :initial-contents nil)) returned 0 instead
· 78999d4c
gerd
authored
Jul 23, 2003
78999d4c
Jul 21, 2003
* src/pcl/methods.lisp (print-object): Specialize on
· a1822aef
gerd
authored
Jul 21, 2003
a1822aef
* src/code/ntrace.lisp (trace-1): Encapsulate if
· ed92e5cc
gerd
authored
Jul 21, 2003
ed92e5cc
Correct argument order in the depths of DATA-VECTOR-SET-C/
· a264fb69
emarsden
authored
Jul 21, 2003
a264fb69
Jul 20, 2003
- the CLX build process no longer links to socket.o (functionality
· 5c7d917e
emarsden
authored
Jul 20, 2003
5c7d917e
Loading