atl80: Added AtlComModuleRegisterServer implementation (based on AtlModuleRegisterSer...
[wine] / dlls / dbghelp / stabs.c
2012-05-15  Francois GougetAssorted typo, spelling, wording and case fixes.
2012-04-23  André Hentscheldbghelp: Assorted fixes for shadow variables.
2011-10-17  André Hentscheldbghelp: Rewrite stabs parsing to not need PATH_MAX.
2011-08-23  Andrew Talbotdbghelp: Constify some variables.
2011-04-12  Eric Pouechdbghelp: Extended CPU structure by adding a default...
2011-01-31  Eric Pouechdbghelp: Added support for variables in thread storage.
2011-01-13  Alexandre Julliarddbghelp: Support pointer types of various sizes.
2010-10-11  Eric Pouechdbghelp: Ensure the stab_nlist structure is usable...
2010-01-06  André Hentscheldbghelp: Fix typo in url.
2009-12-15  Eric Pouechdbghelp: Move the core of some line related functions...
2009-12-15  Eric Pouechdbghelp: Wrap the symt* <=> index transformations.
2009-08-17  Jacek Cabandbghelp: Check for NULL adt before using it in stabs_pt...
2009-08-17  Jacek Cabandbghelp: Use symt_get_name directly in stabs_pts_read_a...
2009-08-17  Jacek Cabandbghelp: Fixed buffer overflow in stabs_parse.
2009-07-10  Alexandre Julliarddbghelp: Grow all arrays by doubling the size.
2009-04-07  Ken Thomasesdbghelp/stabs: For Mach-O, line offset is relative...
2009-03-25  Ken Thomasesdbghelp/stabs: For Mach-O, line numbers use absolute...
2009-03-12  Ken Thomasesdbghelp/stabs: Track line numbers pending for an upcomi...
2009-03-12  Ken Thomasesdbghelp/stabs: Allow pending list to include line numbe...
2009-03-12  Ken Thomasesdbghelp/stabs: Extract growing of pending_block's buffe...
2009-03-12  Ken Thomasesdbghelp: Teach stabs_parse about other kinds of Mach...
2009-03-12  Ken Thomasesdbghelp: Let stabs_parse call back for real (non-debug...
2009-03-12  Ken Thomasesdbghelp/stabs: Decode the Stabs type more carefully.
2009-03-12  Ken Thomasesdbghelp/stabs: Ignore the N_OSO type used on Darwin.
2009-03-12  Ken Thomasesdbghelp/stabs: Translate additional register codes.
2008-09-25  Andrew Talbotdbghelp: Sign-compare warnings fix.
2008-06-23  Andrew Talbotdbghelp: Use dbgstr_a() in case pointer is NULL.
2008-05-05  Andrew Talbotdbghelp: Include port.h for possible alternative to...
2008-05-01  Eric Pouechdbghelp: Revert commit ae1791b0b8d181e0d01f8db1cae4eba4...
2008-03-31  Andrew Talbotdbghelp: Fix type mismatch in comparison.
2008-03-27  Austin EnglishSpelling fixes.
2008-02-07  Eric Pouechdbghelp: Extended the internal enumeration information...
2008-01-16  Francois GougetAssorted spelling fixes.
2007-05-01  Andrew Talbotdbghelp: Exclude unused headers.
2006-11-27  Eric Pouechdbghelp: Function points location is now expressed...
2006-11-27  Eric Pouechdbghelp: Use the location info structure thoughout...
2006-11-27  Eric Pouechdbghelp: Store compiland's address in internal structures.
2006-10-19  Andrew Talbotdbghelp: Cast-qual warnings fix.
2006-09-26  Eric Pouechdbghelp: Variables & registers.
2006-08-28  Eric Pouechdbghelp: Removed stabs dump facility now that we have...
2006-08-09  Eric Pouechdbghelp: Made stabs parsing a bit more robust.
2006-07-17  Robert Shearmandbghelp: Avoid accessing a negative string index when...
2006-06-27  Eric Pouechdbghelp: Module info.
2006-06-20  Eric Pouechdbghelp: Added the ability to define a source file...
2006-06-20  Eric Pouechdbghelp: Storage of func locals & parameters.
2006-05-23  Jonathan ErnstUpdate the address of the Free Software Foundation.
2006-03-06  Eric Pouechdbghelp: Added type for array index.
2006-02-06  Eric Pouechwinedbg: Added support for function parameters passed...
2006-01-23  Alexandre Julliardwinedbg: Use Win32 types instead of long long.
2005-12-19  Eric Pouechdbghelp: First stab at supporting calling convention...
2005-11-17  Eric PouechSymGetType(...,TI_GET_LENGTH,...) requires a 64 bit...
2005-10-03  Eric Pouech- N_PSYM stabs blocks (aka parameters) can also contain...
2005-05-16  Hans LeidekkerSilence some unknown stab type messages.
2005-05-06  Francois GougetFix nativeapi.pm so it knows about AC_HEADER_STAT().
2005-03-01  Eric PouechMemory consumption optimization while loading ELF debug...
2005-01-31  Eric PouechVarious fixes for C++ class parsing (nesting, templates...
2004-12-23  Michael StefaniucDo not check for non NULL pointer before HeapFree'ing...
2004-11-08  Eric Pouech- fixed loading stabs from PE modules compiled with...
2004-10-04  Robert Shearman- Check for string pointer being outside of the string...
2004-09-06  Robert ShearmanBetter fix for includes with relative paths.
2004-08-30  Alexandre JulliardAuthors: Robert Shearman <rob@codeweavers.com>, Eric...
2004-08-23  Robert ShearmanStore the current source directory and use it when...
2004-07-14  Jon GriffithsPrevent the debug buffer from overflowing on long stabs.
2004-07-14  Alexandre JulliardFixed handling of includes stack.
2004-07-04  Eric Pouech- added support for GCC static local variables
2004-05-18  Eric Pouech- removed file extension from module (and suffixed...
2004-04-19  Eric Pouech- implemented support for function debug start/stop...
2004-04-15  Kevin KoltzauFix a few compile errors when cross compiling.
2004-04-05  Eric PouechFirst shot at implementing dbghelp.