aboutsummaryrefslogtreecommitdiff
path: root/lib/System/Win32/Signals.cpp
AgeCommit message (Expand)Author
2005-01-09Rename Unix/*.cpp and Win32/*.cpp to have a *.inc suffix so that the sillyReid Spencer
2004-11-16Simplify code.Reid Spencer
2004-11-15Adjust implementation to match new interface.Reid Spencer
2004-11-05Stop propagating method names that violate the coding standardReid Spencer
2004-10-14Use __MINGW instead of __MING. Patch contributed by Henrik Bach.Reid Spencer
2004-09-30That should actually be __MING, not __MINGW.Misha Brukman
2004-09-30Check for __MINGW define instead of __MINGW_H, patch by Henrik Bach.Misha Brukman
2004-09-28Use llvm::sys::Path to destroy the file.Reid Spencer
2004-09-23Patch for MINGW. Patch provided by Henrik Bach.Reid Spencer
2004-09-19Minor correction to Signals implementation.Reid Spencer
2004-09-17Make sure critical sections are entered before trying to leave them.Reid Spencer
2004-09-16Implement the signals interface for Win32.Reid Spencer
2004-08-29Initial platform independent implementation of operating system conceptReid Spencer