summaryrefslogtreecommitdiff
path: root/ghc/lib/std/cbits/getCPUTime.c
Commit message (Collapse)AuthorAgeFilesLines
* [project @ 2001-05-08 08:55:17 by simonmar]simonmar2001-05-081-166/+0
| | | | | Drop in CPUTime library replacement. Still needs to be ported to Win32.
* [project @ 2000-04-06 17:54:01 by rrt]rrt2000-04-061-5/+5
| | | | | | | Fixed getCPUTime for Windows, which was seriously broken (arithmetically, logically &c. &c.). showTime now calls tzset under Cygwin just as timezone.c does.
* [project @ 1999-09-30 15:50:02 by sof]sof1999-09-301-7/+7
| | | | Simplified the interface between CPUTime.getCPUTime and getCPUTime()
* [project @ 1999-05-03 13:22:29 by sof]sof1999-05-031-1/+51
| | | | Win32'ified
* [project @ 1999-03-01 09:04:07 by sof]sof1999-03-011-5/+9
| | | | mingw32 tweaks
* [project @ 1998-12-02 13:17:09 by simonm]simonm1998-12-021-0/+112
| | | | Move 4.01 onto the main trunk.
* [project @ 1998-04-10 11:33:12 by simonm]simonm1998-04-101-105/+0
| | | | clean up the mess.
* [project @ 1998-04-10 10:54:14 by simonm]simonm1998-04-101-0/+105
New Run-Time System Support, includes: - New code generator - Modifications to the mangler - Unboxed Tuple support - Various other minor changes.