wininet: Fix a possible NULL pointer deference.
[wine] / tools /
2006-05-23  Jonathan ErnstUpdate the address of the Free Software Foundation.
2006-05-22  Vitaliy Margolenwine.inf: Create fake dlls for ADPCM codecs.
2006-05-20  Jacek Cabanwidl: Don't add importlib if it is already on the list...
2006-05-20  Jacek Cabanwidl: Added support for importing parent interfaces...
2006-05-17  Jacek Cabanwidl: Added importlib reading implementation.
2006-05-16  Alexandre Julliardtools: Updated the autoconf scripts to more recent...
2006-05-15  Jacek Cabanwidl: Added RPC_FC_ENUM16 encoding.
2006-05-15  Jacek Cabanwidl: res50 is number of impinfos. Fix its usage.
2006-05-15  Francois Gougetwinapi: Add support for APIENTRY.
2006-05-10  Francois Gougetwinapi_check: Fix 'long int' parsing.
2006-05-09  Saulius Krasuckaswine.inf: Install comctl32.dll as fake DLL.
2006-05-09  Alexandre Julliardmciwave: Renamed mciwave.drv to mciwave.dll, and moved...
2006-05-05  Eric Kohlwidl: Implement 'oldnames' option.
2006-05-05  Eric Kohlwidl: Fix a typo.
2006-04-21  Jacek Cabanwidl: Fix a typo.
2006-04-21  Jacek Cabanwidl: Added importlib parsing code.
2006-04-21  Eric Kohlwidl: Implement support for unique pointers to strings.
2006-04-20  Robert Shearmanwidl: Prevent NULL pointer de-refs on "void *" types.
2006-04-18  Alexandre Julliardwinebuild: Disable linking to external symbols by default.
2006-04-18  Robert Shearmanwidl: Ignore [object] attribute on interfaces written...
2006-04-18  Alexandre Julliardwinebuild: Fixed index in module table for delayed...
2006-04-17  Eric Kohlwidl: Support multiple RPC interfaces per binary.
2006-04-17  Eric Kohlwidl: Implement support for unique pointers to arrays.
2006-04-14  Mike McCormackwidl: Add support for VT_I8 and VT_UI8 to msft typelibs.
2006-04-12  Huw Daviestools: Don't try to use FT_Load_Sfnt_Table unless FreeT...
2006-04-11  Eric Pouechwinedump: Constify some pointers.
2006-04-11  Alexandre Julliardwinedump: Added detection of Wine fake dlls.
2006-04-10  Hans Leidekkerdnsapi: Teach winapi_check about dnsapi.dll.
2006-04-10  Eric Kohlwidl: Implement support for ref pointers to simple...
2006-04-10  Eric Pouechwine.inf: Added dbghelp & imagehlp as fake DLLs.
2006-04-08  Marcus Meissnerwinedump: Use fchmod() instead of doing system(chmod).
2006-04-07  Huw Daviesfonts: Add the Won sign in place of the backslash for...
2006-04-05  Alexandre Julliardwinebuild: Remove a no longer necessary movzwl instruction.
2006-04-05  Eric Kohlwidl: Implement support for ref pointers to arrays...
2006-04-04  Alexandre Julliardtools: Add LDFLAGS to all the linker invocations.
2006-04-04  Alexandre Julliardwinegcc: Don't use the library full name for .so libs.
2006-04-04  James Hawkinswine.inf: Add hhctrl.ocx to the list of fake dlls.
2006-04-03  Robert Shearmanwidl: Fix the type offset for generated conformant...
2006-03-31  Alexandre Julliardwinewrapper: Remove a couple of variables that are...
2006-03-31  Robert Shearmanwidl: There's no need to cast _StubMsg - it's already...
2006-03-31  Robert Shearmanwidl: Only assign variables if not a string and only...
2006-03-31  Robert Shearmanwidl: Initialise the temporary variable to 0 for parame...
2006-03-31  Robert Shearmanwidl: Create the correct variable type for parameters...
2006-03-31  Robert Shearmanwidl: Re-use print_phase_basetype for generating return...
2006-03-31  Robert Shearmanwidl: Move handling of base type marshaling and unmarsh...
2006-03-31  Robert Shearmanwidl: Use print_phase_function for printing NdrPointerF...
2006-03-31  Robert Shearmanwidl: Add a function to generate the Ndr type calls.
2006-03-31  Robert Shearmanwidl: Only write the buffer incrementing code for the...
2006-03-31  Robert Shearmanwidl: Output the necessary sizing information for other...
2006-03-31  Robert Shearmanwidl: Output NULL ref pointer check for pointer levels...
2006-03-31  Robert Shearmanwidl: Fix a GCC warning in the generated client and...
2006-03-31  Robert Shearmanwidl: The lval member of var_t is essentially a duplica...
2006-03-31  Robert Shearmanwidl: De-reference parameters' types before deciding...
2006-03-31  Robert Shearmanwidl: Write pointer calls for all non-basetype pointer...
2006-03-31  Robert Shearmanwidl: Write definitions for MIDL_user_allocate and...
2006-03-31  Robert Shearmanwidl: Write out the pre- and postamble for RPC interfac...
2006-03-31  Robert Shearmanwidl: Output interface defined guard for rpc interfaces...
2006-03-31  Robert Shearmanwidl: NdrFcShort should be written out instead of NdrShort.
2006-03-31  Robert Shearmanwidl: Output the numeric equivalent of FC_END, not...
2006-03-31  Robert Shearmanwidl: Support references in type_memsize.
2006-03-31  Robert Shearmanwidl: Only output code for non-object interfaces in...
2006-03-30  Eric Kohlwidl: Implement support for ref pointers to strings.
2006-03-30  Detlef Riekenbergtools: Remove wineconf.
2006-03-28  Eric Kohlwidl: Implement support for pointers to base types.
2006-03-28  Vitaly Lipatovwineshelllink: Remove quotes from Path=<workdir>.
2006-03-28  Jonathan Ernstwine.inf: Add some more fake dlls to the system directory.
2006-03-27  Vitaly Lipatovwine.inf: Add some dll stub dll to the system directory.
2006-03-27  Paul Vrienswine.inf: Add SystemRoot.
2006-03-23  Eric Kohlwidl: Fix base type alignments.
2006-03-23  Eric Kohlwidl: Fix format string size calculation.
2006-03-22  Mike McCormackwine.inf: Add a shdocvw.dll stub dll to the system...
2006-03-21  Francois GougetUpdate win32.api to match the current sources.
2006-03-21  Huw Daviesfonts: Use the EBLC table to retrieve the ascent of...
2006-03-21  Alexandre Julliardsfnt2fnt: Remove output file on failure.
2006-03-21  Alexandre Julliardwinewrapper: Remove explicit call to wineprefixcreate.
2006-03-21  Alexandre Julliardwine.inf: Use the new fake dlls mechanism to create...
2006-03-18  Alexandre Julliardwineprefixcreate: Autodetect the running from build...
2006-03-18  Eric Kohlwidl: Do not generate code that initializes a binding...
2006-03-18  Eric Kohlwidl: Fix proc offset calculation.
2006-03-18  Eric Kohlwidl: 'unsigned char' and 'byte' are must be distinct...
2006-03-16  Alexandre Julliardwinegcc: Look for libraries in subdirs of the library...
2006-03-15  Alexandre Julliardwineprefixcreate: Fixed datadir path. Added dependency...
2006-03-14  Pierre d'Herbemontwineprefixcreate: Make path searching relative.
2006-03-14  Jan Zerebeckiwine.inf: Increase the DirectX version to that of the...
2006-03-13  Paul Vrienswine.inf: Add RegisteredOwner and Org also to WindowsNT...
2006-03-06  Mike McCormackwrc: Don't use identifiers starting yy*, they're reserv...
2006-03-02  Mike McCormackwine.inf: Add a default RelayExclude.
2006-02-28  Alexandre Julliardwrc: Integer ids can be used for control labels instead...
2006-02-28  Detlef Riekenbergwine.inf: Add printing section for local port monitor.
2006-02-27  Francois Gougetadvpack: Prepare the unicodification of advpack.dll.
2006-02-24  Francois Gougetcrypt32: Add CryptQueryObject() prototype.
2006-02-24  Francois Gougetwinsock: Tweak getnameinfo() prototype.
2006-02-24  Francois Gougetsfc: Updates.
2006-02-22  Kevin Koltzauwidl: Fix 64bit warning.
2006-02-17  Alexandre Julliardtools: Added 'relpath' tool to compute relative Unix...
2006-02-16  Robert Shearmanwinebuild: Correction for manpage.
2006-02-14  Mike FrysingerAdd support for 'make install DESTDIR'.
2006-02-14  Robert Shearmantools/c2man.pl: Generate correct html.
2006-02-14  Francois Gougetinclude: Add missing LANG_xxx and SUBLANG_xxx constants.
2006-02-10  Robert Shearmanwidl: Fix a typo when removing TYPEFLAG_FDUAL.
next