[llvm-commits] CVS: llvm/lib/System/Win32/Path.inc Signals.inc

2007-04-07 Thread Jeff Cohen
Changes in directory llvm/lib/System/Win32: Path.inc updated: 1.64 - 1.65 Signals.inc updated: 1.23 - 1.24 --- Log message: Unbreak VC++ build. --- Diffs of the changes: (+32 -32) Path.inc| 53 + Signals.inc | 11 +++ 2

Re: [llvm-commits] CVS: llvm/lib/System/Win32/Path.inc Signals.inc

2007-04-07 Thread Reid Spencer
On Sat, 2007-04-07 at 15:47 -0500, Jeff Cohen wrote: Changes in directory llvm/lib/System/Win32: Path.inc updated: 1.64 - 1.65 Signals.inc updated: 1.23 - 1.24 --- Log message: Unbreak VC++ build. Thanks for cleaning up after me, Jeff. Reid. --- Diffs of the changes: (+32 -32)

[llvm-commits] CVS: llvm/lib/System/Win32/Path.inc Signals.inc

2007-03-29 Thread Reid Spencer
Changes in directory llvm/lib/System/Win32: Path.inc updated: 1.62 - 1.63 Signals.inc updated: 1.22 - 1.23 --- Log message: For PR789: http://llvm.org/PR789 : Make the sys::Path::getFileStatus function more efficient by having it return a pointer to the FileStatus structure rather than copy