guile-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Guile-commits] 01/01: Add guile-3, r6rs, r7rs cond-expand features


From: Andy Wingo
Subject: [Guile-commits] 01/01: Add guile-3, r6rs, r7rs cond-expand features
Date: Mon, 2 Dec 2019 08:35:23 -0500 (EST)

wingo pushed a commit to branch master
in repository guile.

commit 82127b3ad90ae01c0eb14fedf65a1233d41d9927
Author: Andy Wingo <address@hidden>
Date:   Mon Dec 2 14:32:21 2019 +0100

    Add guile-3, r6rs, r7rs cond-expand features
    
    * module/ice-9/boot-9.scm (%cond-expand-features): Add new features.
    * doc/ref/srfi-modules.texi (SRFI-0): Document new features.
---
 doc/ref/srfi-modules.texi | 10 +++++++---
 module/ice-9/boot-9.scm   |  5 +++++
 2 files changed, 12 insertions(+), 3 deletions(-)

diff --git a/doc/ref/srfi-modules.texi b/doc/ref/srfi-modules.texi
index 7d36f0f..8f5b643 100644
--- a/doc/ref/srfi-modules.texi
+++ b/doc/ref/srfi-modules.texi
@@ -150,10 +150,14 @@ The Guile core has the following features,
 
 @example
 guile
-guile-2  ;; starting from Guile 2.x
-guile-2.2  ;; starting from Guile 2.2
-guile-3.0  ;; starting from Guile 3.0
+guile-2   ;; starting from Guile 2.x
+guile-2.2 ;; starting from Guile 2.2
+guile-3   ;; starting from Guile 3.x
+guile-3.0 ;; starting from Guile 3.0
 r5rs
+r6rs
+r7rs
+exact-closed ieee-float full-unicode ratios ;; R7RS features
 srfi-0
 srfi-4
 srfi-6
diff --git a/module/ice-9/boot-9.scm b/module/ice-9/boot-9.scm
index c3d0092..a18a32b 100644
--- a/module/ice-9/boot-9.scm
+++ b/module/ice-9/boot-9.scm
@@ -4396,7 +4396,12 @@ when none is available, reading FILE-NAME with READER."
   '(guile
     guile-2
     guile-2.2
+    guile-3
+    guile-3.0
     r5rs
+    r6rs
+    r7rs
+    exact-closed ieee-float full-unicode ratios ;; R7RS features.
     srfi-0   ;; cond-expand itself
     srfi-4   ;; homogeneous numeric vectors
     srfi-6   ;; string ports



reply via email to

[Prev in Thread] Current Thread [Next in Thread]