Add guile-3, r6rs, r7rs cond-expand features
authorAndy Wingo <wingo@pobox.com>
Mon, 2 Dec 2019 13:32:21 +0000 (14:32 +0100)
committerAndy Wingo <wingo@pobox.com>
Mon, 2 Dec 2019 13:34:52 +0000 (14:34 +0100)
* 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
module/ice-9/boot-9.scm

index 7d36f0fa00e20df9b735c737d03c6a66be8522cd..8f5b643c627c6a5e332c333944a1603f09b3a974 100644 (file)
@@ -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
index c3d00921384bb07ad810f1ab8a91fffd746f20fa..a18a32b0d5485f11c2c5545552c927f0eb9852f7 100644 (file)
@@ -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