From 7d9c0d45104c9a45be14e237f237702154f75cc9 Mon Sep 17 00:00:00 2001 From: Christophe Rhodes Date: Wed, 11 Nov 2009 18:20:34 +0000 Subject: [PATCH] 1.0.32.24: document stream external-formats and :replacement option --- doc/manual/ffi.texinfo | 1 + doc/manual/make-tempfiles.sh | 13 +++++++++++ doc/manual/sbcl.texinfo | 2 +- doc/manual/streams.texinfo | 53 +++++++++++++++++++++++++++++++++++++++--- version.lisp-expr | 2 +- 5 files changed, 66 insertions(+), 5 deletions(-) diff --git a/doc/manual/ffi.texinfo b/doc/manual/ffi.texinfo index b65b2bc..f00e23d 100644 --- a/doc/manual/ffi.texinfo +++ b/doc/manual/ffi.texinfo @@ -283,6 +283,7 @@ types to declare that no useful value is returned. Using return zero values. @item +@cindex External formats The foreign type specifier @code{(sb-alien:c-string &key external-format element-type)} is similar to @code{(* char)}, but is interpreted as a null-terminated string, and is automatically converted into a Lisp diff --git a/doc/manual/make-tempfiles.sh b/doc/manual/make-tempfiles.sh index 2f7fc38..be2abf0 100644 --- a/doc/manual/make-tempfiles.sh +++ b/doc/manual/make-tempfiles.sh @@ -72,3 +72,16 @@ then else cp package-locks-basic.texinfo package-locks.texi-temp fi + +echo /creating encodings.texi-temp +$SBCL <