Janneke Nieuwenhuizen writes:
With #71684 merged, this needs an update. New in this version:
* document it!
Greetings,
Janneke
>From c0a856ac60a672db53d3ab7df8098a323fbb999a Mon Sep 17 00:00:00 2001
From: Janneke Nieuwenhuizen
Date: Fri, 3 Mar 2023 11:26:34 +0100
Subject: [PATCH v2]
patches to make Win32 minimally viable
> again. This patch specifically removes a regression introduced in 3.0.6
> described above.
>
> If I hear no objection, I'm going to rebase and push
> in a week or two.
Very much appreciated!
Greetings,
Janneke
--
Janne
ny multi-value returns. So for
example:
;;; (vals 1)
1
-@end
+@end lisp
The way to get around this limitation is to bind such multi-value
returns then inspect the results. Still, @code{pk} can only return a
@@ -117,7 +117,7 @@ single value:
;;; (vals 1 2 3)
3
-@end
+@end lisp
@
* libguile/read.c (scm_read_string_like_syntax): All characters are
permitted by law; some aren't valid in certain contexts.
---
libguile/read.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/libguile/read.c b/libguile/read.c
index 040a178348..122a643018 100644
--- a/libguile/
* libguile/rdelim.c (SCM_DEFINE): Use "procedure" rather than
"function".
* doc/ref/api-io.texi (Line/Delimited): Use it to document 'write-line'.
---
doc/ref/api-io.texi | 11 +++
libguile/rdelim.c | 2 +-
2 files changed, 12 insertions(+), 1 deletion(-)
diff --git a/doc/ref/api-io.te