summaryrefslogtreecommitdiff
path: root/rts/win32/ConsoleHandler.c
Commit message (Expand)AuthorAgeFilesLines
* winio: fix heap corruption and various leaks.Tamar Christina2022-01-151-1/+1
* winio: Multiple refactorings and support changes.Tamar Christina2020-07-151-3/+4
* Expunge #ifdef and #ifndef from the codebaseJohn Ericson2019-07-141-3/+3
* Remove markSignalHandlersÖmer Sinan Ağacan2018-04-161-12/+0
* rts: Label all threads created by the RTSBen Gamari2017-10-161-6/+8
* Prefer #if defined to #ifdefBen Gamari2017-04-281-1/+1
* Use C99's boolBen Gamari2016-11-291-14/+14
* Revert "rts: add Emacs 'Local Variables' to every .c file"Simon Marlow2014-09-291-8/+0
* rts: add Emacs 'Local Variables' to every .c fileAustin Seipp2014-07-281-0/+8
* rts: delint/detab/dewhitespace win32/ConsoleHandler.cAustin Seipp2014-07-281-87/+88
* Windows build fixesSimon Marlow2009-08-031-2/+0
* notice ^C exceptions when waiting for I/OSimon Marlow2008-11-131-0/+3
* FIX part of #2301, and #1619Simon Marlow2008-07-091-0/+6
* Reorganisation to fix problems related to the gct register variableSimon Marlow2008-04-161-1/+1
* protect console handler against concurrent access (#1922)Simon Marlow2007-12-041-3/+11
* Free more things that we allocate2006-12-16Ian Lynagh2006-12-151-0/+5
* Add support for the IO manager thread on WindowsSimon Marlow2006-12-011-13/+23
* remove unused includes, now that Storage.h & Stable.h are included by Rts.hSimon Marlow2006-11-151-2/+0
* add a few #includes to make it compilesof@galois.com2006-11-011-1/+4
* Free Win32 Handles on shutdownSimon Marlow2006-08-251-0/+8
* markSignalHandlers(): implementation was unnecessary, and had a bugsimonmar@microsoft.com2006-06-061-4/+2
* Reorganisation of the source treeSimon Marlow2006-04-071-0/+313