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

2007-04-07 Thread Reid Spencer
Changes in directory llvm/lib/System/Unix: Path.inc updated: 1.61 -> 1.62 Signals.inc updated: 1.16 -> 1.17 --- Log message: For PR1291: http://llvm.org/PR1291 : Implement the PathWithStatus class and its use throughout lib/System. --- Diffs of the changes: (+54 -47) Path.inc| 89 +++

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

2007-03-29 Thread Reid Spencer
Changes in directory llvm/lib/System/Unix: Path.inc updated: 1.60 -> 1.61 Signals.inc updated: 1.15 -> 1.16 --- 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 it