reactos.git
2020-09-19 Hermès Bélusca... [CMD] Code formatting in SubstituteVar().
2020-09-19 Hermès Bélusca... [CMD] Fix delayed expansion of variables.
2020-09-19 Hermès Bélusca... [CMD] Some fixes for getting the enhanced '%~XXX' batch...
2020-09-19 Hermès Bélusca... [CMD_ROSTEST] Add tests for delayed expansion.
2020-09-19 Kyle Katarn[SHELL32] Minimal SHRunControlPanel implementation...
2020-09-19 Katayama Hirofumi MZ[IMM32][INCLUDE] Add immtable.h and modify imm32.spec...
2020-09-19 He Yang[RAPPS] Update help command (#3209)
2020-09-19 Katayama Hirofumi MZ[APPWIZ] Add ES_AUTOHSCROLL to allow users to enter...
2020-09-18 Kyle Katarn[SHELL32][SHELLEXT] Fix use of SHFileOperation results...
2020-09-18 Katayama Hirofumi MZ[SDK][INCLUDE] Add ANSI/Unicode mappings for SHAboutInf...
2020-09-18 Katayama Hirofumi MZ[SDK][INCLUDE] Add SHGetValueGoodBootA/W prototypes
2020-09-18 Katayama Hirofumi MZ[SDK][INCLUDE] Add SHAnsiToUnicodeCP and SHUnicodeToAns...
2020-09-17 Aobi Chan CL[TRANSLATION] Chinese Traditional translation improveme...
2020-09-17 Kyle Katarn[CMD] HISTORY: Fix command output (missing linefeed...
2020-09-17 Katayama Hirofumi MZ[KERNEL32] Improve SetComputerNameExW (#3171)
2020-09-17 Katayama Hirofumi MZ[COMCTL32][SHELL32] Fix arrow keys and reordering on...
2020-09-16 Jérôme Gardou[DBGHELP_WINETEST] Add from wine-staging 5.16
2020-09-16 Jérôme Gardou[DOC] Update README.WINE to reflect dbghelp latest...
2020-09-16 Jérôme Gardou[WINESYNC]: dbghelp is now in sync with wine-staging...
2020-09-16 winesync[WINESYNC] dbghelp: Always check for debug symbols...
2020-09-16 winesync[WINESYNC] dbghelp: Add xmm and mxcsr register mapping...
2020-09-16 winesync[WINESYNC] dbghelp: Replace another usage of GetEnviron...
2020-09-16 winesync[WINESYNC] dbghelp: Ignore missing debug info in SymIni...
2020-09-16 winesync[WINESYNC] dbghelp: Remove support for PPC32.
2020-09-16 winesync[WINESYNC] dbghelp: Use debuggee environment in search_...
2020-09-16 winesync[WINESYNC] dbghelp: Fix the spelling of a comment.
2020-09-16 winesync[WINESYNC] dbghelp: Use debuggee environment variables...
2020-09-16 winesync[WINESYNC] dbghelp: Use stricmp() instead of _strnicmp...
2020-09-16 winesync[WINESYNC] dbghelp: Make qsort callback explicitly...
2020-09-16 Jérôme Gardou[WINESYNC] Improve script
2020-09-16 winesync[WINESYNC] dbghelp: Get rid of no longer needed #ifdefs.
2020-09-16 winesync[WINESYNC] dbghelp: Get rid of no longer needed HAVE_ZL...
2020-09-16 winesync[WINESYNC] dbghelp: Don't use PATH to search for libraries.
2020-09-16 winesync[WINESYNC] dbghelp: Remove unneeded includes.
2020-09-16 winesync[WINESYNC] dbghelp: Import zlib inflate code.
2020-09-16 winesync[WINESYNC] dbghelp: Always build all loader backends.
2020-09-16 winesync[WINESYNC] dbghelp: Fix GCC warnings in macho_module.c.
2020-09-16 winesync[WINESYNC] dbghelp: Introduce read_process_memory helper.
2020-09-16 winesync[WINESYNC] dbghelp: Ignore N_INDR symbols.
2020-09-16 winesync[WINESYNC] dbghelp: Use mount manager to lookup dsym...
2020-09-16 winesync[WINESYNC] dbghelp: Factor out query_dsym.
2020-09-16 winesync[WINESYNC] dbghelp: Don't bother trying to initialize...
2020-09-16 winesync[WINESYNC] dbghelp: Get rid of get_dyld_image_info_address.
2020-09-16 winesync[WINESYNC] dbghelp: Don't use _NSGetExecutablePath...
2020-09-16 winesync[WINESYNC] dbghelp: Use local constants definitions...
2020-09-16 winesync[WINESYNC] dbghelp: Don't use stdint.h types.
2020-09-16 winesync[WINESYNC] dbghelp.c: Use local mach header declaration.
2020-09-16 winesync[WINESYNC] dbghelp: Use local symtab and segment comman...
2020-09-16 winesync[WINESYNC] dbghelp: Use local fat header declaration.
2020-09-16 winesync[WINESYNC] dbghelp: Use local macho section declaration.
2020-09-16 winesync[WINESYNC] dbghelp: Use local macho load command declar...
2020-09-16 winesync[WINESYNC] dbghelp: Don't store entire mach header...
2020-09-16 winesync[WINESYNC] dbghelp: Don't use system headers for ELF...
2020-09-16 winesync[WINESYNC] dbghelp: Use local ELF constants definitions.
2020-09-16 winesync[WINESYNC] dbghelp: Don't use ELF32_ST_BIND and ELF32_S...
2020-09-16 winesync[WINESYNC] dbghelp: Inline ELF magic constants.
2020-09-16 winesync[WINESYNC] dbghelp: Use local symbol table entry declar...
2020-09-16 winesync[WINESYNC] dbghelp: Use local dynamic section entry...
2020-09-16 winesync[WINESYNC] dbghelp: Use local ELF program segment heade...
2020-09-16 winesync[WINESYNC] dbghelp: Use local elf_section_header declar...
2020-09-16 winesync[WINESYNC] dbghelp: Use local elf_header declaration.
2020-09-16 winesync[WINESYNC] dbghelp: Use local declarations of r_debug...
2020-09-16 winesync[WINESYNC] dbghelp: Use local AT_SYSINFO_EHDR definition.
2020-09-16 winesync[WINESYNC] dbghelp: Don't use *_NULL constants.
2020-09-16 winesync[WINESYNC] dbghelp: Use local NOTE_GNU_BUILD_ID declara...
2020-09-16 winesync[WINESYNC] dbghelp: Fix misleading indentation warning.
2020-09-16 winesync[WINESYNC] dbghelp: Pass stab size to stabs_parse.
2020-09-16 winesync[WINESYNC] dbghelp: Use local declaration for 64-bit...
2020-09-16 winesync[WINESYNC] dbghelp: Use local stab_nlist declaration...
2020-09-16 winesync[WINESYNC] dbghelp: Clear N_PEXT flag of stab type...
2020-09-16 winesync[WINESYNC] dbghelp: Provide N_PEXT and N_SECT defines...
2020-09-16 winesync[WINESYNC] dbghelp: Use DWARF registry mapping quirk...
2020-09-16 winesync[WINESYNC] dbghelp: Pass module to map_dwarf_register.
2020-09-16 winesync[WINESYNC] dbghelp: Define NT_GNU_BUILD_ID regardless...
2020-09-16 winesync[WINESYNC] dbghelp: Use LONG_PTR instead of long type.
2020-09-16 winesync[WINESYNC] dbghelp: Remove unused code in module_find_cb.
2020-09-16 winesync[WINESYNC] dbghelp: Move reading debug base address...
2020-09-16 winesync[WINESYNC] dbghelp: Use PE type for virtual modules.
2020-09-16 winesync[WINESYNC] dbghelp: Explicitly pass file type to path_f...
2020-09-16 winesync[WINESYNC] dbghelp: Use loader_ops for load_debug_info.
2020-09-16 winesync[WINESYNC] dbghelp: Use loader_ops for load_module.
2020-09-16 winesync[WINESYNC] dbghelp: Use loader_ops for enum_modules.
2020-09-16 winesync[WINESYNC] dbghelp: Pass process struct to image_uses_s...
2020-09-16 winesync[WINESYNC] dbghelp: Use loader_ops for fetch_file_info.
2020-09-16 winesync[WINESYNC] dbghelp: Don't use elf_fetch_file_info and...
2020-09-16 winesync[WINESYNC] dbghelp: Introduce loader_ops to abstract...
2020-09-16 winesync[WINESYNC] dbghelp: Move loader search functions to...
2020-09-16 winesync[WINESYNC] dbghelp: Pass process struct to elf_enum_mod...
2020-09-16 winesync[WINESYNC] dbghelp: Store process struct pointer in...
2020-09-16 winesync[WINESYNC] dbghelp: Use search_dll_path to load seach...
2020-09-16 winesync[WINESYNC] dbghelp: Use search_unix_path to load seach...
2020-09-16 winesync[WINESYNC] dbghelp: Introduce search_unix_path helper...
2020-09-16 winesync[WINESYNC] dbghelp: Use search_dll_path in elf_search_a...
2020-09-16 winesync[WINESYNC] dbghelp: Make dll builtin PE path search...
2020-09-16 winesync[WINESYNC] dbghelp: Use file_name helper in more places.
2020-09-16 winesync[WINESYNC] dbghelp: Rename helpers to make unicode...
2020-09-16 winesync[WINESYNC] dbghelp: Use page size from sysinfo.
2020-09-16 winesync[WINESYNC] dbghelp: Call GetSystemInfo in DllMain.
2020-09-16 winesync[WINESYNC] dbghelp: Use Windows API to map macho files.
2020-09-16 winesync[WINESYNC] dbghelp: Lookup real image paths in image_lo...
next