guile-commits
[Top][All Lists]
Advanced

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

[Guile-commits] branch master updated (2e2e13c -> dfca16f)


From: Ludovic Courtès
Subject: [Guile-commits] branch master updated (2e2e13c -> dfca16f)
Date: Wed, 17 Jun 2020 18:32:08 -0400 (EDT)

civodul pushed a change to branch master
in repository guile.

    from 2e2e13c  Update NEWS.
     new 0360843  srfi-1: Rewrite 'find' in Scheme.
     new cd4c747  srfi-1: Rewrite 'find-tail' in Scheme.
     new a15acbb  srfi-1: Rewrite 'assoc' in Scheme.
     new 52809cc  read: Use "invalid" rather than "illegal".
     new 5fbf5c1  doc: Add missing canonicalize-path documentation.
     new a43aa1b  texinfo: Add basic support for @w{...}.
     new 3f27956  doc: Fix minor typo in the HTTP headers documentation.
     new 782a5af  doc: Improve content-range HTTP header documentation.
     new 67f5b45  doc: Document default delimiter of string-join.
     new dfca16f  doc: Mention (ice-9 time) module path.

The 10 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/api-data.texi         |  7 ++--
 doc/ref/posix.texi            | 15 +++++++++
 doc/ref/scheme-using.texi     |  3 ++
 doc/ref/srfi-modules.texi     |  4 +--
 doc/ref/web.texi              | 10 +++---
 libguile/read.c               |  2 +-
 libguile/srfi-1.c             | 74 +------------------------------------------
 libguile/srfi-1.h             |  5 +--
 libguile/srfi-13.c            | 11 ++++---
 module/srfi/srfi-1.scm        | 41 +++++++++++++++++++++++-
 module/texinfo.scm            |  5 +--
 module/texinfo/html.scm       |  3 +-
 test-suite/tests/reader.test  | 20 ++++++------
 test-suite/tests/strings.test | 18 +++++------
 test-suite/tests/texinfo.test |  4 ++-
 15 files changed, 105 insertions(+), 117 deletions(-)



reply via email to

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