summaryrefslogtreecommitdiff
path: root/libraries/base/System/CPUTime.hsc
Commit message (Expand)AuthorAgeFilesLines
* JS: replace "js" architecture with "javascript"wip/T22740Sylvain Henry2023-02-061-1/+1
* Add Javascript backendSylvain Henry2022-11-291-0/+3
* Fix typos, using Wikipedia list of common typosBrian Wignall2019-11-281-1/+1
* Scrap IRIX supportHerbert Valerio Riedel2016-03-281-1/+1
* base: Fix ClockGetTime on OS XBen Gamari2016-03-241-1/+1
* base: Rework System.CPUTimeBen Gamari2016-03-201-121/+27
* Remove cygwin32_HOST_OS #ifdefsErik de Castro Lopo2015-10-261-11/+11
* Update Foreign.* for Safe Haskell now that they're safe by defaultDavid Terei2014-11-211-1/+1
* Remove redundant explicit `Prelude` importsHerbert Valerio Riedel2014-10-191-2/+0
* Drop redundant `{-# LANGUAGE #-}` pragmasHerbert Valerio Riedel2013-09-281-1/+1
* Constant-fold `__GLASGOW_HASKELL__` CPP conditionalsHerbert Valerio Riedel2013-09-171-7/+1
* Remove Hugs98 specific codeHerbert Valerio Riedel2013-09-171-4/+0
* Remove nhc98-specific files and contentIan Lynagh2013-02-151-6/+0
* Removes the assumption that CLK_TCK is a constant (#7519)Simon Marlow2013-01-231-21/+3
* Don't use stdcall on Win64: It isn't supported; ccall is used insteadIan Lynagh2012-05-161-2/+13
* Use capi to define the fcntl FFI importsIan Lynagh2011-11-291-1/+1
* Use capi some more (part of #5480)Ian Lynagh2011-11-291-1/+1
* Make a wrapper for getrusage; part of #5480Ian Lynagh2011-11-251-1/+1
* Simplify some CPPIan Lynagh2011-11-251-4/+2
* Update base for latest Safe Haskell.David Terei2011-10-251-0/+1
* Fix build on WindowsIan Lynagh2011-09-131-2/+3
* SafeHaskell: Added SafeHaskell to baseDavid Terei2011-06-181-1/+2
* Use CSUSeconds in getCPUTime and getCurrentTime. Fixes #4247.William Knop2011-06-111-2/+2
* Use explicit language extensions & remove extension fields from base.cabalsimonpj@microsoft.com2011-01-281-0/+2
* fix warning on WindowsSimon Marlow2010-09-131-0/+2
* avoid Foreign.unsafePerformIORoss Paterson2010-09-091-1/+2
* Stifle warning about unused return valuebenl@cse.unsw.edu.au2010-02-031-1/+1
* Use throwErrnoIfMinus1_ when calling getrusageIan Lynagh2009-07-101-1/+1
* #include <sys/times.h> if we have it (should fix build problems)Simon Marlow2009-06-291-0/+5
* Make this file independent of HsBase.h, use HsBaseConfig.h onlySimon Marlow2009-06-221-1/+24
* Fix validate (on Windows)Simon Marlow2009-05-291-1/+3
* Make two type defaults explicitsimonpj@microsoft.com2009-05-291-2/+5
* untabifyDon Stewart2008-03-101-10/+10
* FIX #1621: bug in Windows code for getCPUTimeSimon Marlow2007-12-051-2/+2
* [project @ 2005-10-18 11:36:25 by simonmar]simonmar2005-10-181-2/+2
* [project @ 2005-01-28 13:36:25 by simonmar]simonmar2005-01-281-2/+2
* [project @ 2004-06-13 21:03:46 by panne]panne2004-06-131-4/+5
* [project @ 2004-03-27 14:15:24 by panne]panne2004-03-271-1/+1
* [project @ 2004-03-03 19:25:41 by malcolm]malcolm2004-03-031-0/+6
* [project @ 2003-09-25 14:44:36 by sof]sof2003-09-251-2/+8
* [project @ 2002-12-19 15:23:29 by ross]ross2002-12-191-2/+12
* [project @ 2002-08-30 13:27:42 by stolz]stolz2002-08-301-5/+5
* [project @ 2002-04-26 13:34:05 by simonmar]simonmar2002-04-261-2/+0
* [project @ 2002-04-24 16:31:37 by simonmar]simonmar2002-04-241-2/+2
* [project @ 2002-04-24 16:01:51 by simonmar]simonmar2002-04-241-6/+6
* [project @ 2002-02-11 12:29:13 by simonmar]simonmar2002-02-111-2/+2
* [project @ 2001-12-21 15:07:20 by simonmar]simonmar2001-12-211-6/+6
* [project @ 2001-08-17 12:50:34 by simonmar]simonmar2001-08-171-3/+3
* [project @ 2001-07-31 12:50:18 by simonmar]simonmar2001-07-311-3/+3
* [project @ 2001-06-29 09:44:03 by simonmar]simonmar2001-06-291-5/+5