Download Reference Manual
The Developer's Library for D
About Wiki Forums Source Search Contact

Changes between Version 16 and Version 17 of 0_99_8_BreakingChanges

Show
Ignore:
Author:
Abscissa (IP: 76.189.221.175)
Timestamp:
03/27/09 02:08:40 (15 years ago)
Comment:

Trivial spelling fix

Legend:

Unmodified
Added
Removed
Modified
  • 0_99_8_BreakingChanges

    v16 v17  
    1010 * The use of !FilePath in !TempFile is deprecated in favour of char[] paths. This was missed in the related sweep of the prior release. !TempFile has migrated to tango.io.device.!TempFile. 
    1111 * Modules within tango.io.stream have been renamed, though the old modules remain in place for this release (and cause pragma messages to be emitted). 
    12  * The module tango.io.File has be merged into tango.io.device.File as a set of three static functions. 
     12 * The module tango.io.File has been merged into tango.io.device.File as a set of three static functions. 
    1313 * Tango.io.Buffer has finally run out of steam, having played three roles. In its place are a pair of input and output buffers, within tango.io.stream.Buffered. A memory-based conduit, tango.io.device.Array, has been added to take on that explicit role along with the role of !GrowBuffer. 
    1414 * Endian settings within !DataStream & !DataFileStream has changed from a ctor parameter to a dedicated method. Default behaviour is unchanged.