winhttp: Reimplement WinHttpCrackUrl.
[wine] / dlls / oleaut32 /
2008-11-03  Andrew Talbotoleaut32: Sign-compare warnings fix.
2008-11-03  Michael Stefaniucoleaut32: Do not cast NULL.
2008-10-16  Kirill K. Smirnovoleaut32: Remove superfluous return statement.
2008-10-16  Kirill K. Smirnovoleaut32: Return correct error code.
2008-10-16  Kirill K. Smirnovoleaut32: Print error messages as ERR.
2008-10-08  Michael Stefaniucoleaut32: Use FAILED instead of !SUCCEEDED.
2008-10-07  Aric Stewartoleaut32: In variants check bOverflow to make sure...
2008-10-06  Kirill K. Smirnovoleaut32: Add tests for metafiles, make them pass under...
2008-10-02  Rob Shearmanoleaut32: Make the code in copy_to_variant and copy_fro...
2008-09-25  Alexandre Julliardoleaut32: Fix a couple of interface registrations to...
2008-09-25  Damjan Jovanovicoleaut32: Fix double negative sign regression in VarFormat.
2008-09-25  Michael Stefaniucoleaut32/tests: Fix printf format warning.
2008-09-25  Michael Stefaniucoleaut32: Remove redundant NULL check before SysFreeStr...
2008-09-24  James Hawkinsoleaut32: Fix a failing test in win95.
2008-09-24  Michael Stefaniucoleaut32/tests: Remove redundant NULL check before...
2008-09-23  Detlef Riekenbergoleaut32: Remove redundant NULL check before SysFreeString.
2008-09-17  Rob Shearmanoleaut32: Fix a typo in VarTokenizeFormatString.
2008-09-16  Mikołaj Zalewskioleaut32: VT_USERDEFINED records are passed by value.
2008-09-16  Huw Daviesoleaut32: Use V_INT instead of V_UNION.
2008-09-16  Huw Daviesoleaut32: Add support for VT_INT and VT_UINT constants.
2008-09-15  Mikołaj Zalewskioleaut32: Add some missing simple types to _argsize...
2008-09-15  Mikołaj Zalewskioleaut32: Make _argsize and _xsize receive the full...
2008-09-15  Paul Vriensoleaut32/tests: Don't crash on Win95.
2008-09-12  Rob Shearmanoleaut32: Add explicit "!= S_OK" to expressions that...
2008-09-10  Detlef Riekenbergoleaut32: Dump parameter and SYSKIND for LHashValOfName...
2008-09-05  Marcus MeissnerAnnotate with allocation size attribute.
2008-09-04  Hongbo Nioleaut32: Add simplified and traditional Chinese resources.
2008-09-02  Francois Gougetoleaut32: Improve the LHashValOfNameSys() documentation...
2008-09-02  Dan Hipschmanoleaut32: Add a widl-generated proxy file for ocidl...
2008-08-29  Detlef Riekenbergoleaut32: Add entry for 16-bit LHashValOfNameSys.
2008-08-28  Paul Vriensoleaut32/tests: Skip some tests on win9x.
2008-08-26  Damjan Jovanovicoleaut32: Thousands separator support for VarFormat.
2008-08-25  Damjan Jovanovicoleaut32: Fix negative number handling in VarFormat.
2008-08-22  Damjan Jovanovicoleaut32: Add a failing VarFormat test.
2008-08-18  Rob Shearmanoleaut32: Fix buffer length passed to VARIANT_DI_tostri...
2008-08-18  Rob Shearmanoleaut32: Fix testing of HRESULT types with not operato...
2008-08-18  Rob Shearmanoleaut32: Fix invalid free of import library entry...
2008-08-18  Rob Shearmanoleaut32: Avoid unnecessary allocations in TLB_MultiByt...
2008-07-30  Rob Shearmanoleaut32: Fix the loading of the parameter name for...
2008-07-30  Rob Shearmanoleaut32: Handle strings with a length of 0xffff in...
2008-07-30  Rob Shearmanoleaut32: Dump the loaded module in SLTG_ProcessModule.
2008-07-30  Rob Shearmanoleaut32: Move the debug logging of the variable type...
2008-07-30  Rob Shearmanoleaut32: Use the typelib debug channel for debug messa...
2008-07-25  Reece Dunnoleaut32: Fix the SafeArrayGetVartype tests on Vista...
2008-07-21  Detlef Riekenbergoleaut32/tests: Run more typelib tests on win9x.
2008-07-21  Detlef Riekenbergoleaut32/tests: Fix tmarshal tests on win9x.
2008-07-21  Reece Dunnoleaut32: Fix the vartype tests on Vista.
2008-07-21  Lei Zhangoleaut32: Check return values in several functions.
2008-07-21  Mikołaj Zalewskioleaut32: Use custom file version in VERSIONINFO.
2008-07-11  Andrew Talbotoleaut32: Remove unneeded address-of operators from...
2008-07-08  Alexandre Julliardtests: Don't depend on the static uuid libraries in...
2008-07-08  Jon Griffithsoleaut32: Implement ICreateTypeLib2::SetHelpStringConte...
2008-07-08  James Hawkinsoleaut32: Fix a few failing tests in win9x.
2008-07-07  Jon Griffithsoleaut32: Don't read past the digits array in VARIANT_F...
2008-07-07  Jon GriffithsFix minor comment typos.
2008-07-07  Jon Griffithsoleaut32: Fix memcpy overlapping ranges in SysReAllocSt...
2008-07-07  Jon Griffithsoleaut32/test: Fix valgrind leaks.
2008-07-03  Alexandre Julliardoleaut32: Include the system jpeg and png headers befor...
2008-07-01  James Hawkinsoleaut32: Fix a test that fails on all platforms up...
2008-07-01  Rob Shearmanoleaut32: Dump symbolic names for VT_LPSTR and VT_LPWST...
2008-07-01  Rob Shearmanoleaut32: Load string constants correctly from SLTG...
2008-07-01  Rob Shearmanoleaut32: Implement the 0x08 flag in SLTG_DoVars.
2008-07-01  Jon Griffithsoleaut32: Implement ICreateTypeLib2_SetHelpContext.
2008-06-30  Jon Griffithsoleaut32: Null doc string params return E_INVALIDARG.
2008-06-30  Jon Griffithsoleaut32: ICreateTypeLib2_SetLcid sets both LCID's.
2008-06-30  Jon Griffithsoleaut32: Use users default LCID for type libraries.
2008-06-30  James Hawkinsoleaut32: Trace the failing VarCmp result.
2008-06-30  Jacek Cabanoleaut32: Added test showing need to QueryInterface...
2008-06-24  Alexandre Julliardoleaut32/tests: Allow UuidCreate to return RPC_S_UUID_L...
2008-06-20  Jon Griffithsoleaut32/tests: Fix invalid free (found by valgrind).
2008-06-19  Paul Vriensoleaut32/tests: Remove some stray spaces from the ok...
2008-06-09  Dan Kegeloleaut32/tests: Initialize reserved fields to unique...
2008-06-06  Dan Kegeloleaut32/tests: VariantInit() isn't enough, you have...
2008-06-04  Dan Kegeloleaut32/tests: Use VariantInit, not VariantClear,...
2008-06-02  Jon Griffithsoleaut32/tests: Fix memory leaks reported by valgrind.
2008-06-02  Paul Vriensoleaut32/tests: Cleanup typelib after the test.
2008-05-29  James Hawkinsoleaut32: Disable olefont tests that fail on all platforms.
2008-05-27  Michael Karcheroleaut32/tests: Call functions via manually obtained...
2008-05-27  Michael Karcheroleaut32: Currency to BSTR must use local decimal separ...
2008-05-19  Michael Karcheroleaut32: Cache localised number chars.
2008-05-19  Mikołaj ZalewskiMake Swedish use SUBLANG_NEUTRAL.
2008-05-07  Jens Albretsenoleaut32: Renamed oleaut32_Dk.rc to oleaut32_Da.rc.
2008-04-30  Alexandre Julliardmakefiles: List the static libraries as normal imports...
2008-04-29  Alexandre JulliardInclude wine/port.h everywhere we use exceptions.
2008-04-25  Alexandre Julliardoleaut32/tests: Store the test typelib in resources...
2008-04-24  Alexandre JulliardAdd makedep magic comments for typelibs in resource...
2008-04-24  Paul Vriensoleaut32/tests: Skip a test on win9x.
2008-04-24  Jacek Cabanoleaut32: Handle VT_R4 in RecordClear (spotted by Konra...
2008-04-24  Jacek Cabanoleaut32: Clear record in RecordDestroy.
2008-04-24  Jacek Cabanoleaut32: Properly clear VT_BSTR record.
2008-04-23  Austin EnglishSpelling fixes.
2008-04-23  Andrew Talbotoleaut32: Remove unused variables.
2008-04-21  Austin EnglishSpelling fixes.
2008-04-17  James Hawkinsoleaut32: Fix a few tests that fail in win2k.
2008-04-14  Austin Englisholeaut32: Spelling fixes.
2008-04-08  Rok Mandeljcoleaut32: Added Slovenian translation.
2008-04-07  Francois GougetAssorted spelling fixes.
2008-04-07  Apostolos Alexiadisoleaut32: Added Greek translation.
2008-03-21  Michael Stefaniucoleaut32: Add the Romanian translation.
2008-03-15  Rob Shearmanoleaut32: Fix the return type of TLB_ReadTypeLib.
next