wbemprox: Always convert from BSTR.
[wine] / tools / winebuild / import.c
2012-03-28  André Hentschelwinebuild: Create stubs for ARM.
2011-12-02  André Hentschelwinebuild: Fill the delay slot on Sparc.
2011-06-17  André Hentschelwinebuild: Simplify the ARM part of output_import_thunk.
2011-06-17  André Hentschelwinebuild: get_asm_ptr_keyword is not needed for ARM.
2011-04-20  André Hentschelwinebuild: Remove Alpha support.
2010-09-21  André Hentschelbuild-env: Don't use 'exchange instruction set' instruc...
2010-09-20  André Hentschelwinebuild: Fix ARM support.
2010-08-24  Alexandre Julliardwinebuild: Add support for specifying thiscall calling...
2010-08-02  Alexandre Julliardwinebuild: Get rid of the ignored symbol support.
2010-08-02  Alexandre Julliardwinebuild: Add a spawn() helper function to avoid start...
2010-08-02  Alexandre Julliardwinebuild: Copy the strmake function from winegcc to...
2010-04-12  Alexandre Julliardwinebuild: Add cfi annotations to the import thunk...
2010-04-11  Alexandre Julliardwinebuild: Add a wrapper function to output cfi directives.
2010-01-16  Alexandre Julliardwinebuild: Output the asm relay functions as needed...
2010-01-11  Alexandre Julliardwinebuild: Do not output an undefined symbol reference...
2009-12-30  Alexandre Julliardwinebuild: Don't output private symbols at all when...
2009-12-30  Alexandre Julliardwinebuild: Add support for building Windows import...
2009-12-29  Alexandre Julliardwinebuild: Don't check variables for undefined exports.
2009-11-18  André Hentschelwinebuild: Add ARM support.
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-25  Alexandre Julliardwinebuild: Skip non-functions when building the undefin...
2009-03-04  Alexandre Julliardwinebuild: Ignore 16-bit absolute exports when checking...
2009-02-26  Alexandre Julliardwinebuild: Add support for generating stand-alone 16...
2009-02-04  Alexandre Julliardwinebuild: Determine the appropriate as/ld/nm commands...
2008-12-27  Alexandre Julliardwinebuild: Fix delay load code to preserve stack alignm...
2008-12-16  Alexandre Julliardwinebuild: Generate stub entry points for x86_64.
2008-11-25  Maarten Lankhorstwinebuild: Use ms-abi for delayed load stubs.
2008-09-04  Alexandre Julliardwinebuild: Generate MS-style imports using the Original...
2008-06-02  Simon Richterwinebuild: Fix import stub on ppc.
2007-12-06  Alexandre Julliardwinebuild: Also optimize out imports that are only...
2007-12-06  Alexandre Julliardwinebuild: Improved checks for missing forward entry...
2007-12-06  Alexandre Julliardwinebuild: Print a warning when failing to import a...
2007-11-07  Alexandre Julliardwinebuild: Add a few nops to stub entry points to make...
2007-04-25  Rob Shearmanwinebuild: Refer to strings used in generated stubs...
2007-04-09  Dmitry Timoshkovwinebuild: Check if a given forward does exist in one...
2007-03-17  Andrew Talbotwinebuild: Replace inline static with static inline.
2007-03-05  Joris Huizerwinebuild: sign-compare fixes.
2006-10-12  Andrew Talbotwinebuild: Cast-qual warning fix.
2006-08-11  Alexandre Julliardwinebuild: Added output() function to properly deal...
2006-07-11  Ge van Geldorpwinebuild: Save registers which might contain parameter...
2006-05-23  Jonathan ErnstUpdate the address of the Free Software Foundation.
2006-04-18  Alexandre Julliardwinebuild: Disable linking to external symbols by default.
2006-04-18  Alexandre Julliardwinebuild: Fixed index in module table for delayed...
2006-01-24  Alexandre Julliardwinebuild: Get rid of the default ignored symbols list.
2006-01-23  Alexandre Julliardwinebuild: Always import atof, the MS version is different.
2005-12-18  Alexandre Julliardntdll: New implementation of relay thunks.
2005-11-23  Alexandre JulliardPreserve 16-byte stack alignment in the various assembly
2005-10-24  Simon RichterFix winebuild's ppc assembly generation.
2005-09-21  Alexandre JulliardFactor out a couple of useful helper functions.
2005-09-21  Alexandre JulliardMoved stub function generation to import.c. Added a...
2005-09-21  Alexandre JulliardNow that we have to be able to run the assembler from...
2005-09-19  Alexandre JulliardCreate an assembly file with all undefined symbols...
2005-09-19  Alexandre JulliardDon't remove ignored symbols from the undefined list...
2005-09-18  Alexandre JulliardMoved return value handling to the individual relay...
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-16  Alexandre JulliardImplemented import thunks for x86-64.
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-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 JulliardAdded an entry point routine for native drivers.
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-19  Alexandre JulliardAdded a --undefined option to allow forcing some symbol...
2005-08-19  Alexandre JulliardAdded some general purpose routines for managing list...
2005-08-12  Alexandre JulliardImplemented DelayLoadFailureHook and use it in the...
2005-07-13  Steve ZellersFixed leftover import table name in output_import_thunk.
2005-07-01  Alexandre JulliardDon't use the full 32 bits of %esp when called from...
2005-07-01  Alexandre JulliardAdded a --target option to allow cross-compilation.
2005-07-01  Alexandre JulliardImprove a bit the assembly generated for import thunks.
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 ThallerUse __ASM_NAME and HAVE_ASM_DOT_SIZE in a few places...
2005-06-16  Alexandre JulliardMake import thunks position-independent to avoid text...
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-05-24  Alexandre JulliardFree delayed import modules on PROCESS_DETACH.
2005-05-07  Alexandre JulliardRemoved no longer used support for 32-bit register...
2005-05-07  Alexandre JulliardUse RaiseException instead of RtlRaiseException for...
2005-05-06  Alexandre JulliardAdded support in winebuild for specifying import librar...
2005-02-09  Marcus MeissnerPut generated import table code into .text segment.
2004-10-18  Vincent BéronAdd some more Alpha asm code and Alpha-specific parts.
2004-10-14  Vincent BéronDon't use magic sizes, actually calculate them.
2004-10-08  Alexandre JulliardAdded --ld-cmd and --nm-cmd options in winebuild, and...
2004-07-29  Marcus MeissnerUse "LD" instead of "ld" in winebuild to be able to...
2004-07-15  Pierre d'Herbemont- Be more accurate on Darwin stack size.
2004-07-14  Pierre d'HerbemontDelayed import fix for Darwin and PowerPC Host.
2004-06-18  Pierre d'Herbemont- Detection of .size instruction.
2004-05-18  Eric Pouech- added size information about most of the generated...
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...
next