Add missing #include's to cctype when using isdigit/alpha/etc.
[oota-llvm.git] / lib / Support / Windows / TimeValue.inc
2013-10-12 Will DietzAdd missing #include's to cctype when using isdigit...
2013-07-12 NAKAMURA TakumiWindows/TimeValue.inc: Mute prefixed '0' on %d to emula...
2013-07-11 Rafael EspindolaAdd back code for supporting old mingw versions. Should...
2013-07-11 Rafael EspindolaLooks like some versions of mingw don't have errno_t...
2013-07-11 Rafael EspindolaFix a FIXME about the format and add a test.
2010-11-29 Michael J. SpencerMerge System into Support.