Spelling fixes.
[wine] / dlls / dbghelp /
2008-04-14  Eric Pouechdbghelp: Fix invalid pointer dereference.
2008-04-07  Eric Pouechdbghelp: Prevent debug overflow of internal buffer...
2008-04-07  Eric Pouechdbghelp: Be stricter when looping in symbol tables.
2008-03-31  Andrew Talbotdbghelp: Fix type mismatch in comparison.
2008-03-27  Austin EnglishSpelling fixes.
2008-03-04  Rob Shearmanmakefiles: Simplify the use of the IMPORTLIB variable...
2008-03-01  Andrew Talbotdbghelp: Assign to struct instead of using memcpy.
2008-02-29  Rob ShearmanInclude config.h and wine/port.h in files that use...
2008-02-28  Rob Shearmandbghelp: Define NONAMELESSUNION in dwarf.c and type...
2008-02-21  Rob Shearmandbghelp: Fix read beyond end of field in module_get_debug.
2008-02-21  Rob Shearmandbghelp: VARIANT unions are accessed by name in msc...
2008-02-15  Andrew Talbotdbghelp: Assign to struct instead of using memcpy.
2008-02-15  Rob Shearmandbghelp: Fix a typo in SymLoadModuleExW that caused...
2008-02-12  Eric Pouechdbghelp: Fix erroneous access to dwarf symbol cache.
2008-02-07  Eric Pouechdbghelp: Disable the S_PUB_FUNC_XXX msc symbols until...
2008-02-07  Eric Pouechdbghelp: When sending back information about a global...
2008-02-07  Eric Pouechdbghelp: Attempt to cache some basic symbol types for...
2008-02-07  Eric Pouechdbghelp: Extended the internal enumeration information...
2008-02-07  Eric Pouechdbghelp: Added basic support for base class information.
2008-02-07  Eric Pouechdbghelp: Added support for labels outside functions...
2008-02-07  Eric Pouechdbghelp: Added preliminary support for a strange stack...
2008-02-07  Eric Pouechdbghelp: Added support for register v3 in msc.
2008-02-07  Eric Pouechdbghelp: Added support for some V3 fields in structure...
2008-02-07  Eric Pouechdbghelp: Added HRESULT as new basic type (and some...
2008-02-07  Eric Pouechdbghelp: Pass the 'details' flags to _fetch_type so...
2008-02-07  Eric Pouechdbghelp: Added missing basic types for booleans and...
2008-02-05  Eric Pouechdbghelp: Fixed the types we want to load at first.
2008-02-04  Eric Pouechdbghelp: Store the PE version information in module...
2008-02-04  Eric Pouechdbghelp: Removed double assignment of checksum.
2008-02-04  Eric Pouechdbghelp: Fixed the suspend count when creating a minidu...
2008-02-04  Eric Pouechdbghelp: Return the size of each directory instead...
2008-01-18  Eric van Beurdendbghelp: Prevent huge minidumps by ensuring the memory...
2008-01-18  Eric van Beurdendbghelp: Fix file searching to search only listed direc...
2008-01-18  Eric van Beurdendbghelp: Some minidump corrections so that windbg can...
2008-01-18  Eric van Beurdendbghelp: Wrap TRACE strings using the debugstr function...
2008-01-18  Eric van Beurdendbghelp: Return TRUE in SymInitializeW if process is...
2008-01-16  Francois GougetAssorted spelling fixes.
2008-01-14  Eric Pouechdbghelp: In Minidump, change a couple of internal names...
2008-01-14  Eric Pouechdbghelp: Silence superfluous message (spotted by Robert...
2008-01-11  Andrey Turkindbghelp: Implement ImageDirectoryEntryToDataEx.
2008-01-02  Andrew Talbotdbghelp: Remove unneeded casts.
2007-12-26  Andrey Turkindbghelp: Treat const addresses as const unsigned.
2007-12-23  Andrey Turkindbghelp: Adjust minidump streams ordering and sizing.
2007-12-08  Detlef RiekenbergAssorted spelling fixes.
2007-12-05  Andrew Talbotdbghelp: Remove unneeded casts.
2007-10-29  Vitaliy Margolendbghelp: Fix detection of ELF libs by their name.
2007-10-10  Andrey Turkindbghelp: Avoid crashing on files with bogus export...
2007-09-18  Francois Gougetdbghelp: Fix the PENUMLOADED_MODULES_CALLBACK() prototype.
2007-08-03  Francois Gougetdbghelp: Better match the PSDK types, especially with...
2007-07-20  Andrew Talbotdbghelp: Cast-qual warnings fix.
2007-06-27  Michael Stefaniucdbghelp: Remove superfluous casts of void pointers...
2007-06-07  Francois GougetAssorted spelling fixes.
2007-05-17  Peter Oberndorferdbghelp: Minor cleanup.
2007-05-15  Markus Amslerdbghelp: Late init hash_table.
2007-05-15  Markus Amslerdbghelp: Speed up vector iteration by directly using...
2007-05-15  Markus Amslerdbghelp: Speed up pool_alloc. Patch by Eric Pouech.
2007-05-15  Markus Amslerdbghelp: Speed up vector_add by avoiding pool_realloc...
2007-05-01  Andrew Talbotdbghelp: Exclude unused headers.
2007-04-30  Andrey Turkindbghelp: Zero-terminate module name in minidump.
2007-04-25  Michael Stefaniucjanitorial: Pass HEAP_ZERO_MEMORY as flag to HeapAlloc...
2007-04-23  Alexandre Julliarddbghelp: Don't print garbage chars in ERR message.
2007-04-20  Andrew Talbotdbghelp: Constify some variables.
2007-04-19  Andrew Talbotdbghelp: Constify some variables.
2007-04-18  Andrew Talbotdbghelp: Constify some variables.
2007-03-21  Andrew Talbotdbghelp: Replace inline static with static inline.
2007-03-17  Alexandre Julliarddbghelp: Avoid some warnings on Solaris.
2007-03-16  Peter Oberndorferdbghelp: Use elf load_offset passed to dwarf2_parse...
2007-03-16  Peter Oberndorferdbghelp: Fix up load_offset to work in case the load...
2007-03-16  Peter Oberndorferdbghelp: Initialize the elf_section_map in case of...
2007-03-14  Eric Pouechdbghelp: Rewrote SymEnumerateModules with Unicode basis...
2007-03-13  Eric Pouechdbghelp: Renamed pe_load_module (resp pe_load_module_fr...
2007-03-13  Eric Pouechdbghelp: Get rid of module_name in all traces (using...
2007-03-13  Eric Pouechdbghelp: Cleanups for module loading (lookups on module...
2007-03-13  Eric Pouechdbghelp: Rewrote module_is_elf_container_loaded so...
2007-03-13  Eric Pouechdbghelp: Added helper to get the basename + extension...
2007-03-08  Francois Gougetdbghelp: Check file handles against INVALID_HANDLE_VALU...
2007-03-05  Eric Pouechdbghelp: Fixes for loading circular references on funct...
2007-03-05  Eric Pouechdbghelp: Implemented SymEnumTypesW.
2007-02-26  Eric Pouechdbghelp: Handle the .gnu_debuglink files with the newly...
2007-02-26  Eric Pouechdbghelp: Allow to add an alternate file_map for an...
2007-02-26  Eric Pouechdbghelp: Rewrote the ELF section mapper for better...
2007-02-22  Eric Pouechdbghelp: Merge the A/W of elf_map_file into a single...
2007-02-22  Eric Pouechdbghelp: Now load the .gnu_debuglink file using Unicode...
2007-02-22  Eric Pouechdbghelp: Added helper to map a Unicode file.
2007-02-22  Eric Pouechdbghelp: Now moving the ELF loading code to Unicode.
2007-02-22  Eric Pouechdbghelp: Move elf_fetch_file_info to Unicode.
2007-02-22  Eric Pouechdbghelp: Make elf_enum_modules a Unicode function.
2007-02-22  Eric Pouechdbghelp: Now storing module internal info for minidumps...
2007-02-22  Eric Pouechdbghelp: A few fixes related to Unicode translation.
2007-02-22  Eric Pouechdbghelp: Moved the internals for registered callback...
2007-02-22  Eric Pouechdbghelp: Get rid of temporary module_get_type_by_nameA.
2007-02-22  Eric Pouechdbghelp: Implemented SymFindFileInPathW.
2007-02-22  Eric Pouechdbghelp: Implemented SearchTreeForFileW.
2007-02-22  Eric Pouechdbghelp: Implemented EnumDirTreeW.
2007-02-22  Eric Pouechdbghelp: Implemented SymMatchFileNameW.
2007-02-22  Eric Pouechdbghelp: Added module_get_type_by_name in Unicode form...
2007-02-22  Eric Pouechdbghelp: Moved ELF module loading interfaces to Unicode.
2007-02-22  Eric Pouechdbghelp: Move PE module loading to Unicode.
2007-02-22  Eric Pouechdbghelp: Implemented FindExecutableImage[W].
2007-02-22  Eric Pouechdbghelp: Now storing module information in Unicode...
next