ChangeLog 450 B

12345678910111213141516
  1. 2009-09-05 Zoltan Varga <[email protected]>
  2. * MemoryMappedViewAccessor.cs: New net 4.0 class.
  3. * MemoryMappedViewStream.cs: Move the mmap code to MemoryMappedFile.cs,
  4. so it can be used by ViewAccessor as well.
  5. 2009-08-30 Zoltan Varga <[email protected]>
  6. * MemoryMappedViewStream.cs: Implement this for unix.
  7. 2009-08-29 Zoltan Varga <[email protected]>
  8. * MemoryMapped*.cs: New files, stubs for the new MemoryMappedFile
  9. apis in net 4.0.