aboutsummaryrefslogtreecommitdiffstats
path: root/lib/System/Win32/TimeValue.inc
Commit message (Expand)AuthorAgeFilesLines
* Remove attribution from file headers, per discussion on llvmdev.Chris Lattner2007-12-291-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
* Expository comment submitted by Henrik BachJeff Cohen2004-12-161-0/+3
* Make Win32 TimeValue::toString() re-entrant and work with mingwJeff Cohen2004-12-151-5/+9
* Implement Win32 Path::getStatusInfo(), TimeValue::toString()Jeff Cohen2004-12-141-6/+12
* Per code review:Reid Spencer2004-11-161-0/+4
* Actually get the #include correct so it compiles .. duh.Reid Spencer2004-11-151-1/+1
* Win32 implementation of TimeValue::now().Reid Spencer2004-09-281-6/+12
* Added stub implementations of TimeValue concept for remaining platforms.Reid Spencer2004-09-251-0/+29