Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Rename Unix/*.cpp and Win32/*.cpp to have a *.inc suffix so that the silly | Reid Spencer | 2005-01-09 | 1 | -52/+0 |
| | | | | | | | gdb debugger doesn't get confused on which file it is reading (the one in lib/System or the one in lib/System/{Win32,Unix}) llvm-svn: 19426 | ||||
* | Expository comment submitted by Henrik Bach | Jeff Cohen | 2004-12-16 | 1 | -0/+3 |
| | | | | llvm-svn: 18976 | ||||
* | Make Win32 TimeValue::toString() re-entrant and work with mingw | Jeff Cohen | 2004-12-15 | 1 | -5/+9 |
| | | | | llvm-svn: 18954 | ||||
* | Implement Win32 Path::getStatusInfo(), TimeValue::toString() | Jeff Cohen | 2004-12-14 | 1 | -6/+12 |
| | | | | llvm-svn: 18930 | ||||
* | Per code review: | Reid Spencer | 2004-11-16 | 1 | -0/+4 |
| | | | | | | | | * get rid of (void) construct in function declarations * make toString a const member * add a default implementation of toString for Win32 llvm-svn: 17873 | ||||
* | Actually get the #include correct so it compiles .. duh. | Reid Spencer | 2004-11-15 | 1 | -1/+1 |
| | | | | llvm-svn: 17817 | ||||
* | Win32 implementation of TimeValue::now(). | Reid Spencer | 2004-09-28 | 1 | -6/+12 |
| | | | | | | Patch contributed by Jeff Cohen. Thanks Jeff! llvm-svn: 16563 | ||||
* | Added stub implementations of TimeValue concept for remaining platforms. | Reid Spencer | 2004-09-25 | 1 | -0/+29 |
llvm-svn: 16513 |