bug#74840: [PATCH] doc: srfi-19: Use `day' instead of `date' for `make-date'.
Ludovic Courtès <[email protected]> Sun, 22 Dec 2024 22:36:13 +0100
| Newsgroups | gmane.lisp.guile.bugs |
|---|---|
| Message-ID | <[email protected]> |
Tomas Volf <[email protected]> skribis: > Looking at the SRFI-19 specification, the argument is called `day', not > `date'. Even the accessor is called `date-day'. So adjust the > documentation to match. > > Also adjust the (web http) module, which was using `date' as well. > > * doc/ref/srfi-modules.texi (SRFI-19 Date): Use `day' instead of `date'. > * module/web/http.scm (parse-rfc-822-date, parse-rfc-850-date) > (parse-asctime-date): Same. Applied, thanks!