wbemprox: Always convert from BSTR.
[wine] / tools / winebuild / spec32.c
2012-08-17  André Hentschelwinebuild: Rename IMAGE_FILE_MACHINE_ARMV7 to IMAGE_FIL...
2012-07-16  André Hentschelwinebuild: Generate relay debugging thunks for ARM.
2012-06-25  André Hentschelwinebuild: Put the PE header into the text section...
2012-04-30  André Hentschelwinebuild: Expect a Thumb mode toolchain on ARM.
2011-11-02  André Hentschelwinebuild: Use ARMv7 for wine modules.
2011-07-07  Alexandre Julliardwinebuild: Output cfi data for relay thunks on i386.
2011-05-03  Alexandre Julliardwinebuild: Output relay thunks for stub functions when...
2011-05-03  Alexandre Julliardwinebuild: Allow specifying arguments to stub functions...
2011-04-20  André Hentschelwinebuild: Copy IMAGE_FILE_MACHINE_SPARC from winnt...
2011-04-20  André Hentschelwinebuild: Remove Alpha support.
2011-03-31  Marcus Meissnerwinebuild: Mark up fallthrough switch cases (Coverity).
2011-01-27  Alexandre Julliardwinebuild: Get rid of support for register entry points...
2010-09-20  André Hentschelwinebuild: Fix ARM support.
2010-08-30  Alexandre Julliardwinebuild: Use the correct registers for relay debuggin...
2010-08-30  Alexandre Julliardwinebuild: Add int64, int128 and float argument types.
2010-08-30  Alexandre Julliardwinebuild: Use a proper enum for function arguments...
2010-08-24  Alexandre Julliardwinebuild: Support relay debugging for thiscall functions.
2010-08-24  Alexandre Julliardwinebuild: Add support for specifying thiscall calling...
2010-01-16  Alexandre Julliardwinebuild: Output the asm relay functions as needed...
2009-12-30  Alexandre Julliardwinebuild: Don't output private symbols at all when...
2009-12-30  Alexandre Julliardwinebuild: Add support for generating import libs for...
2009-11-18  André Hentschelwinebuild: Add ARM support.
2009-08-14  Alexandre Julliardwinebuild: Add support for creating a fake dll at compi...
2009-06-16  Alexandre Julliardwinebuild: Add unwind annotations to all the generated...
2009-04-09  Alexandre Julliardwinebuild: Don't include any Windows header to avoid...
2009-03-04  Alexandre Julliardwinebuild: Don't output the relay table if no entry...
2009-02-26  Alexandre Julliardwinebuild: Add support for generating stand-alone 16...
2009-02-26  Alexandre Julliardwinebuild: Allow the module entry point to be NULL.
2009-01-06  Alexandre Julliardwinebuild: Implement register entry points for x86_64.
2009-01-06  Alexandre Julliardwinebuild: Improve the calling sequence for register...
2008-12-27  Alexandre Julliardwinebuild: Generate relay debugging thunks for x86_64.
2008-12-03  Alexandre Julliardwinebuild: Don't add stdcall decorations on non-x86...
2008-07-22  Alexandre Julliardwinebuild: Don't put the PE header in the .init section...
2008-06-02  Simon Richterwinebuild: Fix branch mnemonic on ppc.
2008-01-16  Alexandre Julliardwinebuild: Don't try to use the .init section on Mac OS.
2008-01-16  Alexandre Julliardwinebuild: Reserve the space for the PE header in the...
2007-10-26  Alexandre Julliardwinebuild: Add a -ordinal flag for entry points that...
2007-03-05  Joris Huizerwinebuild: sign-compare fixes.
2006-12-07  Alexandre Julliardwinebuild: Added --nxcompat option, and mark all module...
2006-08-11  Alexandre Julliardwinebuild: Added output() function to properly deal...
2006-07-11  Ge van Geldorpwinebuild: Reserve enough space for null function pointer.
2006-05-23  Jonathan ErnstUpdate the address of the Free Software Foundation.
2006-01-21  Marcus Meissnerwinebuild: Output a .note.GNU-stack section to allow...
2005-12-18  Alexandre Julliardntdll: New implementation of relay thunks.
2005-09-29  Alexandre JulliardGet rid of the debug channels support.
2005-09-23  Alexandre JulliardDefined a proper structure for debug channels.
2005-09-21  Alexandre JulliardMoved stub function generation to import.c. Added a...
2005-09-19  Alexandre JulliardCreate an assembly file with all undefined symbols...
2005-09-18  Alexandre JulliardMake the users of wine_call_from_32_regs save %eax...
2005-09-17  Alexandre JulliardStore RVAs instead of pointers wherever possible in...
2005-09-15  Alexandre JulliardAdded a common function to declare global symbols,...
2005-09-15  Alexandre JulliardNow that everything is done in assembly in the spec...
2005-09-15  Alexandre JulliardOutput the resource data in assembly too.
2005-09-14  Alexandre JulliardOutput constant strings in a more appropriate section...
2005-09-14  Alexandre JulliardGenerate stub functions directly in assembly.
2005-09-08  Alexandre JulliardAdded support for 64-bit format NT header and export...
2005-09-07  Alexandre JulliardAdded a bit of framework for future x86_64 support.
2005-09-07  Alexandre JulliardGenerate the NT header in assembly instead of using...
2005-09-03  Alexandre JulliardOutput the delayed import table using assembly too.
2005-09-02  Alexandre JulliardOutput the import directory using assembly instead...
2005-09-02  Alexandre JulliardMoved the spec file init function and constructor to...
2005-08-29  Alexandre JulliardAvoid using common symbols, they are broken on Mac OS.
2005-08-29  Alexandre JulliardMoved more of the spec initialization code to the winec...
2005-08-25  Alexandre JulliardMoved the delay loading support code to the winecrt0...
2005-08-25  Alexandre JulliardMoved the implementation of spec file stubs to the...
2005-08-25  Alexandre JulliardBeginnings of a crt0 library.
2005-08-23  Alexandre JulliardThe exported name strings should be inside the export...
2005-07-26  Alexandre JulliardPrint a warning when a generated import library doesn...
2005-07-05  Alexandre JulliardGet rid of the global debugging flag.
2005-06-29  Alexandre JulliardReplace configure macros by explicit platform checks...
2005-06-27  Alexandre JulliardReplaced all uses of the __ASM_NAME macro by the asm_na...
2005-06-27  Alexandre JulliardBeginnings of an infrastructure to allow specifying...
2005-06-20  Wolfgang ThallerWinebuild darwin/x86-specific fixes:
2005-06-16  Alexandre JulliardOutput the exported names as a C string so that they...
2005-06-10  Pierre d'HerbemontUse .mod_*_func sections on Mac OS X/i386 instead of...
2005-06-10  Alexandre JulliardReuse output_dll_init for the constructor of debug...
2005-06-06  Alexandre JulliardMoved all assembly code to the end of the generated...
2005-06-05  Alexandre JulliardSwitch back to .data at the end of asm sections to...
2005-06-05  Alexandre JulliardGenerate the resource data directly inside the resource...
2005-05-24  Alexandre JulliardFree delayed import modules on PROCESS_DETACH.
2005-05-07  Alexandre JulliardRemoved no longer used support for 32-bit register...
2005-03-15  Alexandre JulliardUse the correct file name in the "generated automatical...
2005-02-10  Francois GougetAssorted spelling fixes.
2004-10-18  Vincent BéronAdd some more Alpha asm code and Alpha-specific parts.
2004-07-15  Pierre d'HerbemontDarwin/Mac OS X Weak import workaround.
2004-06-17  Pierre d'HerbemontHide the _init and _fini wrappers on darwin.
2004-04-08  Alexandre JulliardAutomatically detect whether the entry point is main...
2004-03-25  Alexandre JulliardReplaced the --mode winebuild option by a --subsystem...
2004-03-24  Alexandre JulliardRemoved the Unicode exe modes, and instead detect autom...
2004-03-22  Pierre d'HerbemontDarwin support for _init/_fini functions and _end symbol.
2004-02-16  Marcus MeissnerNo need to check for DllEntryPoint style constants.
2004-02-13  Alexandre JulliardAdded native mode dll support (based on a patch by...
2004-02-11  Alexandre JulliardStore all information about the current dll in a struct...
2004-01-15  Alexandre JulliardTweaked the init code so that it works properly no...
2004-01-08  Alexandre JulliardIf supported by the linker, prevent the ELF loader...
2003-11-03  Alexandre JulliardPut better values for code and data sizes in the NT...
2003-10-30  Alexandre JulliardBetter defaults for heap and stack sizes.
2003-10-24  Pierre d'HerbemontChange mctr PowerPC asm instruction to mtctr. Add Suppo...
2003-09-26  Alexandre JulliardStore the dll name for the export directory inside...
2003-09-05  Alexandre JulliardFixed header dependencies to be fully compatible with...
next