summaryrefslogtreecommitdiff
path: root/libraries/base/System
Commit message (Expand)AuthorAgeFilesLines
* JS: fix getpid (fix #23399)Sylvain Henry2023-05-161-1/+1
* base: Introduce printToHandleFinalizerExceptionHandlerBen Gamari2023-05-161-0/+1
* base: Export {get,set}ExceptionFinalizer from System.Mem.WeakBen Gamari2023-05-161-0/+8
* Implement executablePath for Solaris and make getBaseDir less platform-dependentPHO2023-04-232-7/+25
* JS: fix issues with FD api supportSylvain Henry2023-04-031-2/+2
* JS: replace "js" architecture with "javascript"Sylvain Henry2023-02-065-11/+11
* linker: Fix BFD import librariesTamar Christina2023-02-031-0/+1
* Windows: Remove mingwex dependencyRyan Scott2023-02-031-58/+80
* Correct `exitWith` Haddocksamesgen2022-12-181-7/+5
* base: add missing autoconf checks for waitpid/umaskCheng Shao2022-12-171-0/+11
* Add initial support for LoongArch Architecture.lrzlin2022-12-081-0/+2
* Add Javascript backendSylvain Henry2022-11-296-22/+209
* Add since pragmas for c_interruptible_open and hostIsThreadedBodigrim2022-11-201-0/+10
* base: avoid using unsupported posix functionality on wasm32Cheng Shao2022-11-111-2/+60
* base: fall back to using monotonic clock to emulate cputime on wasm32Cheng Shao2022-11-113-0/+29
* build: get rid of `HAVE_TIME_H`Nicolas Trangez2022-10-211-2/+0
* Document that threadDelay / timeout are susceptible to overflows on 32-bit ma...Bodigrim2022-08-101-1/+3
* fix executablePath test for NetBSDFraser Tweedale2022-05-261-0/+4
* Make modules in base stable.Hécate Moonlight2022-02-285-5/+5
* Implement System.Environment.getExecutablePath for NetBSDPHO2022-02-091-4/+12
* Add the Ix class to Foreign C integral typesHécate Moonlight2022-02-041-1/+2
* Fix a few Note inconsistenciesBen Gamari2022-02-011-1/+0
* base: Add CTYPE pragmas to all foreign typesBen Gamari2022-01-191-24/+24
* winio: fix heap corruption and various leaks.Tamar Christina2022-01-151-12/+12
* base: fix clockid_t usage when it's a pointer type in CCheng Shao2021-12-141-4/+5
* Hadrian: fix windows cross-build (#20657)Sylvain Henry2021-11-151-1/+2
* Fix spellingSylvain Henry2021-08-021-1/+1
* Improve documentation of openTempFile argsJulian Ospald2021-08-021-1/+3
* Implement improved "get executable path" queryFraser Tweedale2021-07-062-2/+65
* Correct haddock annotations in GetOptDavid2021-06-191-3/+3
* Make openFile exception safeDavid Feuer2021-02-222-18/+69
* Correct documentation in System.Mem.WeakCheng Shao2021-01-191-17/+11
* Correct doctestsOleg Grenrus2021-01-021-0/+4
* Add linting of `base` to the CIHécate2020-10-091-1/+1
* Remove redundant "do", "return" and language extensions from baseHécate2020-09-232-10/+8
* Remove all the unnecessary LANGUAGE pragmasHécate2020-08-052-4/+1
* Implement `fullCompilerVersion`Hécate2020-07-181-10/+26
* winio: Rename SmartHandles to StdHandlesAndreas Klebinger2020-07-151-1/+1
* winio: Implement new tempfile routines for winioTamar Christina2020-07-151-5/+39
* winio: Multiple refactorings and support changes.Tamar Christina2020-07-151-1/+1
* winio: Refactor Buffer structures to be able to track async operationsTamar Christina2020-07-151-4/+5
* Add most common return values for `os` and `arch`Hécate2020-07-011-1/+44
* Fix #12073: Add MonadFix Q instanceOleg Grenrus2020-06-131-1/+4
* Fix the changelog/@since information for hGetContents'/getContents'/readFile'Ryan Scott2020-04-011-2/+2
* base: add strict IO functions: readFile', getContents', hGetContents'Lysxia2020-03-161-0/+21
* base: Make `open` calls interruptibleBen Gamari2020-03-141-1/+3
* base: use an explicit import list in System.Environment.ExecutablePathAlp Mestanogullari2020-02-281-1/+1
* Fix more typos, via an improved Levenshtein-style correctorBrian Wignall2020-01-121-1/+1
* Fix typos, via a Levenshtein-style correctorBrian Wignall2020-01-041-1/+1
* Fix typos, using Wikipedia list of common typosBrian Wignall2019-11-281-1/+1