user32: Add a test for WM_DISPLAYCHANGE.
[wine] / dlls / dbghelp /
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...
2007-02-22  Eric Pouechdbghelp: .gnu_link support: rewrote helper functions...
2007-02-22  Eric Pouechdbghelp: Prepare module loading functions to be switche...
2007-02-22  Eric Pouechdbghelp: Make the module info functions ready for the...
2007-02-22  Eric Pouechdbghelp: Rewrote the loaded modules enumeration so...
2007-02-22  Eric Pouechdbghelp: Added an ANSI copy of the module name (useful...
2007-02-22  Eric Pouechdbghelp: Added helper to define the module's name.
2007-02-21  Rob Shearmandbghelp: ImageName is usually blank, so print LoadedIma...
2007-02-20  Eric Pouechdbghelp: MiniDumpWriteDump called from exception handler.
2007-02-19  Marcus Meissnerdbghelp: Return when not finding the name.
2007-02-15  Rob Shearmandbghelp: nread can be NULL for read_mem and read_mem64.
2007-02-05  Dmitry Timoshkovdbghelp: Turn a FIXME to a WARN in order to avoid mangl...
2007-01-25  Francois Gougetdbghelp: Fix the spec file to better match the SymGetSy...
2007-01-17  Frank Richterdbghelp: Search for .gnu_debuglink file.
2007-01-15  Eric Pouechdbghelp: Removed unneeded code from rewrite of .gnu_lin...
2007-01-12  Frank Richterdbghelp: Split gnu_debuglink handling into own function.
2007-01-06  Eric Pouechdbghelp: Handling of S_SALIGN symbols.
2007-01-06  Eric Pouechwinedump: Removed cvinclude.h.
2007-01-06  Eric Pouechdbghelp: Corrected the map/unmap operations for ELF...
2007-01-04  Eric Pouechdbghelp: Implemented 64 bit versions of EnumerateLoaded...
2007-01-02  Andrew Talbotdbghelp: Qualify use of WINE_DEFAULT_DEBUG_CHANNEL.
2006-12-14  Dmitry Timoshkovdbghelp: Make some data const.
2006-12-11  Eric Pouechdbghelp: Sparse array speed up.
2006-12-08  Alexandre Julliarddbghelp: Avoid a printf format warning.
2006-12-06  Eric Pouechdbghelp: Added ability to internal store / reload a...
2006-12-06  Eric Pouechdbghelp: Added a field to the hash table to store the...
2006-12-06  Eric Pouechdbghelp: In find_nearest, now return the symbol instead...
2006-12-06  Eric Pouechdbghelp: Simplify the way we find the debug header.
2006-12-05  Thomas Fitzsimmonsdbghelp: Recognize DT_GNU_HASH.
2006-12-04  Eric Pouechdbghelp: Fixed value stored for register relative infor...
2006-12-04  Eric Pouechdbghelp: Now that symbol's value computation depend...
2006-12-04  Pierre d'Herbemontdbghelp: Fix elf_load_module params on non elf system...
2006-11-30  Eric Pouechdbghelp: Get rid of long int issues on 64bit platforms.
2006-11-30  Eric Pouechmscvpdb.h: Update some definitions (constants, structur...
2006-11-30  Eric Pouechdbghelp: Moved mscvpdb.h file to include/wine to allow...
2006-11-27  Eric Pouechdbghelp: Silence typedefs children in sub program block.
2006-11-27  Eric Pouechdbghelp: Removed the alpha status FIXME for the dwarf...
2006-11-27  Eric Pouechdbghelp: Correctly store the addresses of blocks.
2006-11-27  Eric Pouechdbghelp: Properly handle the void type in some declarat...
2006-11-27  Eric Pouechdbghelp: We can now remove the default name prefix...
2006-11-27  Eric Pouechdbghelp: Extend support for inlined functions and handl...
2006-11-27  Eric Pouechdbghelp: Be a bit more strict on where we do actually...
2006-11-27  Eric Pouechdbghelp: Add support for a label in a subprogram block.
2006-11-27  Eric Pouechdbghelp: Register numbers in OP_piece don't need to...
next