Commit graph

7 commits

Author SHA1 Message Date
Douglas Katzman 9e68e626a8 Use more scratch files 2019-03-19 15:48:28 -04:00
Douglas Katzman 1069e99c06 string-output-stream improvements
- Avoid an extraneous type check in %MAKE-STRING-OUTPUT-STREAM.

- Test in WRITE-{CHAR,STRING} that the characters written are of the
  stream's element-type rather than failing in GET-OUTPUT-STREAM-STRING.

- {PRINx,WRITE}-TO-STRING and (FORMAT NIL ...) may return a base-string
  depending on what was placed into the string. Although the spec says that
  "with-output-from-string [sic] produces a stream that accepts characters
  and returns a string of the indicated element-type" it does not constrain
  all uses of string output streams to return a string whose element-type
  is the same as the stream element type.
2017-05-15 11:33:35 -04:00
William Harold Newman 4898ef32c6 0.9.2.43:
another slice of whitespace canonicalization
	(Anyone who ends up here with "cvs annotate" probably
		wants to look at the "tabby" tagged version.)
2005-07-14 16:30:05 +00:00
Alexey Dejneka cf42b48632 0.8.2.51:
* Fixed new bug shown by CLOCC: EXPT type deriver tried to
          work with arbitrarily large exponents;
        * stylistic change: eliminate (case ... ('+ ...));
        * test case for the bug 45b;
        * stylistic change: stream tests should remove temporary files.
2003-08-21 09:18:59 +00:00
Christophe Rhodes c177b7710a 0.8.2.45:
Fix READ-SEQUENCE bug (DB sbcl-devel 2003-08-19, Gerd Moellman
	cmucl-imp)
	... and add a test;
	Fix CEILING bug (PFD sbcl-devel 2003-08-19)
	... add a test, and uncomment a bunch of now-working tests
	One more format string badness fix.
2003-08-19 15:42:39 +00:00
William Harold Newman 1bfc464c65 0.pre7.88:
s/ir2-physenv-environment/ir2-physenv-closure/
	changed most ~D in FORMAT strings to ~W
	changed debugger prompt to "5]", "5[2]", "5[3]", etc.
2001-12-12 18:33:40 +00:00
William Harold Newman 6fa0ad323b 0.6.12.1:
MNA dumping-a-logical-host patch sbcl-devel/2001-05-02
	MNA catch-init-file-errors patch sbcl-devel/2001-05-03
	MNA port of DTC UNREAD-CHAR/CLEAR-INPUT patch for
		encapsulated streams sbcl-devel/2001-05-03
2001-05-06 18:37:58 +00:00