Correct argument count for URLDownloadToCacheFile{A,W}.
[wine] / tools /
2005-11-10  Francois GougetAssorted spelling and case fixes.
2005-11-10  Markus AmslerMake parameter higlighting regex less "hungry".
2005-11-04  Vincent BéronUpdate win16.api and win32.api.
2005-11-04  Vincent Béronvolatile is legal (and used now!) in a typedef struct {}.
2005-11-04  Vincent BéronFix typo: PSYM_ENUMSOURCEFILES_CALLBACK instead of
2005-11-04  Vincent Béron__RPC_STUB is a calling convention as well (#defined...
2005-11-03  Dmitry TimoshkovGet rid of a double backslash.
2005-11-03  Mike McCormackAdd the ContextMenuHandlers key for shortcuts so the...
2005-11-02  Mike McCormackHandle msi component identifiers without a feature...
2005-11-01  Vitaliy MargolenRemove version information.
2005-10-27  Hans LeidekkerWine is beta software now.
2005-10-24  Robert LunnonRemove SVR4 specific pseudo-ops.
2005-10-24  Simon RichterFix winebuild's ppc assembly generation.
2005-10-19  Jonathan ErnstUse WineHQ's mirror selection script to get the Mozilla...
2005-10-18  Mike McCormackMake sure the component string is nul terminated.
2005-10-18  Vincent BéronCorrect AtlModuleAddTermFunc prototype.
2005-10-11  Dmitry TimoshkovRename struct option in order to avoid a conflict with...
2005-10-10  Alexandre JulliardAdd current directory to default include path.
2005-10-10  Alexandre JulliardDefault search path for an include file should be based...
2005-10-10  Richard CohenDon't create old unlocalized directories in wineprefixc...
2005-10-10  Alexandre JulliardSet the version we report in wmc and wrc from the globa...
2005-10-08  Alexandre JulliardSet the widl version to be the same as the global packa...
2005-10-08  Francois GougetMove all Unicode and Ansi string types to the %str...
2005-10-06  Alexandre JulliardPut Wine version information in all the man pages.
2005-10-06  Alexandre JulliardAdded global rules for man pages.
2005-10-06  Alexandre JulliardFixed some nroff warnings.
2005-10-06  Francois Gougetwinapi_check does not use the '--extension' flag so...
2005-10-06  Dmitry TimoshkovIgnore the delay load directory size.
2005-10-04  Alexandre JulliardFixed dumping of the import directory to ignore the...
2005-10-04  Dmitry TimoshkovAdd support for dumping delay load PE data.
2005-09-29  Alexandre JulliardGet rid of the debug channels support.
2005-09-29  Alexandre JulliardRemoved rules for .dbg.c files.
2005-09-29  Vincent BéronUpdate winapi_check for "false" HAVE_* macros.
2005-09-29  Vincent BéronUpdate win32.api to current CVS.
2005-09-28  Alexandre JulliardNow that we are requiring bison anyway, make the .tab...
2005-09-28  Vincent BéronDon't treat absence of conditional as config.h being...
2005-09-26  Francois GougetAdd iads.idl to define the IADsContainer interface.
2005-09-26  Francois Gougetvolatile is valid everywhere const is valid.
2005-09-26  Francois GougetHOLEMENU is a 'long' as far as winapi_check is concerned.
2005-09-26  Francois GougetUpdate win32.api to match the current sources.
2005-09-26  Francois GougetUpdate winapi_check so it considers 'longlong' (win...
2005-09-23  Alexandre JulliardDefined a proper structure for debug channels.
2005-09-22  Alexandre JulliardLeave creation of the drive symlinks to wineprefixcreate.
2005-09-21  Alexandre JulliardGenerate 16-bit spec files as assembly code too.
2005-09-21  Alexandre JulliardFactor out a couple of useful helper functions.
2005-09-21  Alexandre JulliardMake sure that values of absolute symbols fit in 16...
2005-09-21  Alexandre JulliardLet winebuild take care of calling the assembler.
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-20  Alexandre JulliardFixed stack offset of %eax register.
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-19  Alexandre JulliardTake into account -noname functions when checking for...
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-16  Huw DaviesUpdate sfnt2fnt hack, now that Wine Courier is known...
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-15  Alexandre JulliardOutput the resource data in assembly too.
2005-09-14  Alexandre JulliardOutput constant strings in a more appropriate section...
2005-09-14  Alexandre JulliardGenerate stub functions directly in assembly.
2005-09-14  Ge van GeldorpBase of REG_DWORD entries must be auto-detected.
2005-09-12  Alexandre JulliardProperly handle the case where vsnprintf returns -1.
2005-09-12  Robert Shearman- Output prototypes for user marshal functions at the...
2005-09-12  Alexandre JulliardFixed a number of pointer to integer conversions that...
2005-09-09  Alexandre JulliardFixed get_time_str definition to match the prototype.
2005-09-09  Vincent BéronUpdate the win32.api file to current CVS.
2005-09-08  Dmitry TimoshkovDump more .lnk file header fields.
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  Christoph FrickFake directx 9c instead of 9b.
2005-09-07  Alexandre JulliardGenerate the NT header in assembly instead of using...
2005-09-06  Francois Gouget'volatile' is valid everywhere where 'const' is valid...
2005-09-03  Alexandre JulliardOutput the delayed import table using assembly too.
2005-09-03  Alexandre JulliardImplemented --image-base support for Mac OS.
2005-09-02  Alexandre JulliardOutput the import directory using assembly instead...
2005-09-02  Alexandre JulliardAdded an entry point routine for native drivers.
2005-09-02  Alexandre JulliardMoved the spec file init function and constructor to...
2005-08-29  Alexandre JulliardAvoid using common symbols, they are broken on Mac OS.
2005-08-29  Alexandre JulliardCompute the ordinal base and limit in assign_ordinals...
2005-08-29  Alexandre JulliardMoved more of the spec initialization code to the winec...
2005-08-29  Alexandre JulliardUse __wine_unimplemented_stub from crt0 for 16-bit...
2005-08-29  Alexandre JulliardGet rid of the unused owner_name field.
2005-08-25  Alexandre JulliardMoved the delay loading support code to the winecrt0...
2005-08-25  Alexandre JulliardAdded a -municode flag to winegcc for applications...
2005-08-25  Alexandre JulliardMoved the implementation of spec file stubs to the...
2005-08-25  Alexandre JulliardBeginnings of a crt0 library.
2005-08-23  Alexandre JulliardThe exported name strings should be inside the export...
2005-08-23  Rémi AssaillyMoved mciavi32 to the top-level dlls directory.
2005-08-23  James HawkinsRegister the ITStorage class.
2005-08-19  Alexandre JulliardAdded a --undefined option to allow forcing some symbol...
2005-08-19  Rémi AssaillyRemoved mcianim.
2005-08-19  Alexandre JulliardAdded some general purpose routines for managing list...
2005-08-19  Huw DaviesAdd System font for the Chinese codepages cp936 and...
2005-08-18  Pavel Roskinsfnt2fnt exits with code 0 for several errors, which...
2005-08-17  Rémi AssaillyMoved mciseq to the top-level dlls directory.
2005-08-16  Francois GougetUse LPSTORAGE to better match the PSDK.
2005-08-15  Alexandre JulliardSet the default system dir to windows/system32.
next