summaryrefslogtreecommitdiff
path: root/libraries/base/System
Commit message (Expand)AuthorAgeFilesLines
* base: add newtypes for socklen_t and ndfs_t to System.Posix.Types #16568Adam Sandberg Eriksson2019-09-231-0/+15
* Add predicates for testing if IOError is ResourceVanished.Andrew Martin2019-09-131-0/+26
* Expunge #ifdef and #ifndef from the codebaseJohn Ericson2019-07-141-3/+3
* getExecutablePath: get path from sysctl on FreeBSDFraser Tweedale2019-06-271-0/+47
* Typeset Big-O complexities with Tex-style notation (#16090)Sven Tennie2019-04-171-2/+2
* base: Better document implementation implications of Data.TimeoutBen Gamari2019-04-131-16/+25
* base: Remove `Monad(fail)` method and reexport `MonadFail(fail)` insteadHerbert Valerio Riedel2019-03-221-2/+2
* Update Trac ticket URLs to point to GitLabRyan Scott2019-03-152-2/+2
* Properly escape character literals in HaddocksAlec Theriault2019-02-151-5/+5
* Remove OPTIONS_HADDOCK hide in favour for not-homeAdam Sandberg Eriksson2019-01-061-1/+1
* Fix ambiguous/out-of-scope Haddock identifiersAlec Theriault2018-08-212-5/+6
* Expose the StableName constructorDavid Feuer2018-08-201-73/+2
* base: Fix documentation of System.Environment.BlankBen Gamari2018-07-311-15/+12
* Replace atomicModifyMutVar#David Feuer2018-07-151-1/+1
* Fix 32 bit windows buildTamar Christina2018-05-281-1/+2
* Add @since annotations for derived instances in baseChaitanya Koparkar2018-03-021-2/+2
* Various documentation improvementsSergey Vinokurov2018-02-141-2/+2
* Make System.IO.openTempFile thread-safe on WindowsTamar Christina2018-01-021-33/+63
* Follow symlinks in the Win32 code for System.Environment.getExecutablePathAlp Mestanogullari2017-11-271-5/+80
* Add custom exception for fixIODavid Feuer2017-11-021-1/+6
* Loads of doc(test)sDavid Luposchainsky2017-08-171-1/+6
* Allow Windows to set blank environment variablesHabib Alamin2017-07-312-5/+201
* Initialize hs_init with UTF8 encoded arguments on Windows.Andreas Klebinger2017-07-271-86/+6
* base: Improve docs to clarify when finalizers may not be runAndrew Martin2017-07-191-0/+26
* Improve fixIODavid Feuer2017-05-031-7/+13
* Prefer #if defined to #ifdefBen Gamari2017-04-284-23/+23
* base: Check for path separators chars in openTempFile' template stringBen Gamari2017-03-291-2/+6
* Fix a tiny typoIngo Blechschmidt2017-03-031-1/+1
* Bring sanity to openTempFileBen Gamari2017-02-261-5/+8
* base: Add handling of -- to getArgs for WindowsAndreas Klebinger2017-02-231-1/+15
* Spelling only [ci skip]Gabor Greif2017-02-231-1/+1
* Properly introduce CTimer to System.Posix.TypesRyan Scott2017-01-151-7/+7
* Fix #12998 by removing CTimerRyan Scott2016-12-181-10/+7
* base: Add more POSIX types (fixes #12795)Daniel Gröber2016-12-151-3/+59
* Typos in commentsGabor Greif2016-10-311-1/+1
* Correct name of makeStableName in haddockReid Barton2016-10-161-1/+1
* Fix memory leak from #12664Bartosz Nitka2016-10-071-18/+12
* Eliminate some unsafeCoerce#s with deriving strategiesRyan Scott2016-10-011-6/+6
* Add platform warning to Foreign.C.TypesTamar Christina2016-09-101-0/+6
* Added support for deprecated POSIX functions on Windows.Tamar Christina2016-09-011-46/+17
* Typofix in System.Environment docs.Edward Z. Yang2016-08-161-1/+1
* Add @since annotations to base instancesSeraphime Kirkovski2016-06-063-0/+6
* Use the correct return type for Windows' send()/recv() (Fix #12010)Tamar Christina2016-05-191-21/+20
* Export constructors for IntPtr and WordPtrRyanGlScott2016-05-021-1/+5
* Change runtime linker to perform lazy loading of symbols/sectionsTamar Christina2016-04-111-32/+99
* Scrap IRIX supportHerbert Valerio Riedel2016-03-281-1/+1
* base: Fix ClockGetTime on OS XBen Gamari2016-03-242-2/+2
* base: Fix CPUTime on WindowsBen Gamari2016-03-201-14/+11
* base: Rework System.CPUTimeBen Gamari2016-03-207-121/+268
* Define CTYPE for more Posix typesHerbert Valerio Riedel2016-01-301-10/+10