[commit: packages/time] master: clip incorrect values in converters, with tests (b107508)
git at git.haskell.org
git at git.haskell.org
Sun Dec 20 07:47:48 UTC 2015
Repository : ssh://git@git.haskell.org/time
On branch : master
Link : http://git.haskell.org/packages/time.git/commitdiff/b107508b2e78edf6ba7b42b5e9cbd6247ed1dc7c
>---------------------------------------------------------------
commit b107508b2e78edf6ba7b42b5e9cbd6247ed1dc7c
Author: Ashley Yakeley <ashley at semantic.org>
Date: Fri Aug 5 23:01:28 2005 -0700
clip incorrect values in converters, with tests
darcs-hash:20050806060128-ac6dd-bbc8cb9b16607d205fcf9b10a927e23c33a971e1
>---------------------------------------------------------------
b107508b2e78edf6ba7b42b5e9cbd6247ed1dc7c
Data/Time/Calendar/Gregorian.hs | 10 +-
Data/Time/Calendar/ISOWeekDay.hs | 13 +-
Data/Time/Calendar/Private.hs | 5 +
Data/Time/Calendar/YearDay.hs | 2 +-
TimeLib.xcodeproj/project.pbxproj | 8 +
test/ClipDates.hs | 24 ++
test/ClipDates.ref | 561 ++++++++++++++++++++++++++++++++++++++
test/LongWeekYears.hs | 17 ++
test/LongWeekYears.ref | 150 ++++++++++
test/Makefile | 8 +-
10 files changed, 787 insertions(+), 11 deletions(-)
Diff suppressed because of size. To see it, use:
git diff-tree --root --patch-with-stat --no-color --find-copies-harder --ignore-space-at-eol --cc b107508b2e78edf6ba7b42b5e9cbd6247ed1dc7c
More information about the ghc-commits
mailing list