guile-commits
[Top][All Lists]
Advanced

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

[Guile-commits] branch master updated (f8f8986 -> b9a09f1)


From: Ludovic Courtès
Subject: [Guile-commits] branch master updated (f8f8986 -> b9a09f1)
Date: Wed, 25 Mar 2020 18:12:26 -0400 (EDT)

civodul pushed a change to branch master
in repository guile.

    from f8f8986  'sort-labels-locally' uses a transient intset.
     new 5f60eb6  Add SRFI-171 to guile
     new b9a09f1  doc: Replace square brackets with round brackets.

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 doc/ref/srfi-modules.texi      | 487 +++++++++++++++++++++++++++++++++++++++++
 doc/ref/sxml-match.texi        |  90 ++++----
 module/Makefile.am             |   3 +
 module/srfi/srfi-171.scm       | 457 ++++++++++++++++++++++++++++++++++++++
 module/srfi/srfi-171/gnu.scm   |  65 ++++++
 module/srfi/srfi-171/meta.scm  | 113 ++++++++++
 test-suite/Makefile.am         |   1 +
 test-suite/tests/srfi-171.test | 267 ++++++++++++++++++++++
 8 files changed, 1438 insertions(+), 45 deletions(-)
 create mode 100644 module/srfi/srfi-171.scm
 create mode 100644 module/srfi/srfi-171/gnu.scm
 create mode 100644 module/srfi/srfi-171/meta.scm
 create mode 100644 test-suite/tests/srfi-171.test



reply via email to

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