summaryrefslogtreecommitdiff
path: root/libraries/base/Data/IORef.hs
Commit message (Expand)AuthorAgeFilesLines
* s/therad/thread/Edward Z. Yang2013-12-311-1/+1
* Add Haddock `/Since: 4.6.0.0/` comments to symbolsHerbert Valerio Riedel2013-09-211-0/+6
* Constant-fold `__GLASGOW_HASKELL__` CPP conditionalsHerbert Valerio Riedel2013-09-171-6/+2
* Remove Hugs98 specific codeHerbert Valerio Riedel2013-09-171-11/+1
* Remove nhc98-specific files and contentIan Lynagh2013-02-151-17/+0
* Remove commented types in module export listsIan Lynagh2012-10-271-8/+8
* Add strict versions of modifyIORef and atomicModifyIORefJoey Adams2012-03-141-1/+47
* Update base for latest Safe Haskell.David Terei2011-10-251-0/+1
* SafeHaskell: Added SafeHaskell to baseDavid Terei2011-06-181-1/+1
* document the memory model of IORefSimon Marlow2011-05-241-0/+44
* Fix documentation for mkWeakIORef: argument is finalizer, not key or valueDmitry Astapov2011-01-191-1/+2
* Use explicit language extensions & remove extension fields from base.cabalsimonpj@microsoft.com2011-01-281-1/+2
* Remove unused imports from basesimonpj@microsoft.com2009-07-061-1/+1
* Rewrite of the IO library, including Unicode supportSimon Marlow2009-06-121-2/+4
* Start to actually use extensible exceptionsIan Lynagh2008-07-301-4/+3
* untabifyDon Stewart2008-03-081-14/+14
* [project @ 2004-10-17 00:08:08 by ross]ross2004-10-171-1/+1
* [project @ 2003-04-22 09:19:24 by ross]ross2003-04-221-4/+0
* [project @ 2003-04-17 15:23:37 by simonpj]simonpj2003-04-171-2/+2
* [project @ 2002-10-18 16:29:18 by malcolm]malcolm2002-10-181-0/+8
* [project @ 2002-10-18 13:32:56 by simonpj]simonpj2002-10-181-5/+2
* [project @ 2002-10-18 12:28:38 by ross]ross2002-10-181-1/+8
* [project @ 2002-10-18 09:51:04 by simonmar]simonmar2002-10-181-1/+15
* [project @ 2002-10-09 17:08:18 by malcolm]malcolm2002-10-091-0/+13
* [project @ 2002-07-16 16:08:58 by ross]ross2002-07-161-12/+4
* [project @ 2002-05-10 15:41:33 by simonmar]simonmar2002-05-101-6/+10
* [project @ 2002-05-09 13:16:29 by simonmar]simonmar2002-05-091-1/+1
* [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-01-02 14:40:09 by simonmar]simonmar2002-01-021-7/+14
* [project @ 2001-12-21 15:07:20 by simonmar]simonmar2001-12-211-2/+2
* [project @ 2001-07-03 11:37:49 by simonmar]simonmar2001-07-031-2/+2
* [project @ 2001-06-28 14:15:04 by simonmar]simonmar2001-06-281-0/+57