index
:
external_llvm.git
replicant-6.0
Unnamed repository; edit this file 'description' to name the repository.
git repository hosting
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
System
/
Win32
/
Signals.inc
Commit message (
Expand
)
Author
Age
Files
Lines
*
It's dangerous coding on Mondays.
Jeff Cohen
2005-08-02
1
-8
/
+5
*
Implement SetInterruptFunction for Windows.
Jeff Cohen
2005-08-02
1
-1
/
+25
*
Implement sys::SetInterruptFunction on Unix, stub it on win32 so that the
Chris Lattner
2005-08-02
1
-0
/
+4
*
Make Win32 implementation conform to new paradigm
Jeff Cohen
2005-07-08
1
-2
/
+2
*
Fix VC++ breakage
Jeff Cohen
2005-07-08
1
-2
/
+2
*
Remove vim settings from source code; people should use llvm/utils/vim/vimrc
Misha Brukman
2005-05-05
1
-1
/
+0
*
Change __MINGW to __MINGW32__. Patch submitted by Henrik Bach.
Jeff Cohen
2005-02-19
1
-1
/
+1
*
Simplify code.
Reid Spencer
2004-11-16
1
-2
/
+1
*
Adjust implementation to match new interface.
Reid Spencer
2004-11-15
1
-2
/
+2
*
Stop propagating method names that violate the coding standard
Reid Spencer
2004-11-05
1
-3
/
+3
*
Use __MINGW instead of __MING. Patch contributed by Henrik Bach.
Reid Spencer
2004-10-14
1
-1
/
+1
*
That should actually be __MING, not __MINGW.
Misha Brukman
2004-09-30
1
-1
/
+1
*
Check for __MINGW define instead of __MINGW_H, patch by Henrik Bach.
Misha Brukman
2004-09-30
1
-1
/
+1
*
Use llvm::sys::Path to destroy the file.
Reid Spencer
2004-09-28
1
-4
/
+5
*
Patch for MINGW. Patch provided by Henrik Bach.
Reid Spencer
2004-09-23
1
-2
/
+6
*
Minor correction to Signals implementation.
Reid Spencer
2004-09-19
1
-14
/
+24
*
Make sure critical sections are entered before trying to leave them.
Reid Spencer
2004-09-17
1
-1
/
+12
*
Implement the signals interface for Win32.
Reid Spencer
2004-09-16
1
-6
/
+183
*
Initial platform independent implementation of operating system concept
Reid Spencer
2004-08-29
1
-0
/
+37