msvcrt: Fixed ftell behaviour when file is opened for writing in text mode.
[wine] / dlls / d3dxof / parsing.c
2013-01-04  Andrew Talbotd3dxof: Avoid signed-unsigned integer comparisons.
2012-03-13  Christian Costad3dxof: Do not allow separator to terminate the string...
2012-03-08  Christian Costad3dxof: Check the right offset before dereferencing...
2012-02-27  Christian Costad3dxof: Empty arrays can have the semicolon at the...
2012-02-20  Christian Costad3dxof: Fix parsing of empty array + tests.
2012-02-17  Christian Costad3dxof: Decompress all MSZIP chunks of the compressed...
2012-02-15  Christian Costad3dxof: Enable retrieving a particular member in GetDat...
2012-01-25  Christian Costad3dxof: Use buffer start followed by offset when access...
2012-01-04  André HentschelAssorted header comment cleanup.
2011-08-03  Francois Gougetd3dxof: Fix the spelling of the children structure...
2011-08-01  Frédéric Delanoydlls: Assorted spelling fixes.
2011-06-16  Marcus Meissnerd3dxof: Check returns of read_bytes (Coverity).
2011-06-13  Francois Gougetd3dxof: Make read_bytes() static.
2011-06-09  Dylan Smithd3dxof: Factor out parse template loops into a function.
2011-06-09  Dylan Smithd3dxof: Factor out duplicated code for parsing X file...
2011-05-20  Dylan Smithd3dxof: Remove assumption of 4 bytes pointers for LPSTR...
2011-04-21  Dylan Smithd3dxof: Initialize binary member variable of xobjects.
2011-04-21  Dylan Smithd3dxof: Avoid overflowing temp buffers for large tokens.
2011-04-21  Dylan Smithd3dxof: Add missing checks for remaining bytes during...
2011-04-11  Michael Currand3dxof: Changed is_string function to accept spaces.
2011-04-11  Michael Currand3dxof: Adjusted to allow for parsing of optional templ...
2010-03-23  Christian Costad3dxof: Increase MAX_SUBOBJECTS and do the correspondin...
2010-02-01  Christian Costad3dxof: Do not expect a separator when there is no...
2010-02-01  Christian Costad3dxof: Add other debug channel for parsing.
2009-12-31  Christian Costad3dxof: Enable referencing objects defined in current...
2009-12-31  Christian Costad3dxof: Get rid of cur_subobject.
2009-10-23  Christian Costad3dxof: Properly initialize nb_childs.
2009-10-16  Jeff Zaroykod3dxof: Remove unused variable.
2009-04-22  Christian Costad3dxof: Accept longer string size.
2009-03-25  Christian Costad3dxof: Remove limitation on data buffer size.
2009-03-12  Christian Costad3dxof: Use offsets to reference data instead of pointe...
2009-02-10  Christian Costad3dxof: Make is_keyword handle end of file correctly.
2009-01-30  Christian Costad3dxof: Fix dead code.
2009-01-12  Christian Costad3dxof: Avoid accessing template/object buffer directly.
2009-01-09  Andrew Talbotd3dxof: Declare a function static.
2009-01-07  Francois Gougetd3dxof: Reorder some functions to avoid forward declara...
2008-12-31  Christian Costad3dxof: Move X files parsing into a separate file.