comctl32: Constify some variables.
[wine] / dlls / dbghelp /
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...
2006-11-27  Eric Pouechdbghelp: Add support for deref operation in location...
2006-11-27  Eric Pouechdbghelp: Add ability to add a SymTagCustom element...
2006-11-27  Eric Pouechdbghelp: Function points location is now expressed...
2006-11-27  Eric Pouechdbghelp: Added infrastructure to compute variable locat...
2006-11-27  Eric Pouechdbghelp: Use the location info structure thoughout...
2006-11-27  Eric Pouechdbghelp: Added struct location to help computing a...
2006-11-27  Eric Pouechdbghelp: Pass .debug_loc section info from the ELF...
2006-11-27  Eric Pouechdbghelp: Store compiland's address in internal structures.
2006-11-27  Eric Pouechdbghelp: When looking up for a local variable (or param...
2006-11-27  Eric Pouechdbghelp: Added a process field to the modules pair...
2006-11-27  Eric Pouechdbghelp: Simplify code with function to get section...
2006-11-09  Peter Oberndorferdbghelp: Do not write to array element -1.
2006-11-08  Peter Oberndorferdbghelp: Initialize BOOL elements with FALSE instead...
2006-11-08  Peter Oberndorferdbghelp: Make dwarf2 parser only report file numbers...
2006-11-08  Peter Oberndorferdbghelp: Make dwarf2_parse_line_numbers handle missing...
2006-11-06  Peter Oberndorferdbghelp: Make dwarf2 parser handle file paths relative...
2006-11-06  Eric Pouechdbghelp: Fixed memory leak in source string handling.
2006-10-30  Andrew Talbotdbghelp: Cast-qual warnings fix.
2006-10-30  Andrew Talbotdbghelp: Cast-qual warnings fix.
2006-10-26  David Andersondbghelp: Avoid printing too many "What the heck" messag...
2006-10-19  Andrew Talbotdbghelp: Cast-qual warnings fix.
next