guile-srfi-123

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs

commit f4c761144e2b317abba25b49c11e062bdd815a20
parent 0946e05e5b4c8346df3df3d96b5a043eae941417
Author: Arthur A. Gleckler <srfi@speechcode.com>
Date:   Thu,  5 Mar 2020 10:18:42 -0800

Switch to ISO dates.

Thanks to Lassi Kortela for the impetus to make this change
and the patches to carry it out.

Diffstat:
Mindex.html | 2+-
Msrfi-123.html | 22+++++++++++-----------
2 files changed, 12 insertions(+), 12 deletions(-)

diff --git a/index.html b/index.html @@ -21,7 +21,7 @@ <body> <h1>SRFI 123: Generic accessor and modifier operators</h1> <p class="authors">by Taylan Ulrich Bayırlı/Kammer</p> - <p class="status">status: <em>final</em> (2015/10/14)</p> + <p class="status">status: <em>final</em> (2015-10-14)</p> <ul class="info"> <li><a href="srfi-123.html">The SRFI Document</a></li> diff --git a/srfi-123.html b/srfi-123.html @@ -21,17 +21,17 @@ schemers dot org">srfi-123@<span class="antispam">nospam</span>srfi.schemers.org</a></code>. To subscribe to the list, follow <a href="http://srfi.schemers.org/srfi-list-subscribe.html">these instructions</a>. You can access previous messages via the mailing list <a href="http://srfi-email.schemers.org/srfi-123">archive</a>.</p> <ul> -<li>Received: 2015/8/14</li> -<li>Draft #1 published: 2015/8/15</li> -<li>Draft #2 published: 2015/8/16</li> -<li>Draft #3 published: 2015/8/17</li> -<li>Draft #4 published: 2015/8/18</li> -<li>Draft #5 published: 2015/8/23 (code changes only)</li> -<li>Draft #6 published: 2015/8/24</li> -<li>Draft #7 published: 2015/8/26</li> -<li>Draft #8 published: 2015/9/5</li> -<li>Draft #9 published: 2015/9/7</li> -<li>Finalized: 2015/10/4</li> +<li>Received: 2015-08-14</li> +<li>Draft #1 published: 2015-08-15</li> +<li>Draft #2 published: 2015-08-16</li> +<li>Draft #3 published: 2015-08-17</li> +<li>Draft #4 published: 2015-08-18</li> +<li>Draft #5 published: 2015-08-23 (code changes only)</li> +<li>Draft #6 published: 2015-08-24</li> +<li>Draft #7 published: 2015-08-26</li> +<li>Draft #8 published: 2015-09-05</li> +<li>Draft #9 published: 2015-09-07</li> +<li>Finalized: 2015-10-04</li> </ul> <h2 id="abstract">Abstract</h2> <p>Lisp dialects including Scheme have traditionally lacked short, simple, generic syntax for accessing and modifying the fields of arbitrary &quot;collection&quot; objects. We fill this gap for Scheme by defining generalized accessors, and an associated SRFI-17 setter.</p>