Changes between Initial Version and Version 1 of Ticket #3258, comment 12


Ignore:
Timestamp:
Sep 21, 2015, 7:44:07 AM (9 years ago)
Author:
elexis

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #3258, comment 12

    initial v1  
    99Changes:
    1010* For '''easier testing''': added some optional `debug_printf()` calls. Enable them by setting `const bool debugParser = true;`. Please report errors on windows with that debug output and commands.txt.
    11 * Does not use `replayStream->clear();` to reset the failbit / eofbits when attempting to read at EOF
     11* Does not use `replayStream->clear();` to reset the failbit / eofbits when attempting to read at EOF.
    1212* Reduced the infinite loop protection from 10 million to 1000. If it doesn't fail there are 5 iterations on average.
    13 * `SAFE_DELETE` whenever leaving the stream
     13* Doesn't call `m_Stream->close()` anymore: http://www.cplusplus.com/reference/fstream/ifstream/close/, but `SAFE_DELETE` whenever leaving the stream.
    1414
    1515Updates & test reports for windows will follow soon enough hopefully!