widl: Use NdrPointerFree instead of freeing by hand where possible.
[wine] / tools / winedump / pdb.c
2011-01-18  Eric Pouechwinedump: Also dump FPO data out of JG PDB files.
2011-01-18  Eric Pouechwinedump: Dump segment info out of PDB files.
2011-01-18  Eric Pouechwinedump: Make use of PDB_STREAM_INDEXES in order to...
2011-01-18  Eric Pouechwinedump: Added stream header support.
2011-01-18  Eric Pouechwinedump: Get string table stream index out of ROOT...
2011-01-18  Eric Pouechwinedump: Dump streams names information out of ROOT...
2011-01-18  Eric Pouechwinedump: Force the PDB_??_ROOT to always be present...
2011-01-12  Alexandre Julliardwinedump: Try to load the PDB string table from file...
2011-01-11  Alexandre Julliardwinedump: Print the machine field from the PDB symbol...
2011-01-11  Alexandre Julliardwinedump: Don't crash when the PDB filenames table...
2011-01-11  Alexandre Julliardwinedump: Fix printing of module sources in PDB files.
2011-01-10  Eric Pouechwinedump: Added support for dumping FPO streams.
2009-11-03  Eric Pouechwinedump: Ensure all PDB fields are printed.
2009-06-29  Eric Pouechwinedump: Added reference for MSVC 8.
2009-03-09  Francois GougetRemove spaces before '\n's.
2008-10-01  Eric Pouechwinedump: First stab at dumping the "new" line informat...
2008-10-01  Eric Pouechwinedump: Now dumping codeview source line information.
2008-05-01  Eric Pouechwinedump: Added support for latest versions of Codeview...
2008-05-01  Eric Pouechwinedump: Print more meaningful information about modul...
2007-07-09  Andrew Talbotwinedump: Cast-qual warnings fix.
2007-05-21  Dmitry Timoshkovwinedump: Fix compilation warnings in 64-bit mode.
2007-05-04  Alexandre JulliardFix minor differences in the formatting of the license...
2007-02-12  Eric Pouechwinedump: Simplify guid dumping.
2007-01-06  Eric Pouechwinedump: Fix a couple of issues with types table walking.
2007-01-06  Eric Pouechwinedump: Added helper to convert a guid to a string.
2006-12-08  Alexandre Julliardwinedump: Avoid printf format warnings.
2006-12-07  Dmitry Timoshkovwinedump: Avoid returning void from a void function.
2006-12-07  Dmitry Timoshkovwinedump: Make output of dump_data fit into 80 columns.
2006-11-30  Eric Pouechwinedump: Added support for dumping types from PDB...
2006-11-30  Eric Pouechwinedump: First shot at dumping PDB files contents.