[commit: packages/time] format-widths, improve-leapseconds, master, posix-perf, tasty, wip/travis: first attempt at formatting (with failing test) (2678bff)
git at git.haskell.org
git at git.haskell.org
Mon Feb 20 21:07:45 UTC 2017
- Previous message: [commit: packages/time] format-widths, improve-leapseconds, master, posix-perf, tasty, wip/travis: generalise calendar type, split Calendar module (78c7468)
- Next message: [commit: packages/time] format-widths, improve-leapseconds, master, posix-perf, tasty, wip/travis: add DST field to Timezone (471f5ea)
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Repository : ssh://git@git.haskell.org/time
On branches: format-widths,improve-leapseconds,master,posix-perf,tasty,wip/travis
Link : http://git.haskell.org/packages/time.git/commitdiff/2678bff94d02f6b646ce73392af6ce59d2af8aa6
>---------------------------------------------------------------
commit 2678bff94d02f6b646ce73392af6ce59d2af8aa6
Author: Ashley Yakeley <ashley at semantic.org>
Date: Sun May 1 01:35:54 2005 -0700
first attempt at formatting (with failing test)
darcs-hash:20050501083554-ac6dd-bd83ee2a88e471f1e5e1a828d6de6bd9e5447b7b
>---------------------------------------------------------------
2678bff94d02f6b646ce73392af6ce59d2af8aa6
Makefile | 40 ++++++++++++++++----------
System/Time/Calendar.hs | 2 ++
System/Time/Calendar/Calendar.hs | 17 ++++++++---
System/Time/Calendar/Format.hs | 21 ++++++++++++++
System/Time/Calendar/Gregorian.hs | 50 ++++++++++++++++++++++++++++++---
System/Time/Calendar/Private.hs | 13 +++++++++
System/Time/Calendar/TimeOfDay.hs | 21 ++++++++++----
System/Time/Calendar/Timezone.hs | 16 +++++++----
System/Time/Clock.hs | 2 +-
TestFormat.hs | 59 +++++++++++++++++++++++++++++++++++++++
TestFormatStuff.c | 14 ++++++++++
TestFormatStuff.h | 6 ++++
TestTime.hs | 10 ++-----
TimeLib.cabal | 2 +-
14 files changed, 231 insertions(+), 42 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 2678bff94d02f6b646ce73392af6ce59d2af8aa6
- Previous message: [commit: packages/time] format-widths, improve-leapseconds, master, posix-perf, tasty, wip/travis: generalise calendar type, split Calendar module (78c7468)
- Next message: [commit: packages/time] format-widths, improve-leapseconds, master, posix-perf, tasty, wip/travis: add DST field to Timezone (471f5ea)
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the ghc-commits
mailing list