summaryrefslogtreecommitdiff
path: root/libraries/base/System
Commit message (Expand)AuthorAgeFilesLines
* 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
* Allow CallStacks to be frozenEric Seidel2015-12-232-4/+4
* An assortment of typosGabor Greif2015-12-081-1/+1
* Remove cygwin32_HOST_OS #ifdefsErik de Castro Lopo2015-10-261-11/+11
* base: export allocation counter/limit API from System.MemSimon Marlow2015-09-231-5/+16
* Delete the WayPar wayThomas Miedema2015-07-101-18/+0
* Removes all occurrences of __MINGW32__ (#10485)Thomas Miedema2015-06-111-7/+7
* Fix error messages from open(Binary)TempFileWithDefaultPermissionsReid Barton2015-05-191-2/+2
* Import rand using capiReid Barton2015-04-091-2/+2
* base: drop redundant Typeable derivingsHerbert Valerio Riedel2015-03-073-9/+4
* Revert "Add export lists to some modules."Austin Seipp2015-01-191-25/+2
* Add export lists to some modules.David Feuer2014-12-271-2/+25
* Convert `/Since: .../` to new `@since ...` syntaxHerbert Valerio Riedel2014-12-167-12/+12
* Set proper `CTYPE` for POSIX `CGroup`Herbert Valerio Riedel2014-12-061-1/+1
* Deprecate Data.Version.versionTags (#2496)Thomas Miedema2014-11-221-1/+1
* Improve Safe Haskell bounds for changes to base over timeDavid Terei2014-11-211-1/+1
* Update Foreign.* for Safe Haskell now that they're safe by defaultDavid Terei2014-11-212-2/+2
* `M-x delete-trailing-whitespace` & `M-x untabify`Herbert Valerio Riedel2014-10-252-40/+40
* Remove redundant explicit `Prelude` importsHerbert Valerio Riedel2014-10-197-11/+0