jscript: Added logical negation implementation.
[wine] / dlls / dbghelp / stabs.c
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.