summaryrefslogtreecommitdiff
path: root/module/srfi/srfi-19.scm
Commit message (Expand)AuthorAgeFilesLines
* SRFI-19: Rename 'tai-epoch-in-jd' to 'utc-epoch-in-jd'.Mark H Weaver2019-06-181-11/+11
* Support ~N in SRFI-19 string->dateDaniel Llorens2018-12-111-0/+22
* SRFI-19: Minor refactor of leap second table lookups.Mark H Weaver2018-10-241-28/+22
* SRFI-19: time-utc->date: Support non-integer nanoseconds values.Mark H Weaver2018-10-241-1/+1
* SRFI-19: Check for incompatible types in time comparisons.Mark H Weaver2018-10-211-7/+12
* SRFI-19: Fix normalization of seconds and nanoseconds in time records.Mark H Weaver2018-10-211-18/+16
* SRFI-19: Fix handling of negative years and negative julian days.Mark H Weaver2018-10-201-27/+38
* SRFI-19: Fix TAI->UTC conversions, leap second handling, etc.Mark H Weaver2018-10-201-87/+58
* Fix typos, indentation and error reporting in SRFI-19.Mark H Weaver2018-10-161-91/+99
* Update SRFI-19 leap second table.Mark H Weaver2018-10-161-1/+2
* srfi-19: Remove unused procedure.Ludovic Courtès2018-07-241-19/+1
* SRFI-19: Swap seconds and nanoseconds in 'current-time-monotonic'.Ludovic Courtès2017-04-221-2/+2
* Fix date->string ~f operator to not emit leading zerosAndy Wingo2017-04-191-18/+8
* Fixed bug: ~N mishandles small nanoseconds valueAndrew Moss2017-04-191-1/+1
* SRFI-19 current-time-monotonic returns time of right typeAndy Wingo2017-04-191-3/+6
* SRFI-19: Update the table of leap seconds.Mark H Weaver2016-05-221-3/+4
* SRFI-19: Update the table of leap seconds.Mark H Weaver2014-03-031-3/+6
* ISO 8601 time format specifies zero padding for hours, not blank padding.Ian Price2012-08-271-4/+4
* srfi-19 refactorAndy Wingo2011-08-041-263/+259
* recommend #:replaceAndy Wingo2010-07-171-1/+1
* Fix SRFI-19 exports.Ludovic Courtès2010-01-111-11/+6
* Remove unused top-level variables.Ludovic Courtès2010-01-111-3/+0
* Fix typos leading to wrong argument counts.Ludovic Courtès2009-11-071-1/+1
* Fix typos leading to unbound variable references.Ludovic Courtès2009-10-221-12/+21
* Remove unused variables in ice-9/goops/srfi/scripts.Ludovic Courtès2009-09-211-3/+1
* Complete changing license to LGPLv3+Neil Jerram2009-06-171-1/+1
* fix mismerge on srfi-19.scmAndy Wingo2009-01-121-2/+2
* Merge commit 'origin/master' into vmAndy Wingo2009-01-121-1/+1
* avoid delivering 0 values to 1-valued continuations in srfi-19Andy Wingo2008-11-011-16/+11
* move scm srfi files to module/srfi, and compile them.Andy Wingo2008-11-011-0/+1491