Fix a file overwrite bug in llvm-ar introduced by changes to
[oota-llvm.git] / lib / System / Win32 / Signals.cpp
2004-11-16 Reid SpencerSimplify code.
2004-11-15 Reid SpencerAdjust implementation to match new interface.
2004-11-05 Reid SpencerStop propagating method names that violate the coding...
2004-10-14 Reid SpencerUse __MINGW instead of __MING. Patch contributed by...
2004-09-30 Misha BrukmanThat should actually be __MING, not __MINGW.
2004-09-30 Misha BrukmanCheck for __MINGW define instead of __MINGW_H, patch...
2004-09-28 Reid SpencerUse llvm::sys::Path to destroy the file.
2004-09-23 Reid SpencerPatch for MINGW. Patch provided by Henrik Bach.
2004-09-19 Reid SpencerMinor correction to Signals implementation.
2004-09-17 Reid SpencerMake sure critical sections are entered before trying...
2004-09-16 Reid SpencerImplement the signals interface for Win32.
2004-08-29 Reid SpencerInitial platform independent implementation of operatin...