Changes between Version 11 and Version 12 of GDAL20Changes


Ignore:
Timestamp:
Sep 24, 2011, 1:50:38 PM (13 years ago)
Author:
Even Rouault
Comment:

VSI*L API uses VSILFILE since RFC7 adoption

Legend:

Unmodified
Added
Removed
Modified
  • GDAL20Changes

    v11 v12  
    1414
    1515Try to correct const correctness though as much of the API as possible - particularly for strings, and string lists.  I do not necessarily propose that "major objects" like GDALDataset or GDALRasterBand should have const operations on them.
    16 
    17 == Make the VSI*L API use something other than FILE * ==
    18 
    19 VSIFOpenL() does not really return a system file pointer that can work with fwrite, etc, but it is typed as if it does.  It should likely be restructured to return a VSIFileH or something similar.
    20 
    21 This would make it easier to avoid mixing VSI*L, VSI* and stdio function calls.
    2216
    2317== Fix OSRSpatialReference::importFromESRI to match other importFrom* methods ==