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

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



Changes in directory llvm/lib/System/Win32:

DynamicLibrary.inc updated: 1.11 -> 1.12
MappedFile.inc updated: 1.5 -> 1.6
Memory.inc updated: 1.4 -> 1.5
Path.inc updated: 1.30 -> 1.31
Process.inc updated: 1.11 -> 1.12
Program.inc updated: 1.13 -> 1.14
Signals.inc updated: 1.13 -> 1.14
TimeValue.inc updated: 1.8 -> 1.9
---
Log message:

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


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

 DynamicLibrary.inc |    1 -
 MappedFile.inc     |    1 -
 Memory.inc         |    1 -
 Path.inc           |    1 -
 Process.inc        |    1 -
 Program.inc        |    1 -
 Signals.inc        |    1 -
 TimeValue.inc      |    1 -
 8 files changed, 8 deletions(-)


Index: llvm/lib/System/Win32/DynamicLibrary.inc
diff -u llvm/lib/System/Win32/DynamicLibrary.inc:1.11 llvm/lib/System/Win32/DynamicLibrary.inc:1.12
--- llvm/lib/System/Win32/DynamicLibrary.inc:1.11	Sun Apr 10 22:44:22 2005
+++ llvm/lib/System/Win32/DynamicLibrary.inc	Thu May  5 17:33:09 2005
@@ -124,4 +124,3 @@
 
 }
 
-// vim: sw=2 smartindent smarttab tw=80 autoindent expandtab


Index: llvm/lib/System/Win32/MappedFile.inc
diff -u llvm/lib/System/Win32/MappedFile.inc:1.5 llvm/lib/System/Win32/MappedFile.inc:1.6
--- llvm/lib/System/Win32/MappedFile.inc:1.5	Mon Dec 13 00:26:35 2004
+++ llvm/lib/System/Win32/MappedFile.inc	Thu May  5 17:33:09 2005
@@ -129,4 +129,3 @@
 
 }
 
-// vim: sw=2 smartindent smarttab tw=80 autoindent expandtab


Index: llvm/lib/System/Win32/Memory.inc
diff -u llvm/lib/System/Win32/Memory.inc:1.4 llvm/lib/System/Win32/Memory.inc:1.5
--- llvm/lib/System/Win32/Memory.inc:1.4	Tue Nov 16 01:00:23 2004
+++ llvm/lib/System/Win32/Memory.inc	Thu May  5 17:33:09 2005
@@ -50,4 +50,3 @@
 
 }
 
-// vim: sw=2 smartindent smarttab tw=80 autoindent expandtab


Index: llvm/lib/System/Win32/Path.inc
diff -u llvm/lib/System/Win32/Path.inc:1.30 llvm/lib/System/Win32/Path.inc:1.31
--- llvm/lib/System/Win32/Path.inc:1.30	Wed Jan 26 21:49:03 2005
+++ llvm/lib/System/Win32/Path.inc	Thu May  5 17:33:09 2005
@@ -780,5 +780,4 @@
 }
 }
 
-// vim: sw=2 smartindent smarttab tw=80 autoindent expandtab
 


Index: llvm/lib/System/Win32/Process.inc
diff -u llvm/lib/System/Win32/Process.inc:1.11 llvm/lib/System/Win32/Process.inc:1.12
--- llvm/lib/System/Win32/Process.inc:1.11	Thu Apr 21 11:12:57 2005
+++ llvm/lib/System/Win32/Process.inc	Thu May  5 17:33:09 2005
@@ -126,4 +126,3 @@
 }
 
 }
-// vim: sw=2 smartindent smarttab tw=80 autoindent expandtab


Index: llvm/lib/System/Win32/Program.inc
diff -u llvm/lib/System/Win32/Program.inc:1.13 llvm/lib/System/Win32/Program.inc:1.14
--- llvm/lib/System/Win32/Program.inc:1.13	Sun Apr 10 22:44:22 2005
+++ llvm/lib/System/Win32/Program.inc	Thu May  5 17:33:09 2005
@@ -219,4 +219,3 @@
 }
 
 }
-// vim: sw=2 smartindent smarttab tw=80 autoindent expandtab


Index: llvm/lib/System/Win32/Signals.inc
diff -u llvm/lib/System/Win32/Signals.inc:1.13 llvm/lib/System/Win32/Signals.inc:1.14
--- llvm/lib/System/Win32/Signals.inc:1.13	Fri Feb 18 21:01:13 2005
+++ llvm/lib/System/Win32/Signals.inc	Thu May  5 17:33:09 2005
@@ -236,4 +236,3 @@
   return FALSE;
 }
 
-// vim: sw=2 smartindent smarttab tw=80 autoindent expandtab


Index: llvm/lib/System/Win32/TimeValue.inc
diff -u llvm/lib/System/Win32/TimeValue.inc:1.8 llvm/lib/System/Win32/TimeValue.inc:1.9
--- llvm/lib/System/Win32/TimeValue.inc:1.8	Fri Feb 18 21:01:13 2005
+++ llvm/lib/System/Win32/TimeValue.inc	Thu May  5 17:33:09 2005
@@ -47,6 +47,5 @@
   return std::string(buffer);
 }
 
-// vim: sw=2 smartindent smarttab tw=80 autoindent expandtab
 
 }






More information about the llvm-commits mailing list