[llvm-commits] CVS: llvm/lib/System/MappedFile.cpp Memory.cpp Path.cpp Process.cpp Program.cpp Signals.cpp TimeValue.cpp

Misha Brukman brukman at cs.uiuc.edu
Thu May 5 15:33:16 PDT 2005



Changes in directory llvm/lib/System:

MappedFile.cpp updated: 1.4 -> 1.5
Memory.cpp updated: 1.4 -> 1.5
Path.cpp updated: 1.16 -> 1.17
Process.cpp updated: 1.4 -> 1.5
Program.cpp updated: 1.4 -> 1.5
Signals.cpp updated: 1.4 -> 1.5
TimeValue.cpp updated: 1.5 -> 1.6
---
Log message:

Remove vim settings from source code; people should use llvm/utils/vim/vimrc


---
Diffs of the changes:  (+0 -7)

 MappedFile.cpp |    1 -
 Memory.cpp     |    1 -
 Path.cpp       |    1 -
 Process.cpp    |    1 -
 Program.cpp    |    1 -
 Signals.cpp    |    1 -
 TimeValue.cpp  |    1 -
 7 files changed, 7 deletions(-)


Index: llvm/lib/System/MappedFile.cpp
diff -u llvm/lib/System/MappedFile.cpp:1.4 llvm/lib/System/MappedFile.cpp:1.5
--- llvm/lib/System/MappedFile.cpp:1.4	Thu Apr 21 17:48:35 2005
+++ llvm/lib/System/MappedFile.cpp	Thu May  5 17:33:05 2005
@@ -32,4 +32,3 @@
 #include "Win32/MappedFile.inc"
 #endif
 
-// vim: sw=2 smartindent smarttab tw=80 autoindent expandtab


Index: llvm/lib/System/Memory.cpp
diff -u llvm/lib/System/Memory.cpp:1.4 llvm/lib/System/Memory.cpp:1.5
--- llvm/lib/System/Memory.cpp:1.4	Thu Apr 21 17:48:35 2005
+++ llvm/lib/System/Memory.cpp	Thu May  5 17:33:05 2005
@@ -33,4 +33,3 @@
 #include "Win32/Memory.inc"
 #endif
 
-// vim: sw=2 smartindent smarttab tw=80 autoindent expandtab


Index: llvm/lib/System/Path.cpp
diff -u llvm/lib/System/Path.cpp:1.16 llvm/lib/System/Path.cpp:1.17
--- llvm/lib/System/Path.cpp:1.16	Thu Apr 21 17:48:35 2005
+++ llvm/lib/System/Path.cpp	Thu May  5 17:33:05 2005
@@ -107,4 +107,3 @@
 #include "Win32/Path.inc"
 #endif
 
-// vim: sw=2 smartindent smarttab tw=80 autoindent expandtab


Index: llvm/lib/System/Process.cpp
diff -u llvm/lib/System/Process.cpp:1.4 llvm/lib/System/Process.cpp:1.5
--- llvm/lib/System/Process.cpp:1.4	Thu Apr 21 17:48:35 2005
+++ llvm/lib/System/Process.cpp	Thu May  5 17:33:05 2005
@@ -32,4 +32,3 @@
 #include "Win32/Process.inc"
 #endif
 
-// vim: sw=2 smartindent smarttab tw=80 autoindent expandtab


Index: llvm/lib/System/Program.cpp
diff -u llvm/lib/System/Program.cpp:1.4 llvm/lib/System/Program.cpp:1.5
--- llvm/lib/System/Program.cpp:1.4	Thu Apr 21 17:48:35 2005
+++ llvm/lib/System/Program.cpp	Thu May  5 17:33:05 2005
@@ -32,4 +32,3 @@
 #include "Win32/Program.inc"
 #endif
 
-// vim: sw=2 smartindent smarttab tw=80 autoindent expandtab


Index: llvm/lib/System/Signals.cpp
diff -u llvm/lib/System/Signals.cpp:1.4 llvm/lib/System/Signals.cpp:1.5
--- llvm/lib/System/Signals.cpp:1.4	Thu Apr 21 17:48:35 2005
+++ llvm/lib/System/Signals.cpp	Thu May  5 17:33:05 2005
@@ -33,4 +33,3 @@
 #include "Win32/Signals.inc"
 #endif
 
-// vim: sw=2 smartindent smarttab tw=80 autoindent expandtab


Index: llvm/lib/System/TimeValue.cpp
diff -u llvm/lib/System/TimeValue.cpp:1.5 llvm/lib/System/TimeValue.cpp:1.6
--- llvm/lib/System/TimeValue.cpp:1.5	Thu Apr 21 17:48:35 2005
+++ llvm/lib/System/TimeValue.cpp	Thu May  5 17:33:05 2005
@@ -56,4 +56,3 @@
 #include "Win32/TimeValue.inc"
 #endif
 
-// vim: sw=2 smartindent smarttab tw=80 autoindent expandtab






More information about the llvm-commits mailing list