cvs commit: fptools/ghc/rts RtsSignals.h Schedule.c
fptools/ghc/rts/posix Signals.c fptools/ghc/rts/win32 AwaitEvent.c
ConsoleHandler.c ConsoleHandler.h
Simon Marlow
simonmar at microsoft.com
Thu Nov 3 10:15:14 EST 2005
simonmar 2005/11/03 07:15:14 PST
Modified files:
ghc/rts RtsSignals.h Schedule.c
ghc/rts/posix Signals.c
ghc/rts/win32 AwaitEvent.c ConsoleHandler.c
ConsoleHandler.h
Log:
Fixes for console event handling on Win32 in the threaded/SMP runtime.
(it now builds, but is untested).
Revision Changes Path
1.2 +0 -1 fptools/ghc/rts/RtsSignals.h
1.271 +10 -7 fptools/ghc/rts/Schedule.c
1.2 +0 -2 fptools/ghc/rts/posix/Signals.c
1.8 +2 -0 fptools/ghc/rts/win32/AwaitEvent.c
1.10 +13 -17 fptools/ghc/rts/win32/ConsoleHandler.c
1.4 +1 -1 fptools/ghc/rts/win32/ConsoleHandler.h
More information about the Cvs-ghc
mailing list