rpcrt4: Use rpcrt4_conn_read in RPCRT4_OpenBinding.
[wine] / dlls / dbghelp / stabs.c
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.