mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-05-20 11:40:18 +02:00
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.
This commit is contained in:
parent
cf08dbdc18
commit
82127b3ad9
2 changed files with 12 additions and 3 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue