1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-05-02 13:00:26 +02:00

Retrospectively add strftime %z sign fixed in 1.8.1.

This commit is contained in:
Kevin Ryde 2007-01-30 00:12:01 +00:00
parent 879b9361b8
commit aaeab88a72

2
NEWS
View file

@ -52,6 +52,8 @@ Changes in 1.8.1 (since 1.8.0):
** Build problems have been fixed on MacOS, SunOS, and QNX.
** `strftime' fix sign of %z timezone offset.
** A one-dimensional array can now be 'equal?' to a vector.
** Structures, records, and SRFI-9 records can now be compared with `equal?'.