From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.ciao.gmane.io!not-for-mail From: Ludovic =?UTF-8?Q?Court=C3=A8s?= Newsgroups: gmane.lisp.guile.bugs Subject: bug#40215: [PATCH 0/4] A few minor documentation fixes and improvements Date: Thu, 18 Jun 2020 00:33:43 +0200 Message-ID: <874kr9pbjs.fsf@gnu.org> References: <20200324212237.16840-1-arunisaac@systemreboot.net> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Injection-Info: ciao.gmane.io; posting-host="ciao.gmane.io:159.69.161.202"; logging-data="119983"; mail-complaints-to="usenet@ciao.gmane.io" User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/26.3 (gnu/linux) Cc: 40215-done@debbugs.gnu.org To: Arun Isaac Original-X-From: bug-guile-bounces+guile-bugs=m.gmane-mx.org@gnu.org Thu Jun 18 00:34:08 2020 Return-path: Envelope-to: guile-bugs@m.gmane-mx.org Original-Received: from lists.gnu.org ([209.51.188.17]) by ciao.gmane.io with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1jlgdD-000V3d-7W for guile-bugs@m.gmane-mx.org; Thu, 18 Jun 2020 00:34:07 +0200 Original-Received: from localhost ([::1]:38884 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jlgdC-0007gV-9c for guile-bugs@m.gmane-mx.org; Wed, 17 Jun 2020 18:34:06 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:34350) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1jlgd8-0007gH-3H for bug-guile@gnu.org; Wed, 17 Jun 2020 18:34:02 -0400 Original-Received: from debbugs.gnu.org ([209.51.188.43]:40818) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1jlgd7-0007X6-Ql for bug-guile@gnu.org; Wed, 17 Jun 2020 18:34:01 -0400 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1jlgd7-0000WV-Nh for bug-guile@gnu.org; Wed, 17 Jun 2020 18:34:01 -0400 Resent-From: Ludovic =?UTF-8?Q?Court=C3=A8s?= Original-Sender: "Debbugs-submit" Resent-To: bug-guile@gnu.org Resent-Date: Wed, 17 Jun 2020 22:34:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: cc-closed 40215 X-GNU-PR-Package: guile X-GNU-PR-Keywords: patch Mail-Followup-To: 40215@debbugs.gnu.org, ludo@gnu.org, arunisaac@systemreboot.net Original-Received: via spool by 40215-done@debbugs.gnu.org id=D40215.15924332381998 (code D ref 40215); Wed, 17 Jun 2020 22:34:01 +0000 Original-Received: (at 40215-done) by debbugs.gnu.org; 17 Jun 2020 22:33:58 +0000 Original-Received: from localhost ([127.0.0.1]:52363 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jlgd4-0000W9-7H for submit@debbugs.gnu.org; Wed, 17 Jun 2020 18:33:58 -0400 Original-Received: from eggs.gnu.org ([209.51.188.92]:48158) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jlgd0-0000Vu-8d for 40215-done@debbugs.gnu.org; Wed, 17 Jun 2020 18:33:57 -0400 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]:54032) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jlgcs-0007TH-W8; Wed, 17 Jun 2020 18:33:47 -0400 Original-Received: from [2a01:e0a:1d:7270:af76:b9b:ca24:c465] (port=58814 helo=ribbon) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1jlgcs-0006sP-Do; Wed, 17 Jun 2020 18:33:46 -0400 In-Reply-To: <20200324212237.16840-1-arunisaac@systemreboot.net> (Arun Isaac's message of "Wed, 25 Mar 2020 02:52:37 +0530") X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-BeenThere: bug-guile@gnu.org List-Id: "Bug reports for GUILE, GNU's Ubiquitous Extension Language" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-guile-bounces+guile-bugs=m.gmane-mx.org@gnu.org Original-Sender: "bug-guile" Xref: news.gmane.io gmane.lisp.guile.bugs:9799 Archived-At: Hi Arun, Arun Isaac skribis: > doc: Fix minor typo in the HTTP headers documentation. > doc: Improve content-range HTTP header documentation. > doc: Document default delimiter of string-join. > doc: Mention (ice-9 time) module path. Applied all 4 patches. For =E2=80=98string-join=E2=80=99, I updated the do= cstring in srfi-13.c so both are in sync. That in turn required support for @w{=E2=80= =A6} in the texinfo modules=E2=80=A6 Thanks, Ludo=E2=80=99.