Cosmos/source2/IL2CPU/Cosmos.IL2CPU/Plugs/System
EdwardNutting_cp cbd1b81ffb LabelName: Was removing underscores from method namesfor readability. Caused bug with Buffer.__Memcpy where Buffer.MemCpy and Buffer._Memcpy were also used labels.
PlugManager: bug in my design fixed.
FatFileSystem: completed the todo that said trailing periods should be ignored.
Buffer: Added __Memcpy plug so that String.Trim method compiles so that FAT code will compile.
2014-02-04 16:27:16 +00:00
..
Assemblers
ArrayImpl.cs IL2CPU now checks plug classes/methods for correct/valid targets. 2014-01-31 19:23:25 +00:00
Buffer.cs LabelName: Was removing underscores from method namesfor readability. Caused bug with Buffer.__Memcpy where Buffer.MemCpy and Buffer._Memcpy were also used labels. 2014-02-04 16:27:16 +00:00
DelegateImpl.cs
EnumImpl.cs
EventHandlerImpl.cs
EventHandlerImplRefs.cs
ExceptionImpl.cs
MulticastDelegateImpl.cs
MulticastDelegateImplRefs.cs
ObjectImplRefs.cs
OutOfMemoryExceptionImpl.cs