Add some msxml3 tests.
[wine] / tools /
2005-08-12  Mike McCormackPartial implementation of DllRegisterServer.
2005-08-11  Steven EdwardsCorrect size check.
2005-08-11  Vincent BéronCorrect a typo in winapi_local.pm.
2005-08-11  Vincent BéronAnother update to win*.api.
2005-08-10  Alexandre JulliardByteswap the resources if we detect that the header...
2005-08-10  Vincent BéronAnother update to the win*.api files.
2005-08-10  Vincent BéronSince windows/ is gone, headers for user are only in
2005-08-09  Alexandre JulliardIgnore prelink failures.
2005-08-09  Alexandre JulliardAdded support for the --image-base linker option in...
2005-08-09  Alexandre JulliardAdded a warning for DllGetVersion and DllInstall not...
2005-08-08  Mike McCormackgcc 4.0 warning fix.
2005-08-08  Detlef RiekenbergAdded exe extensions for mingw32.
2005-08-08  Vincent BéronRemove WINE_PACKED recognition.
2005-08-08  Vincent BéronUpdate win16.api/win32.api to current CVS.
2005-08-08  Vincent BéronRemove WINE_UNUSED checks.
2005-08-03  Alexandre JulliardRemoved the broken mmap64 configure check, and moved the
2005-08-03  Robert Shearman- The header global variable is NULL when not generatin...
2005-07-29  Alexandre JulliardAutomatically generate the list of error names in make_...
2005-07-27  Rémi AssaillyMoved mcicda to the top-level dlls directory.
2005-07-26  Alexandre JulliardPrint a warning when a generated import library doesn...
2005-07-24  Vincent BéronMake winapi_check learn to parse some constructs with...
2005-07-24  Vincent BéronRemove old stuff from winapi_check.
2005-07-22  Francois GougetUpdate win32.api to match the current sources.
2005-07-21  Stefan HuehnerChange some char* to const char* to fix warnigns.
2005-07-21  Stefan HuehnerFix some -Wsign-compare warnings.
2005-07-21  Rémi AssaillyMoved midimap to the top-level dlls directory.
2005-07-19  Kevin KoltzauAdd support for dumping 64bit PE files.
2005-07-14  Stefan HuehnerFix a -Wsign-compare warning.
2005-07-13  Steve ZellersFixed leftover import table name in output_import_thunk.
2005-07-13  Stefan HuehnerFix some -Wsign-compare warnings.
2005-07-11  Francois GougetAdd missing types to win32.api.
2005-07-10  Marcus MeissnerFixed signedness warnings.
2005-07-05  Alexandre JulliardDon't depend on ELF features for PIC code.
2005-07-05  Mike McCormackgcc 4.0 -Wpointer-sign fixes.
2005-07-05  Alexandre JulliardGet rid of the global debugging flag.
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-05  Vincent BéronClean wineinstall from config file references.
2005-07-03  Alexandre JulliardMoved all 16-bit relay code to the text section.
2005-07-03  Mike McCormackAvoid warnings in generated tests by casting sizeof...
2005-07-01  Alexandre JulliardAdded dumping of NE segments and relocations.
2005-07-01  Alexandre JulliardDon't use the full 32 bits of %esp when called from...
2005-07-01  Alexandre JulliardMoved most of the implementation of CALL32_CBClient...
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-30  Alexandre JulliardAdded support for HTML resource type.
2005-06-30  Francois GougetAssorted spelling fixes.
2005-06-30  Stefan HuehnerFix some -Wsign-compare warnings.
2005-06-30  Jacek Caban'.' is a valid char of tIDENT.
2005-06-30  Francois GougetUpdate win32.api to match current sources.
2005-06-30  Phil KrylovFixed winebuild operation in Darwin.
2005-06-29  Alexandre JulliardReplace configure macros by explicit platform checks...
2005-06-29  Huw DaviesUpdate the import table code to eliminate a few magic...
2005-06-28  Alexandre JulliardRun make clean in the winapi subdir too.
2005-06-28  Huw DaviesAdd comments describing the first DWORD in an import...
2005-06-28  James HawkinsAdd some missing types to win32.api.
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-27  Eric PouechConst correctness fixes.
2005-06-25  Alexandre JulliardRemove some i386 ifdefs for 16-bit entry points since...
2005-06-25  Jacek CabanAdded mshtml.dll registration to wine.inf.
2005-06-24  Pierre d'HerbemontChange headers to <windows.h> in order to prevent a...
2005-06-23  Alexandre JulliardAllocate ordinals in the order of the declarations...
2005-06-23  Mike McCormackFix declarations.
2005-06-22  Mike McCormackMove function prototypes to header.
2005-06-20  Stefan HuehnerFix more -Wstrict-prototypes warnings.
2005-06-20  Wolfgang ThallerUse __ASM_NAME and HAVE_ASM_DOT_SIZE in a few places...
2005-06-20  Wolfgang ThallerWinebuild darwin/x86-specific fixes:
2005-06-20  Saulius KrasuckasSync msvcmaker with make_ctests to generate valid code.
2005-06-17  Francois GougetUpdate the win(16|32).api files to match the current...
2005-06-17  Francois GougetFix the prototypes of SQLCreateDataSource*(), SQLGetPri...
2005-06-17  Francois GougetFix the FreeADsMem() prototype.
2005-06-17  Francois GougetRemove a check for obsolete directory and file special...
2005-06-17  Francois GougetWe should set the global $all_modules variable otherwis...
2005-06-16  Alexandre JulliardMake import thunks position-independent to avoid text...
2005-06-16  Alexandre JulliardGenerate proper PIC code for CALL32_CBClient.
2005-06-16  Alexandre JulliardStore a relative pointer for registry entry points...
2005-06-16  Alexandre JulliardOutput the exported names as a C string so that they...
2005-06-16  Maarten LankhorstRegister qcap.dll on wine initialisation.
2005-06-15  Stefan HuehnerFix some -Wmissing-declarations by making functions...
2005-06-15  Alexandre JulliardAvoid static forward declaration that doesn't work...
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-09  Alexandre JulliardFixed a number of references to removed directories.
2005-06-09  Mike McCormackDump out the msi information in more detail.
2005-06-09  Robert ShearmanAdd more struct types for TLB generation.
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-06-03  Lionel UlmerAdded keys to install all known DPlay service providers.
2005-05-26  Alexandre JulliardWorkaround to allow using the async keyword as method...
2005-05-25  Alexandre JulliardBetter support for building stand-alone tests.
2005-05-24  Hans LeidekkerFix uninitialized warnings.
2005-05-24  Dmitry TimoshkovPrint data offset additionally to prefix while dumping...
2005-05-24  Alexandre JulliardFree delayed import modules on PROCESS_DETACH.
2005-05-23  Alexandre JulliardMoved the generated code segment for 16-bit builtins...
2005-05-23  Robert ShearmanFix -Wwrite-strings warnings.
2005-05-23  Dmitry TimoshkovSmall fix for the font directory resource written by...
2005-05-20  Alexandre JulliardGenerate 16-bit resources in the proper format inside...
2005-05-20  Dmitry TimoshkovMake .fon files generated by fnt2fon slightly more...
next