janitorial: Remove links to any microsoft site.
[wine] / tools / winebuild / spec16.c
2008-01-23  Dmitry Timoshkovwinebuild: Add a couple of missing indentations in...
2007-12-14  Michael Stefaniucwinebuild: Remove duplicate declaration of variable...
2006-08-11  Alexandre Julliardwinebuild: Added output() function to properly deal...
2006-05-23  Jonathan ErnstUpdate the address of the Free Software Foundation.
2006-04-05  Alexandre Julliardwinebuild: Remove a no longer necessary movzwl instruction.
2006-01-21  Marcus Meissnerwinebuild: Output a .note.GNU-stack section to allow...
2005-11-28  Alexandre JulliardPreserve 16-byte stack alignment in 16-bit relays.
2005-09-21  Alexandre JulliardGenerate 16-bit spec files as assembly code too.
2005-09-18  Alexandre JulliardMoved return value handling to the individual relay...
2005-08-29  Alexandre JulliardUse __wine_unimplemented_stub from crt0 for 16-bit...
2005-07-05  Mike McCormackgcc 4.0 -Wpointer-sign fixes.
2005-07-05  Alexandre JulliardAdded vararg argument type so that the relay code can...
2005-06-25  Alexandre JulliardRemove some i386 ifdefs for 16-bit entry points since...
2005-06-06  Alexandre JulliardMoved all assembly code to the end of the generated...
2005-05-23  Alexandre JulliardMoved the generated code segment for 16-bit builtins...
2005-05-20  Alexandre JulliardGenerate 16-bit resources in the proper format inside...
2005-05-19  Alexandre JulliardUse RaiseException instead of RtlRaiseException in...
2005-05-19  Alexandre JulliardRenamed __wine_(un)register_dll_16 to __wine_dll_(un...
2005-05-18  Alexandre JulliardGenerate the 16-bit module header in the standard on...
2005-05-17  Alexandre JulliardUse the exported IMAGE_OS2_HEADER to generate the modul...
2005-05-16  Alexandre JulliardAvoid referencing stackframe.h from outside kernel32.
2005-05-16  Alexandre JulliardMoved data structures for 16-bit relay calls to winbase...
2004-10-14  Vincent BéronOnly compile BuildCallFrom16Func on x86.
2004-05-18  Eric Pouech- added size information about most of the generated...
2004-03-15  Jukka HeinonenRemove support for generating interrupt handlers.
2004-02-11  Alexandre JulliardStore all information about the current dll in a struct...
2003-10-03  Daniel MarmierFixed warnings with gcc option "-Wwrite-strings".
2003-08-28  Alexandre JulliardStart using the exported TEB structure from winternl...
2003-08-27  Alexandre JulliardAdded varargs support for 16-bit entry points.
2003-08-23  Alexandre JulliardGot rid of 16-bit glue code generation since it is...
2003-03-24  Alexandre JulliardAvoid reference to wine_get_cs function from libwine.
2003-03-23  Alexandre JulliardConverted winebuild option parsing to use getopt_long...
2003-03-18  Alexandre JulliardHandle end of line as a syntactic element in the spec...
2002-10-18  Alexandre JulliardMerged wine_call_to_16_long and wine_call_to_16_short...
2002-08-01  Alexandre JulliardIn -spec and -exe mode, accept multiple object files...
2002-06-21  Alexandre JulliardMade some more spec file entries optional or unnecessary.
2002-06-14  Alexandre JulliardUnregister 16-bit dlls on module unload.
2002-05-31  Vincent BéronRemoved trailing whitespace.
2002-05-23  Alexandre JulliardReplaced the GET/PUT_UA macros by memcpy. Fixed a few...
2002-05-16  Alexandre JulliardMoved the selector access functions out of winnt.h...
2002-05-16  Alexandre JulliardFixed missing call to make_c_identifier.
2002-05-14  Alexandre JulliardAdded winebuild support for generating a .dbg.c file...
2002-05-04  Patrik StridvallMS C related changes.
2002-04-25  Alexandre JulliardMoved __ASM_GLOBAL_FUNC macros and interlocked function...
2002-03-11  Patrik StridvallMade winebuild (almost) compile and work on Windows.
2002-03-09  Alexandre JulliardAdded LGPL standard comment, and copyright notices...
2002-01-31  Patrik StridvallMove __stdcall/__cdecl to the right place.
2001-12-14  Alexandre JulliardMade register and interrupt flags instead of entry...
2001-11-06  François GougetFix the #include order for config.h.
2001-10-14  Francois GougetWhen including 'wine/port.h', include it first.
2001-09-14  Dmitry TimoshkovAdd missing CALLBACK modifier.
2001-05-22  Dmitry TimoshkovFixed some issues.
2001-03-28  Alexandre JulliardAlways load the 32-bit dll containing a given 16-bit...
2001-02-13  Josh DuBoisMore portable .align directive.
2000-12-29  Ulrich WeigandFixed winebuild to work on non-Intel architectures.
2000-12-15  Alexandre JulliardAllocate entry points dynamically to allow for a larger...
2000-12-13  Alexandre JulliardRemoved some unnecessary includes.
2000-12-06  Alexandre JulliardDon't make the spec file constructors static so that...
2000-12-02  Alexandre JulliardAlways put the dll constructor in the .init section...
2000-12-01  Alexandre JulliardRemoved some unnecessary includes.
2000-11-29  Alexandre JulliardRenamed CallTo16* functions to wine_call_to_16* and...
2000-11-26  Alexandre JulliardAdded entry point flags -noimport, -norelay, -ret64...
2000-11-15  Dimitrie O. PaunInclude config.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-11-12  Alexandre JulliardRaise an exception for unimplemented 16-bit entry point...
2000-10-29  Alexandre JulliardPatch flat cs of 16-bit entry points if current %cs...
2000-10-25  Alexandre JulliardAdded support for loading .res files for 16-bit resources.
2000-08-14  Alexandre JulliardReplaced global Callbacks structure by appropriate...
2000-07-28  Alexandre JulliardAdded 'owner' field to 16-bit spec files to specify...
2000-06-23  Alexandre JulliardSplit the build program in several files.