make line-endings uniform
authorRaja R Harinath <harinath@hurrynot.org>
Tue, 30 Jan 2007 09:48:47 +0000 (09:48 -0000)
committerRaja R Harinath <harinath@hurrynot.org>
Tue, 30 Jan 2007 09:48:47 +0000 (09:48 -0000)
svn path=/trunk/mcs/; revision=71946

20 files changed:
mcs/class/Mono.C5/C5/AssemblyInfo.cs
mcs/class/Mono.C5/C5/Attributes.cs
mcs/class/Mono.C5/C5/Builtin.cs
mcs/class/Mono.C5/C5/Collections.cs
mcs/class/Mono.C5/C5/Comparer.cs
mcs/class/Mono.C5/C5/Delegates.cs
mcs/class/Mono.C5/C5/Dictionaries.cs
mcs/class/Mono.C5/C5/Enums.cs
mcs/class/Mono.C5/C5/Events.cs
mcs/class/Mono.C5/C5/Exceptions.cs
mcs/class/Mono.C5/C5/Formatting.cs
mcs/class/Mono.C5/C5/Hashers.cs
mcs/class/Mono.C5/C5/Interfaces.cs
mcs/class/Mono.C5/C5/MappedEnumerators.cs
mcs/class/Mono.C5/C5/Random.cs
mcs/class/Mono.C5/C5/Records.cs
mcs/class/Mono.C5/C5/Sorting.cs
mcs/class/Mono.C5/C5/ViewSupport.cs
mcs/class/Mono.C5/C5/WrappedArray.cs
mcs/class/Mono.C5/C5/Wrappers.cs

index 9fd36fa96e449f783e71684a9cedd6387763b2fb..daf47af1f228e53ef7aad9067e34e0179d1f5f8c 100644 (file)
@@ -1,4 +1,4 @@
-#if NET_2_0
+#if NET_2_0\r
 /*\r
  Copyright (c) 2003-2006 Niels Kokholm and Peter Sestoft\r
  Permission is hereby granted, free of charge, to any person obtaining a copy\r
@@ -75,6 +75,6 @@ using System.Runtime.CompilerServices;
 //   (*) Delay Signing is an advanced option - see the Microsoft .NET Framework\r
 //       documentation for more information on this.\r
 //\r
-[assembly: AssemblyDelaySign (true)]
-[assembly: AssemblyKeyFile ("c5.pub")]
-#endif
+[assembly: AssemblyDelaySign (true)]\r
+[assembly: AssemblyKeyFile ("c5.pub")]\r
+#endif\r
index aa1ce0085023da3688e33f9a4372d3209ff658a3..9b8ac87215631f1d0b53531ca693ef1a12c54f5d 100644 (file)
@@ -1,4 +1,4 @@
-#if NET_2_0
+#if NET_2_0\r
 /*\r
  Copyright (c) 2003-2006 Niels Kokholm and Peter Sestoft\r
  Permission is hereby granted, free of charge, to any person obtaining a copy\r
@@ -46,5 +46,5 @@ namespace C5
     [Tested]\r
     public override string ToString() { return "Tested via " + via; }\r
   }\r
-}
-#endif
+}\r
+#endif\r
index f2f191688728fc702535fe9bced0d71247c25548..a5ce3913a95f3a4cb02f2a58a0d2a2d8b93bf762 100644 (file)
@@ -1,4 +1,4 @@
-#if NET_2_0
+#if NET_2_0\r
 /*\r
  Copyright (c) 2003-2006 Niels Kokholm and Peter Sestoft\r
  Permission is hereby granted, free of charge, to any person obtaining a copy\r
@@ -184,5 +184,5 @@ namespace C5
   }\r
   #endregion\r
 \r
-}
-#endif
+}\r
+#endif\r
index e735b50cf57597653b15c746a137d6a9c3bf2a92..1145a36caa82c7e1a5b2d844da3f5be378990dc7 100644 (file)
@@ -1,4 +1,4 @@
-#if NET_2_0
+#if NET_2_0\r
 /*\r
  Copyright (c) 2003-2006 Niels Kokholm and Peter Sestoft\r
  Permission is hereby granted, free of charge, to any person obtaining a copy\r
@@ -1519,5 +1519,5 @@ namespace C5
     #endregion\r
   }\r
 }\r
-
-#endif
+\r
+#endif\r
index 7d760131d9fc4728872f43d63991b64d3c1f302d..c8cf8a6ca1018827f21fc2bd52fd83ce7edee60b 100644 (file)
@@ -1,4 +1,4 @@
-#if NET_2_0
+#if NET_2_0\r
 /*\r
  Copyright (c) 2003-2006 Niels Kokholm and Peter Sestoft\r
  Permission is hereby granted, free of charge, to any person obtaining a copy\r
@@ -150,5 +150,5 @@ namespace C5
     /// <returns>item1 &lt;=&gt; item2</returns>\r
     public int Compare(T item1, T item2) { return cmp(item1, item2); }\r
   }\r
-}
-#endif
+}\r
+#endif\r
index 1fd03a26852256939432bbde4f12c398de032f80..30a387ee47a840abde6af22580fbd75a61b4f8e7 100644 (file)
@@ -1,4 +1,4 @@
-#if NET_2_0
+#if NET_2_0\r
 /*\r
  Copyright (c) 2003-2006 Niels Kokholm and Peter Sestoft\r
  Permission is hereby granted, free of charge, to any person obtaining a copy\r
@@ -130,5 +130,5 @@ namespace C5
   /// <returns></returns>\r
   public delegate R Fun<A1, A2, A3, A4, R>(A1 x1, A2 x2, A3 x3, A4 x4);\r
 }\r
-
-#endif
+\r
+#endif\r
index fcf84c2eb71ded5a3abe84a7cc52e480dfeaeeb0..dcb59960caed874297168166c35abed50b59ee18 100644 (file)
@@ -1,4 +1,4 @@
-#if NET_2_0
+#if NET_2_0\r
 /*\r
  Copyright (c) 2003-2006 Niels Kokholm and Peter Sestoft\r
  Permission is hereby granted, free of charge, to any person obtaining a copy\r
@@ -1293,5 +1293,5 @@ namespace C5
     }\r
 \r
   }\r
-}
-#endif
+}\r
+#endif\r
index 5dcd85971c19aa2b2ef7f37ce0124a30d8a0e377..9005ff948e581fbcbd860156d07c95fcc5e8ceb9 100644 (file)
@@ -1,4 +1,4 @@
-#if NET_2_0
+#if NET_2_0\r
 /*\r
  Copyright (c) 2003-2006 Niels Kokholm and Peter Sestoft\r
  Permission is hereby granted, free of charge, to any person obtaining a copy\r
@@ -96,5 +96,5 @@ namespace C5
     /// </summary>\r
     Backwards\r
   }\r
-}
-#endif
+}\r
+#endif\r
index ebcf5a1bbcf69e5186ec7a5e95815d3568cc91e3..b301109e7d99935b76b947b839fdadeba7993a31 100644 (file)
@@ -1,4 +1,4 @@
-#if NET_2_0
+#if NET_2_0\r
 /*\r
  Copyright (c) 2003-2006 Niels Kokholm and Peter Sestoft\r
  Permission is hereby granted, free of charge, to any person obtaining a copy\r
@@ -530,5 +530,5 @@ namespace C5
   /// <param name="sender"></param>\r
   /// <param name="eventArgs"></param>\r
   public delegate void ItemRemovedAtHandler<T>(object sender, ItemAtEventArgs<T> eventArgs);\r
-}
-#endif
+}\r
+#endif\r
index ccf6c8e99880ea7635f714f468b93f41b48c4d11..4972e93ef2d98ea59fc79af7817bf1b8c0896341 100644 (file)
@@ -1,4 +1,4 @@
-#if NET_2_0
+#if NET_2_0\r
 /*\r
  Copyright (c) 2003-2006 Niels Kokholm and Peter Sestoft\r
  Permission is hereby granted, free of charge, to any person obtaining a copy\r
@@ -242,5 +242,5 @@ namespace C5
     public IncompatibleViewException(string message) : base(message) { }\r
   }\r
 \r
-}
-#endif
+}\r
+#endif\r
index bc2433bd3e202554a7dc9dbd09fdba0652c56fc6..e9e61504496e12eba44a10cf328eb6e73824ad15 100644 (file)
@@ -1,4 +1,4 @@
-#if NET_2_0
+#if NET_2_0\r
 /*\r
  Copyright (c) 2003-2006 Niels Kokholm and Peter Sestoft\r
  Permission is hereby granted, free of charge, to any person obtaining a copy\r
@@ -245,5 +245,5 @@ namespace C5
       return complete;\r
     }\r
   }\r
-}
-#endif
+}\r
+#endif\r
index d759c15a9f9f3b1e0cea099149abb4b0ba3d6769..a8847e362c044d41630892200bc5fcb810990ab6 100644 (file)
@@ -1,4 +1,4 @@
-#if NET_2_0
+#if NET_2_0\r
 /*\r
  Copyright (c) 2003-2006 Niels Kokholm and Peter Sestoft\r
  Permission is hereby granted, free of charge, to any person obtaining a copy\r
@@ -488,5 +488,5 @@ namespace C5.EqualityComparerBuilder
   }\r
 }\r
 #endif\r
-
-#endif
+\r
+#endif\r
index 46fb2e8ede02de77f39d0c0458cfbbebd5532a23..97ae602a3404460276096c9b884bf5d73bd601fe 100644 (file)
@@ -1,4 +1,4 @@
-#if NET_2_0
+#if NET_2_0\r
 /*\r
  Copyright (c) 2003-2006 Niels Kokholm and Peter Sestoft\r
  Permission is hereby granted, free of charge, to any person obtaining a copy\r
@@ -1883,5 +1883,5 @@ namespace C5
     bool Equals(T item1, T item2);\r
   }*/\r
 }\r
-
-#endif
+\r
+#endif\r
index 6511a6da2d1a7be79c95168ac88c37ad8e010713..e8753e493ae57c05f2d705bbb7300fd94ff8fb85 100644 (file)
@@ -1,4 +1,4 @@
-#if NET_2_0
+#if NET_2_0\r
 /*\r
  Copyright (c) 2003-2006 Niels Kokholm and Peter Sestoft\r
  Permission is hereby granted, free of charge, to any person obtaining a copy\r
@@ -143,5 +143,5 @@ namespace C5
       get { return directedenumerable.Direction; }\r
     }\r
   }\r
-}
-#endif
+}\r
+#endif\r
index 89a8d720a5d72ee968cf0228665b57377563dcd9..1893c90166e0667a4e569814db87f0a772d112e9 100644 (file)
@@ -1,4 +1,4 @@
-#if NET_2_0
+#if NET_2_0\r
 /*\r
  Copyright (c) 2003-2006 Niels Kokholm and Peter Sestoft\r
  Permission is hereby granted, free of charge, to any person obtaining a copy\r
@@ -170,5 +170,5 @@ namespace C5
       Array.Copy(Q, this.Q, 16);\r
     }\r
   }\r
-}
-#endif
+}\r
+#endif\r
index 5eb0df18b98ae49ffa2b988f1dbcefff71b3fa98..d402024b77d56f14caddbfb35d2bd32602e60e21 100644 (file)
@@ -1,4 +1,4 @@
-#if NET_2_0
+#if NET_2_0\r
 /*\r
  Copyright (c) 2003-2006 Niels Kokholm and Peter Sestoft\r
  Permission is hereby granted, free of charge, to any person obtaining a copy\r
@@ -509,5 +509,5 @@ namespace C5
     #endregion\r
   }\r
 }\r
-
-#endif
+\r
+#endif\r
index c30b8a7b4888f0c5c58c1f5ba7c4be97eb8f243d..d3e9fb75fca327d525397634d8af2450444e9769 100644 (file)
@@ -1,4 +1,4 @@
-#if NET_2_0
+#if NET_2_0\r
 /*\r
  Copyright (c) 2003-2006 Niels Kokholm and Peter Sestoft\r
  Permission is hereby granted, free of charge, to any person obtaining a copy\r
@@ -237,5 +237,5 @@ namespace C5
       }\r
     }\r
   }\r
-}
-#endif
+}\r
+#endif\r
index b013a36c107776d292a726e8076df7cdb8331771..5550961229fb94689bc6e3056b60aac82434e1aa 100644 (file)
@@ -1,4 +1,4 @@
-#if NET_2_0
+#if NET_2_0\r
 /*\r
  Copyright (c) 2003-2006 Niels Kokholm and Peter Sestoft\r
  Permission is hereby granted, free of charge, to any person obtaining a copy\r
@@ -99,5 +99,5 @@ namespace C5
   }\r
 \r
   #endregion\r
-}
-#endif
+}\r
+#endif\r
index cfdf6f72add85da0adf53a13ac18a0f9444512fb..012bfb0970ebb121f679aad30eaaeef05cc6e395 100644 (file)
@@ -1,4 +1,4 @@
-#if NET_2_0
+#if NET_2_0\r
 /*\r
  Copyright (c) 2003-2006 Niels Kokholm and Peter Sestoft\r
  Permission is hereby granted, free of charge, to any person obtaining a copy\r
@@ -869,5 +869,5 @@ namespace C5
 \r
     #endregion\r
   }\r
-}
-#endif
+}\r
+#endif\r
index ceb71882c9a523e692dcfe76a8ece3ef7568bfc0..0cb5ea08bfea1fa882829ed72f84460147686146 100644 (file)
@@ -1,4 +1,4 @@
-#if NET_2_0
+#if NET_2_0\r
 /*\r
  Copyright (c) 2003-2006 Niels Kokholm and Peter Sestoft\r
  Permission is hereby granted, free of charge, to any person obtaining a copy\r
@@ -2231,5 +2231,5 @@ namespace C5
     #endregion\r
   }\r
 \r
-}
-#endif
+}\r
+#endif\r