wbemprox: Always convert from BSTR.
[wine] / tools / winebuild / relay.c
2011-11-28  Frédéric Delanoywinebuild: Avoid dead code in BuildCallFrom16Core ...
2011-01-27  Alexandre Julliardwinebuild: Get rid of support for register entry points...
2010-04-12  Alexandre Julliardwinebuild: Add cfi annotations to the relay functions...
2010-04-11  Alexandre Julliardwinebuild: Add a wrapper function to output cfi directives.
2010-01-16  Alexandre Julliardwinebuild: Output the 16-bit asm relay functions as...
2010-01-16  Alexandre Julliardwinebuild: Output the asm relay functions as needed...
2010-01-16  Alexandre Julliardwinebuild: Rename __wine_call_from_32_regs for consiste...
2009-06-16  Alexandre Julliardwinebuild: Add unwind annotations to all the generated...
2009-06-10  Alexandre Julliardwinebuild: Properly restore %rax and %rbx in call_from_...
2009-05-01  Alexandre Julliardwinebuild: Use iretq on x86_64 to restore more system...
2009-04-09  Alexandre Julliardwinebuild: Don't include any Windows header to avoid...
2009-04-09  Alexandre Julliardwinebuild: Hardcode the stack frame offsets instead...
2009-04-09  Alexandre Julliardwinebuild: Hardcode the i386 register context offsets...
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 the __wine_call_from_32_regs functi...
2008-03-01  Alexandre JulliardGet rid of the global thread.h header.
2008-01-18  Austin Englishtools: Spelling fixes.
2007-07-19  Alexandre Julliardntdll: Move private data to make room in the TEB for...
2006-08-11  Alexandre Julliardwinebuild: Added output() function to properly deal...
2006-06-19  Alexandre Julliardwinebuild: Get rid of the data16 prefix, it shouldn...
2006-06-13  Alexandre Julliardwinebuild: Fix a few printf format warnings by casting...
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...
2006-01-20  Alexandre Julliardwinebuild: Moved offset definitions to relay.c since...
2006-01-20  Alexandre Julliardntdll: Move the %gs register to the ntdll_thread_regs...
2005-12-19  Alexandre Julliardntdll: Make __wine_call_from_32_restore_regs take a...
2005-11-28  Alexandre JulliardEnforce 16-byte stack alignment when returning from...
2005-09-21  Alexandre JulliardFactor out a couple of useful helper functions.
2005-09-20  Alexandre JulliardFixed stack offset of %eax register.
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-15  Alexandre JulliardAdded a common function to declare global symbols,...
2005-07-05  Alexandre JulliardDon't depend on ELF features for PIC code.
2005-07-05  Alexandre JulliardIntercept functions for 16-bit relay debugging by patch...
2005-07-05  Alexandre JulliardAdded vararg argument type so that the relay code can...
2005-07-03  Alexandre JulliardMoved all 16-bit relay code to the text section.
2005-07-01  Alexandre JulliardMoved most of the implementation of CALL32_CBClient...
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 JulliardGenerate proper PIC code for CALL32_CBClient.
2005-06-16  Alexandre JulliardStore a relative pointer for registry entry points...
2005-05-16  Alexandre JulliardAvoid referencing stackframe.h from outside kernel32.
2005-04-13  Marcus MeissnerUse correct movw instead of movl when handling segment...
2004-05-18  Eric Pouech- added size information about most of the generated...
2004-03-27  Dmitry TimoshkovAdd a few missing __ASM_NAME macros.
2004-03-16  Jukka HeinonenDPMI programs now handle pending events.
2003-10-28  Alexandre JulliardSwitch back to the main process stack before calling...
2003-10-08  Alexandre JulliardAdded __wine_set_signal_fs function to avoid sharing the
2003-10-03  Daniel MarmierFixed warnings with gcc option "-Wwrite-strings".
2003-08-28  Alexandre JulliardRenamed a few more TEB fields.
2003-08-25  Alexandre JulliardMoved selector fixup for the relay code to the callto16...
2003-08-25  Alexandre JulliardMoved 16-bit calls initialization and exception handlin...
2003-08-23  Alexandre JulliardExtended WOWCallback16Ex to support register functions...
2003-03-25  Alexandre JulliardStore %gs in the TEB on every call to 16-bit code,...
2003-02-27  Alexandre JulliardProperly save/restore %gs register across 16-bit calls.
2002-10-18  Alexandre JulliardMerged wine_call_to_16_long and wine_call_to_16_short...
2002-08-13  Alexandre JulliardSetup exception frame around 16-bit calls to unwind...
2002-07-22  Alexandre JulliardReplace all uses of PREFIX and @function by the __ASM_N...
2002-05-31  Vincent BéronRemoved trailing whitespace.
2002-04-25  Alexandre JulliardMoved __ASM_GLOBAL_FUNC macros and interlocked function...
2002-04-01  Alexandre JulliardGot rid of #ifdef USE_STABS.
2002-03-11  Patrik StridvallMade winebuild (almost) compile and work on Windows.
2002-03-09  Alexandre JulliardAdded LGPL standard comment, and copyright notices...
2002-02-12  Gavriel StateSome older versions of GDB need to have the filename...
2001-12-11  Alexandre JulliardExported CALL32_Regs from ntdll, renamed to __wine_call...
2001-10-14  Francois GougetWhen including config.h, include it first.
2001-08-28  Alexandre JulliardOutput correct assembly function headers for all functions.
2001-06-08  Bob GoodwinMask out garbage in the upper half of stack pointer.
2001-02-13  Josh DuBoisMore portable .align directive.
2000-12-29  Ulrich WeigandFixed winebuild to work on non-Intel architectures.
2000-12-01  Dimitrie O. PaunModified winebuild to use the __ASM_FUNC macro for...
2000-11-29  Alexandre JulliardRenamed CallTo16* functions to wine_call_to_16* and...
2000-11-15  Alexandre JulliardMoved standard syslevel APIs declaration to winbase.h.
2000-11-14  Alexandre JulliardMoved LDT handling to libwine.so. Changed the interface...
2000-11-13  Alexandre JulliardExport the CallFrom16xxx functions from kernel32. Renam...
2000-10-29  Alexandre JulliardPatch flat cs of 16-bit entry points if current %cs...
2000-09-13  Ulrich WeigandModified CallTo16Register routines to update register...
2000-06-23  Alexandre JulliardSplit the build program in several files.