1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-04-29 19:30:36 +02:00

SRFI-19: Add support for ISO 8601 zones with a colon.

* module/srfi/srfi-19.scm (zone-reader): handle a colon in the zone.

* test-suite/tests/srfi-19.test (SRFI date/time library test): Add test.

Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>

[rlb@defaultvalue.org: adjust commit message; add NEWS]
This commit is contained in:
Denis 'GNUtoo' Carikli 2024-02-29 22:23:43 +01:00 committed by Rob Browning
parent e6587c14dd
commit bc2c612b89
3 changed files with 6 additions and 0 deletions

1
NEWS
View file

@ -54,6 +54,7 @@ This speeds up copying large files a lot while saving the disk space.
(<https://bugs.gnu.org/55344>)
** 'make-custom-port' now honors its #:conversion-strategy argument
** 'eval-string' respects #:column (previously it was set to the #:line)
** 'string->date' now allows a colon in the ISO 8601 zone offset
** Hashing of UTF-8 symbols with non-ASCII characters avoids corruption
(<https://bugs.gnu.org/56413>)