shdocvw: Register some more documented classes that native also registers.
[wine] / tools / winebuild / import.c
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...
2004-03-17  Richard CohenRemove . from default library search path.
2004-02-17  Alexandre JulliardAdded support for building a dll from a .def file for...
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-02-09  Robert ShearmanFix proc name reported in delay load failure.
2003-11-28  Alexandre JulliardBetter support for div and ldiv in Winelib apps.
2003-10-27  Pierre d'HerbemontFix PowerPC assembler syntax mistakes.
2003-10-24  Pierre d'HerbemontChange mctr PowerPC asm instruction to mtctr. Add Suppo...
2003-08-13  Alexandre JulliardSupport for Mac OS X powerpc register names (based...
2003-07-28  Alexandre JulliardAdded -private flag for entry points that shouldn't...
2003-05-14  Alexandre JulliardOnly print warning on nm failure because it fails on...
2003-04-10  Alexandre JulliardIgnore "U " in nm -u output.
2003-03-20  Alexandre JulliardReplaced mkstemp by mkstemps from libiberty.
2003-03-18  Alexandre JulliardHandle end of line as a syntactic element in the spec...
2003-03-16  Alexandre JulliardDon't enter an imported dll in the import table at...
2002-12-20  Alexandre JulliardDon't ignore sprintf/sscanf imports, semantics are...
2002-12-15  Alexandre JulliardAdded support for defining forward functions as stdcall...
2002-12-12  Alexandre JulliardImplemented import libraries; on Unix we import the...
2002-12-12  Alexandre JulliardAdded list of symbols to ignore by default in winebuild.
2002-11-06  Eric FriasAdded quotes to assembly language output.
2002-08-27  Alexandre JulliardTry to derive temp file names from output file names...
2002-08-20  Marcus MeissnerImplemented delayed import assembler thunks for PPC.
2002-08-17  Dmitry TimoshkovInclude protection for <unistd.h>, <sys/types.h> and...
2002-08-01  Alexandre JulliardIn -spec and -exe mode, accept multiple object files...
2002-07-28  Alexandre JulliardAdded support for importing by ordinal.
2002-07-25  Alexandre JulliardPut correct ordinal hints in the import table.
2002-07-22  Alexandre JulliardReplace all uses of PREFIX and @function by the __ASM_N...
2002-07-05  Gregg Mattinson- Replaced .previous with a .section statement for...
2002-06-21  Alexandre JulliardMade some more spec file entries optional or unnecessary.
2002-05-31  Vincent BéronRemoved trailing whitespace.
2002-05-25  Alexandre JulliardOnly add extra symbols if they are not already exported...
2002-05-16  Alexandre JulliardAdapted to use the argc/argv variables from libwine.
2002-05-11  Alexandre JulliardAdded -res option to specify resources on winebuild...
2002-05-09  Alexandre JulliardMoved imports specification from the .spec into the...
2002-04-25  Alexandre JulliardMoved __ASM_GLOBAL_FUNC macros and interlocked function...
2002-03-20  Alexandre JulliardChanged builtin dlls file names to make it clear they...
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-29  ClemensShould process the .dynsym of shared libraries instead...
2001-12-14  Alexandre JulliardMade register and interrupt flags instead of entry...
2001-12-11  Alexandre JulliardExported CALL32_Regs from ntdll, renamed to __wine_call...
next