summaryrefslogtreecommitdiff
path: root/libraries/base/cbits
Commit message (Expand)AuthorAgeFilesLines
* Pure Haskell implementation of GHC.UnicodePierre Le Marre2022-06-014-5619/+0
* Fix a few Note inconsistenciesBen Gamari2022-02-011-1/+1
* winio: fix heap corruption and various leaks.Tamar Christina2022-01-151-2/+2
* base: Update Unicode database to 14.0Ben Gamari2021-10-033-51/+147
* Use Info Table Provenances to decode cloned stack (#18163)Sven Tennie2021-09-231-0/+26
* Move `/includes` to `/rts/include`, sort per package betterJohn Ericson2021-08-091-2/+2
* Make `PosixSource.h` installed and under `rts/`John Ericson2021-08-091-1/+1
* base: Update Unicode data to 13.0.0Ben Gamari2021-05-112-34/+84
* winio: fix detection of tty terminalsTamar Christina2020-07-261-2/+2
* winio: Fix potential spaceleak in __createUUIDTempFileErrNoAndreas Klebinger2020-07-151-0/+4
* winio: update temp path so GCC etc can handle it.Tamar Christina2020-07-151-3/+10
* winio: Various fixes related to rebase and testdriverTamar Christina2020-07-151-0/+27
* winio: Implement new tempfile routines for winioTamar Christina2020-07-151-0/+48
* winio: fix FileSize unstat-able handlesTamar Christina2020-07-151-0/+14
* winio: core threaded I/O managerTamar Christina2020-07-151-2/+2
* winio: Multiple refactorings and support changes.Tamar Christina2020-07-152-29/+15
* winio: Implement new Console APITamar Christina2020-07-151-0/+470
* base: Update Unicode database to 12.1.0Ben Gamari2020-02-121-4/+3
* base: Expose GHC.Unicode.unicodeVersionBen Gamari2020-02-123-12/+39
* Windows: Update tarballs to GCC 9.2 and remove MAX_PATH limit.Tamar Christina2019-10-201-1/+1
* Windows: make openTempFile fully atomic.Tamar Christina2019-09-111-29/+45
* Use C99 Fixed width types to avoid hack in base's configureJohn Ericson2019-09-011-15/+15
* stg_floatToWord32zh: zero-extend the Word32 (#16617)Kevin Buhr2019-05-081-1/+2
* Update Trac ticket URLs to point to GitLabRyan Scott2019-03-151-2/+2
* Update unicode tables to v. 12 of the standardArtem Pelenitsyn2018-08-232-958/+1306
* Fixes isAlphaNum re. isAlpha/isNumber and doc fix (trac issue #10412)ARJANEN Loïc Jean David2018-04-191-2/+0
* Various Windows / Cross Compile to Windows fixesMoritz Angermann2018-03-021-0/+2
* Make System.IO.openTempFile thread-safe on WindowsTamar Christina2018-01-021-1/+44
* base: fdReady(): Return only after sycall returns after `msecs` have passedNiklas Hambüchen2017-12-111-10/+79
* fdReady: Use C99 bools / CBool in signatureNiklas Hambüchen2017-12-111-1/+1
* base: fdReady(): Fix timeouts > ~49 days overflowing. Fixes #14262.Niklas Hambüchen2017-11-241-54/+205
* base: fdReady(): Ensure and doc that return values are always -1/0/1Niklas Hambüchen2017-09-271-2/+5
* fdReady(): Fix some C -Wconversion warnings.Niklas Hambüchen2017-09-271-7/+8
* base: fdReady(): Add note about O_NONBLOCK requirementNiklas Hambüchen2017-09-261-1/+5
* A bunch of typofixesGabor Greif2017-09-261-1/+1
* base: Add more detail to FD_SETSIZE related error messageNiklas Hambüchen2017-09-191-2/+1
* base: Make it less likely for fdReady() to fail on Windows sockets.Niklas Hambüchen2017-09-191-0/+16
* base: Fix fdReady() returning immediately for pipes on Windows.Niklas Hambüchen2017-09-191-16/+30
* base: Fix fdReady() potentially running forever for Windows Char devices.Niklas Hambüchen2017-09-191-1/+10
* base: Fix fdReady() potentially running forever on Windows.Niklas Hambüchen2017-09-191-10/+20
* base: fdReady(): Improve accuracy and simplify code.Niklas Hambüchen2017-09-191-21/+10
* base: Fix mixed tabs/spaces indentation in inputReady.cNiklas Hambüchen2017-09-151-81/+80
* base/inputReady: Whitespace cleanupBen Gamari2017-06-271-84/+84
* Prefer #if defined to #ifdefBen Gamari2017-04-283-4/+4
* base: Fix hWaitForInput with timeout on POSIXBen Gamari2017-04-211-10/+30
* base: Implement bit casts between word and float typesErik de Castro Lopo2017-04-121-0/+69
* fdReady: use poll() instead of select()Simon Marlow2016-12-021-9/+33
* Rts flags cleanupSimon Marlow2016-06-101-42/+0
* Typos in comments [skip ci]Gabor Greif2015-08-031-1/+1
* Delete _MSC_VER when not necessary, fix #10511Bernard Desmyter2015-06-123-4/+4