Commit graph

6 commits

Author SHA1 Message Date
Gabor Melis 92d060d082 Housekeeping: whitespace, typos, comments, credits 2026-05-30 10:57:36 +02:00
Christophe Rhodes 304c44d731 0.8.9.10:
DYNAMIC-EXTENT &REST lists.
	... much as per CSR sbcl-devel 2004-03-29;
	... alter listify-rest-args VOPs on non-x86 to meet the new use
		(don't do anything yet with the DX parameter)
	... note concerns over stack manipulation in x86 DX allocation

	This version compiles and passes tests on x86 and alpha (modulo
	one unrelated bugfix, coming soon)
2004-03-30 16:58:25 +00:00
Alexey Dejneka f73c1f3913 0.8.7.4:
* Fix PFD's MISC.249: when deleting LET, also delete all
          references to its variables.
2004-01-02 05:58:35 +00:00
Christophe Rhodes 4d50265fe5 0.7.7.16:
Fix bug 113
	... allow logical hosts to be dumped, as references to the name
		of the host
	... test for dumping behaviour
	Fix bug 174
	... when the bad directive character has a name, print it as
		part of the error message
	Save a massive 20k or so on core size by zapping globaldb
		entries for cold-init symbols
	Various text file frobs and comments
2002-09-05 13:15:48 +00:00
Christophe Rhodes 073501ed49 0.7.6.17:
Unabbreviate "variable" used adjectivally
	... VARIABLE-LENGTH boolean attribute for backend pseudo-instructions
	... VARIABLE-LENGTH-P slot in primitive object structure
	Turn on the assembler scheduler for SPARCs
2002-08-12 13:54:50 +00:00
William Harold Newman 104ee7ee30 0.pre7.139:
more s/argument/arg/...
	...s/entry-argument/entry-arg/
	...s/argument-list/arg-list/
	...s/compile-argument/compile-arg/
	...s/associate-argument/associate-arg/
	...s/compute-argument/compute-arg/
	...s/reference-argument/reference-arg/
	...*not* s/one-argument/one-arg/, since CL defines
		:IDENTITY-WITH-ONE-ARGUMENT as a kw arg for
		DEFINE-METHOD-COMBINATION
	...s/from-argument/from-arg/
2002-01-16 22:00:34 +00:00