This project is archived. Its data is
read-only
.
Commits · dynamic-extent-base
cmucl
Browse files
Aug 12, 2003
This commit was manufactured by cvs2svn to create branch 'dynamic-extent'.
· 323a4bbb
cvs2git
authored
Aug 12, 2003
View commits for tag dynamic-extent-base
dynamic-extent-base
323a4bbb
* src/code/print.lisp (output-array-guts): Parts of the output
· 193cc5ba
gerd
authored
Aug 12, 2003
193cc5ba
Lisp executable support. From Fred Gilham.
· 297cb596
gerd
authored
Aug 12, 2003
297cb596
Aug 11, 2003
* src/compiler/main.lisp (convert-and-maybe-compile): Don't
· 9603fc24
gerd
authored
Aug 11, 2003
9603fc24
Aug 08, 2003
Add definitions for UNIX-SETUID and UNIX-SETGID.
· f2e5d58a
emarsden
authored
Aug 08, 2003
f2e5d58a
In the debugger, display the package prefix when printing the name of
· 84ee7bd2
emarsden
authored
Aug 08, 2003
84ee7bd2
- add documentation for package locks to the User's Manual
· 4978f6a7
emarsden
authored
Aug 08, 2003
4978f6a7
Add a function EXT:UNLOCK-ALL-PACKAGES, that disables both the
· 1a960279
emarsden
authored
Aug 08, 2003
1a960279
Fix EXT:OPEN-CLX-DISPLAY for the case where a hostname (different from
· e11b0971
emarsden
authored
Aug 08, 2003
e11b0971
Add support for 12-bit displays to CLX. Parry Husbands reports to
· b74cf645
emarsden
authored
Aug 08, 2003
b74cf645
Aug 07, 2003
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
Loading