aboutsummaryrefslogtreecommitdiffstats
path: root/lib/System/Win32/Signals.inc
Commit message (Expand)AuthorAgeFilesLines
* It's dangerous coding on Mondays.Jeff Cohen2005-08-021-8/+5
* Implement SetInterruptFunction for Windows.Jeff Cohen2005-08-021-1/+25
* Implement sys::SetInterruptFunction on Unix, stub it on win32 so that theChris Lattner2005-08-021-0/+4
* Make Win32 implementation conform to new paradigmJeff Cohen2005-07-081-2/+2
* Fix VC++ breakageJeff Cohen2005-07-081-2/+2
* Remove vim settings from source code; people should use llvm/utils/vim/vimrcMisha Brukman2005-05-051-1/+0
* Change __MINGW to __MINGW32__. Patch submitted by Henrik Bach.Jeff Cohen2005-02-191-1/+1
* Simplify code.Reid Spencer2004-11-161-2/+1
* Adjust implementation to match new interface.Reid Spencer2004-11-151-2/+2
* Stop propagating method names that violate the coding standardReid Spencer2004-11-051-3/+3
* Use __MINGW instead of __MING. Patch contributed by Henrik Bach.Reid Spencer2004-10-141-1/+1
* That should actually be __MING, not __MINGW.Misha Brukman2004-09-301-1/+1
* Check for __MINGW define instead of __MINGW_H, patch by Henrik Bach.Misha Brukman2004-09-301-1/+1
* Use llvm::sys::Path to destroy the file.Reid Spencer2004-09-281-4/+5
* Patch for MINGW. Patch provided by Henrik Bach.Reid Spencer2004-09-231-2/+6
* Minor correction to Signals implementation.Reid Spencer2004-09-191-14/+24
* Make sure critical sections are entered before trying to leave them.Reid Spencer2004-09-171-1/+12
* Implement the signals interface for Win32.Reid Spencer2004-09-161-6/+183
* Initial platform independent implementation of operating system conceptReid Spencer2004-08-291-0/+37