Commit graph

19 commits

Author SHA1 Message Date
Scalpel_cp
6f177b05c1 Fixed Path.GetDirectoryName
Minor changes
2008-09-08 20:25:43 +00:00
Scalpel_cp
2f331093a1 Added String.ToUpper() + 1 overload
Added String.ToUpperInvariant()
2008-09-07 17:32:10 +00:00
Scalpel_cp
282cc61306 Added String.ToLower() + 1 overload
Added String.ToLowerInvariant()
2008-09-07 17:02:47 +00:00
Scalpel_cp
a6a38d9719 Added String.StartsWith(string) + 2 overloads 2008-09-07 16:42:57 +00:00
Scalpel_cp
5a29c12559 Fixed bug in String.EndsWith(string, StringComparison)
Added String.EndsWith(string) and String.EndsWith(string, bool, CultureInfo)
2008-09-07 16:35:04 +00:00
Scalpel_cp
697bbbdf06 Added String.IndexOf(string)
Added String.Insert(int, string)
Added String.Replace(string, string)
2008-09-07 15:00:51 +00:00
Scalpel_cp
768d83e799 Testing entire System.String in StringTest.cs
Added String.Remove(int, int)
Added String.IndexOfAny(char[], int, int)
Fixed String.Split()
2008-09-07 14:21:00 +00:00
Scalpel_cp
ad01f4868f Fixed String.LastIndexOf bug
Almost all of System.IO.Plug works now.
2008-09-07 11:10:02 +00:00
Scalpel_cp
559402f500 Added a debugging class to FrodeTest 2008-08-14 20:15:19 +00:00
Scalpel_cp
226661bbc2 VFS
Directory.GetCurrentDirectory and .SetCurrentDirectory
Path.IsPathRooted
2008-08-05 18:12:11 +00:00
Scalpel_cp
80c46a58f9 Plugged String.Replace(char char) 2008-08-04 11:26:42 +00:00
Scalpel_cp
1b603194f9 VFS changes 2008-08-04 02:15:25 +00:00
Scalpel_cp
cdd9fcc501 Plugged Directoy.GetLogicalDrives()
Added more things to StringTest which doesn't work.
2008-07-30 15:13:55 +00:00
Scalpel_cp
196f275546 Extended Engine to search for .config files, and load additional assemblies 2008-07-26 11:04:14 +00:00
Scalpel_cp
0aee353319 Only some small changes. 2008-06-22 15:14:21 +00:00
Scalpel_cp
34caa4f61a Changes to my FrodeTest 2008-06-21 22:32:16 +00:00
Scalpel_cp
9ee665b0be Added more testing to display bug with byte, char and int.
Reimplemented Console.Clear()
2008-06-11 21:02:39 +00:00
Scalpel_cp
6e2674cfb3 Identified bug with adding char and string.
Bug still remains elsewhere.
Fixed ToHex.
2008-06-07 21:18:00 +00:00
Scalpel_cp
280b6834ea Added ExtensionMethod for Hex 2008-04-05 14:01:02 +00:00