summaryrefslogtreecommitdiff
path: root/module/srfi/srfi-19.scm
AgeCommit message (Expand)AuthorFilesLines
2019-06-18SRFI-19: Rename 'tai-epoch-in-jd' to 'utc-epoch-in-jd'.Mark H Weaver1-11/+11
2018-12-11Support ~N in SRFI-19 string->dateDaniel Llorens1-0/+22
2018-10-24SRFI-19: Minor refactor of leap second table lookups.Mark H Weaver1-28/+22
2018-10-24SRFI-19: time-utc->date: Support non-integer nanoseconds values.Mark H Weaver1-1/+1
2018-10-21SRFI-19: Check for incompatible types in time comparisons.Mark H Weaver1-7/+12
2018-10-21SRFI-19: Fix normalization of seconds and nanoseconds in time records.Mark H Weaver1-18/+16
2018-10-20SRFI-19: Fix handling of negative years and negative julian days.Mark H Weaver1-27/+38
2018-10-20SRFI-19: Fix TAI->UTC conversions, leap second handling, etc.Mark H Weaver1-87/+58
2018-10-16Fix typos, indentation and error reporting in SRFI-19.Mark H Weaver1-91/+99
2018-10-16Update SRFI-19 leap second table.Mark H Weaver1-1/+2
2018-07-24srfi-19: Remove unused procedure.Ludovic Courtès1-19/+1
2017-04-22SRFI-19: Swap seconds and nanoseconds in 'current-time-monotonic'.Ludovic Courtès1-2/+2
2017-04-19Fix date->string ~f operator to not emit leading zerosAndy Wingo1-18/+8
2017-04-19Fixed bug: ~N mishandles small nanoseconds valueAndrew Moss1-1/+1
2017-04-19SRFI-19 current-time-monotonic returns time of right typeAndy Wingo1-3/+6
2016-05-22SRFI-19: Update the table of leap seconds.Mark H Weaver1-3/+4
2014-03-03SRFI-19: Update the table of leap seconds.Mark H Weaver1-3/+6
2012-08-27ISO 8601 time format specifies zero padding for hours, not blank padding.Ian Price1-4/+4
2011-08-04srfi-19 refactorAndy Wingo1-263/+259
2010-07-17recommend #:replaceAndy Wingo1-1/+1
2010-01-11Fix SRFI-19 exports.Ludovic Courtès1-11/+6
2010-01-11Remove unused top-level variables.Ludovic Courtès1-3/+0
2009-11-07Fix typos leading to wrong argument counts.Ludovic Courtès1-1/+1
2009-10-22Fix typos leading to unbound variable references.Ludovic Courtès1-12/+21
2009-09-21Remove unused variables in ice-9/goops/srfi/scripts.Ludovic Courtès1-3/+1
2009-06-17Complete changing license to LGPLv3+Neil Jerram1-1/+1
2009-01-12fix mismerge on srfi-19.scmAndy Wingo1-2/+2
2009-01-12Merge commit 'origin/master' into vmAndy Wingo1-1/+1
2008-11-01avoid delivering 0 values to 1-valued continuations in srfi-19Andy Wingo1-16/+11
2008-11-01move scm srfi files to module/srfi, and compile them.Andy Wingo1-0/+1491