[initial revision, including draft of Clock and outlines of TAI and Calendar Ashley Yakeley **20050223051959] [make diff times instances of Num Ashley Yakeley **20050223102859] [export addUTCTime and diffUTCTime Ashley Yakeley **20050223103517] [get TAI to compile Ashley Yakeley **20050223104825] [clean up Makefile Ashley Yakeley **20050223105807] [get Calendar to compile, make TestTime a proper test, create CurrentTime to show the current time Ashley Yakeley **20050302045455] [more haddock comments, timezone conversion functions Ashley Yakeley **20050302105353] [add dayToCalendar function, with test Ashley Yakeley **20050302111218] [more calendar functions, plus test for UTC - Calendar conversion Ashley Yakeley **20050304062446] [UT1 calendar functions, with test Ashley Yakeley **20050307231745] [clean up Makefile Ashley Yakeley **20050307234736] [remove -fglasgow-exts, add -Wall -Werror to all library modules Ashley Yakeley **20050308014033] [TAG pre-Data.Fixed Ashley Yakeley **20050309023537] [new Data.Fixed module with test, move System.Time.* to Fixed arithmetic Ashley Yakeley **20050309090708] [use realToFrac Ashley Yakeley **20050321063144] [getCurrentTimezone, with test Ashley Yakeley **20050321063722] [fix Enums to conform with Haskell 98 (and GHC 6.4) ashley@semantic.org**20050412070257] [use correct time C header ashley@semantic.org**20050412070658] [Makefile to clean properly ashley@semantic.org**20050414074618] [convert to Cabal ashley@semantic.org**20050414074706] [time-zone test Ashley Yakeley **20050426074829] [correct time-zone handling Ashley Yakeley **20050427084746] [fix posixToCTime for compile on 6.4 ashley@semantic.org**20050428060229] [expose getTimeZone ashley@semantic.org**20050428060304] [rename id to Timezone ashley@semantic.org**20050428060331] [midnight and midday Ashley Yakeley **20050428094526] [Eq and Ord instances for UTCTime Ashley Yakeley **20050428095224] [add ShowDST test program Ashley Yakeley **20050428101216] [generalise calendar type, split Calendar module Ashley Yakeley **20050429061553] [first attempt at formatting (with failing test) Ashley Yakeley **20050501083554] [add DST field to Timezone Ashley Yakeley **20050501090511] [add GNU and other extensions to formatting Ashley Yakeley **20050501120816] [generalise types with classes, introduce zoned time Ashley Yakeley **20050502110940] [fix for Makefile ashley@semantic.org**20050502223300] [add %s format option to ZonedTime ashley@semantic.org**20050504081517] [add name to Timezone Ashley Yakeley **20050504111642] [build/test target fiddling in Makefile Ashley Yakeley **20050505071736] [better type for formatCharacter Ashley Yakeley **20050505071849] [separate tests into dir, new ISOWeek and YearDay modules, pull Format code into module, new ConvertBack test Ashley Yakeley **20050508013922] [Clock documentation Ashley Yakeley **20050508121059] [TAI documentation Ashley Yakeley **20050509040836] [test in Makefile Ashley Yakeley **20050509041205] [fix decodeDay in ISOWeek, with improved ConvertBack test Ashley Yakeley **20050509043746] [remove maybeDecodeDay Ashley Yakeley **20050509082416] [fix week-based formatting chars, with more testing Ashley Yakeley **20050510103355] [organise week functions Ashley Yakeley **20050510110321] [clean up some type names, more doc Ashley Yakeley **20050511090236] [CalendarTime synonym with convenience functions Ashley Yakeley **20050511093027] [better tz for test Ashley Yakeley **20050512055047] [better C type for name param Ashley Yakeley **20050512055554] [XCode 2.0 project Ashley Yakeley **20050516083636] [clean up XCode project & makefile Ashley Yakeley **20050518081306] [hide submodules in Haddock docs Ashley Yakeley **20050518081423] [use "time" for package name Ashley Yakeley **20050523001650] [put doc index in project Ashley Yakeley **20050523001727] [use BSD license Ashley Yakeley **20050704034114] [split up System.Time.Clock Ashley Yakeley **20050704001558] [migrate to XCode 2.1 Ashley Yakeley **20050704002110] [fix cabal file private mods Ashley Yakeley **20050704232513] [add missing Current file Ashley Yakeley **20050704232749] [fix exposed/hidden module lists in cabal file Ashley Yakeley **20050707083732] [difftime doc seconds Ashley Yakeley **20050708112821] [rename ISOWeek to ISOWeekDay Ashley Yakeley **20050708112901] [Separate out DayEncoding into Days.hs Ashley Yakeley **20050710120345] [Major simplification of calendar types Ashley Yakeley **20050804005141] [move from System to Data Ashley Yakeley **20050804045618] [correct showing of years before 1000 CE, with test Ashley Yakeley **20050804062738] [clip incorrect values in converters, with tests Ashley Yakeley **20050806060128] [new gregorianMonthLength function Ashley Yakeley **20050806203812] [conversion documentation Ashley Yakeley **20050806204234] [more time doc Ashley Yakeley **20050806210350] [rename names in Data.Time.Calendar.Calendar Ashley Yakeley **20050806213839] [reorg modules with new LocalTime hier Ashley Yakeley **20050806224620] [Timezone -> TimeZone Ashley Yakeley **20050806231646] [fix TimeLib.cabal Ashley Yakeley **20050806232516] [tiny doc fix Ashley Yakeley **20050807041505] [rename to-converter functions Ashley Yakeley **20050807042437] [rename Date to Day Ashley Yakeley **20050807050537] [reorder modules in Makefile Ashley Yakeley **20050807082733] [add months (with test) Ashley Yakeley **20050807085139] [clean up deps Ashley Yakeley **20050807085959] [rename ISOWeekDay to ISO8601Week Ashley Yakeley **20050807090457] [utcToLocalZonedTime Ashley Yakeley **20050807223619] [rename UTCDiffTime to NominalDiffTime Ashley Yakeley **20050807224056] [use cases (as test) Ashley Yakeley **20050808081652] [add missing file Ashley Yakeley **20050808084455] [add missing file Ashley Yakeley **20050808084548] [remove empty dir Ashley Yakeley **20050808084914] [get taiToUTCTime working (with test) Ashley Yakeley **20051031051909] [comments Ashley Yakeley **20051031052038] [set cabal to 0.2 Ashley Yakeley **20051031060647] [instance Show UTCTime Ashley Yakeley **20051102074856] [more sensible identifer names Ashley Yakeley **20051113014546] [version 0.2.1 Ashley Yakeley **20051113015015] [ZonedTime id names Ashley Yakeley **20051113015419] [new MonthDay module Ashley Yakeley **20051113111158] [Julian and Easter calendars Ashley Yakeley **20051114094201] [move ISO8601Week to separate module space Ashley Yakeley **20051114094903] [fix identifier in UseCases.lhs Ashley Yakeley **20051114095001] [move out MonthDay and YearDay Ashley Yakeley **20051128031530] [fix tests; rename ISO 8601 modules Ashley Yakeley **20051128040614] [more sensible WeekDate and OrdinalDate names Ashley Yakeley **20051128044059] [version 0.3 Ashley Yakeley **20051128044154] [haddock comments for formatTime and others Ashley Yakeley **20051217221053] [move Data.Time.TAI to Data.Time.Clock.TAI Ashley Yakeley **20051217221951] [sort out POSIX module mess Ashley Yakeley **20051217232041] [Big Split into separate fixed and time packages Ashley Yakeley **20060206054230] [add missing file; README file; root Makefile clean fix Ashley Yakeley **20060206063647] [TAG 0.3 Ashley Yakeley **20060206080055] [TAG 0.3 Ashley Yakeley **20060319034424] [export isLeapYear in Calendar; new version Ashley Yakeley **20060319034759]