Added support for building certain dlls with -DSTRICT.
[wine] / dlls / oleaut32 / typelib.c
2002-07-31  Alexandre JulliardFixed HANDLE<->HFILE conversions, since they will be...
2002-07-16  Gregg MattinsonFixed void* arithmetic.
2002-07-10  Gregg MattinsonFixes to allow big endian machines to load MSFT typelib...
2002-06-20  Jason Edmeades- VarAnd, VarCmp (Strings only), VarNot implemented.
2002-06-20  Marcus MeissnerITypelib::Invoke: Handle different length arguments...
2002-06-10  Huw D M DaviesAdd more magic to find the start of the nametable.
2002-06-10  Marcus MeissnerAdded some debugoutput functions for TYPEATTR, IDLDESC...
2002-06-04  Steven EdwardsPorting fixes.
2002-05-31  Vincent BéronRemoved trailing whitespace.
2002-05-23  Andreas MohrRemoved obsolete email address.
2002-05-16  Alexandre JulliardImplemented strtolW/strtoulW in libwine_unicode and...
2002-05-06  Marcus MeissnerSmall hack to make InstallShield v6 work better.
2002-05-01  Alexandre JulliardAttempt at fixing MAX_PATH issues for mingw.
2002-03-09  Alexandre JulliardAdded LGPL standard comment, and copyright notices...
2002-02-05  Marcus MeissnerImplemented Local Server COM.
2002-02-04  Malte StarostikDo not destroy ITypeLib held by ITypeInfo before the...
2002-01-29  Huw D M DaviesWeird thing with lcid of library is that if sublang...
2002-01-29  Dimitrie O. PaunMake FIXMEs more grep-able.
2002-01-22  Marcus MeissnerThe \\<nr> magic in LoadTypeLibEx found directories...
2002-01-09  Bill MedlandFixed GetDocumentation a little. When called from...
2001-11-19  Andreas Mohr- fix wrong hexadecimal GetLastError() output
2001-11-12  Huw D M DaviesFixes stupid bug with typelib filenames.
2001-10-14  Ove KaavenFixed bugs with propget methods with input arguments.
2001-10-10  Francois GougetMove the RT_XXX macros to winuser.h.
2001-10-05  Huw D M DaviesRemove some unnecessary AddRef's.
2001-10-04  Ove KaavenThe DISPPARAMS parameter array is a reverse-order array.
2001-10-04  Ove KaavenITypeInfo::Invoke should also search inherited interfac...
2001-10-03  Ove KaavenDon't ignore DISPATCH_METHOD in ITypeInfo::Invoke.
2001-10-03  Huw D M DaviesLooks like the SLTG_ImplInfo struct isn't a fixed size.
2001-10-02  Huw D M DaviesLong nameless args in SLTG apparently get denoted by...
2001-09-26  Huw D M DaviesBetter handling of typelibs loaded with a trailing...
2001-09-21  Ove KaavenRegister typelib marshaling for OLE Automation-compatib...
2001-09-10  Huw D M DaviesLoad some useful TYPEATTR elements from v1 typelibs.
2001-09-07  Huw D M DaviesAdd reader for v1 (SLTG) typelibs.
2001-08-21  Francois GougetAdd the decVal field to VARIANT.
2001-08-06  Marcus MeissnerFirst (partial) implementation of ITypeInfo::Invoke.
2001-08-03  Malte StarostikImplemented RegisterTypeLib.
2001-07-23  Patrik Stridvall- Made sure that the files that contains the declarations
2001-07-02  Patrik StridvallDocumentation fixes.
2001-06-20  Patrik StridvallDocumentation ordinal fixes.
2001-05-11  Francois GougetRemove unnecessary single quoting of debugstr_xxx strings.
2001-05-09  Francois GougetAdd '\n' at the end of traces.
2001-03-05  Andreas MohrThe for loop in ITypeLib2_fnFindName was wrong (extra...
2001-02-28  Francois GougetSmall 'typos in comments' fixes.
2001-01-06  François GougetFixed some HFILE vs. HANDLE mismatches.
2000-12-21  Francois Jacques- TLB_DoFuncs: code cleanup and elemdescFunc read corre...
2000-12-19  Gerard PatelMisc fixes for QueryPathOfRegTypeLib, TLB_ReadTypeLib,
2000-12-13  Alexandre JulliardFixed some warnings.
2000-12-01  Patrik StridvallAdded/modified documentation for function arguments.
2000-11-27  Andreas Mohr- added winver settings nt2k, win30 and win20 (yes...
2000-11-25  Francois Jacques- support for arguments with referenced types
2000-10-26  Francois JacquesUpdated the load process so that all typelibs (and...
2000-10-25  Francois JacquesUpdated typelib loader. Typelib contents can be stored...
2000-10-03  Francois GougetFixed some prototypes.
2000-09-26  Alexandre JulliardMoved all Win16 definitions out of the standard Windows...
2000-09-25  Alexandre JulliardRemoved inclusion of wine/winestring.h from winbase...
2000-09-19  Gerard PatelAvoid infinite loop if QueryPathOfRegTypeLib is called...
2000-08-22  Francois Jacques- removed unnecessary recursion
2000-08-14  Alexandre JulliardReplaced VERSION_* calls by exported API equivalents.
2000-08-09  James Hatheway- Avoid null-pointer exceptions by testing listnodes...
2000-08-08  Alexandre JulliardSmall dll interfaces cleanups.
2000-07-29  Marcus MeissnerAdded CreateTypeLib,LHashValOfNameSys stubs.
2000-07-10  Juergen Schmied- better loading of *.tlb files
2000-07-09  Huw D M DaviesStub implementation of LHashValOfNameSysA.
2000-07-08  Huw D M DaviesFix typo in ITypeLib::IsName.
2000-06-24  Juergen Schmied- removed hack to find the right resource
2000-06-23  Alexandre JulliardCleaned up a few inter-dll dependencies.
2000-02-26  Patrik StridvallFixed ANSI C violations.
2000-02-18  Alexandre JulliardChanged the loading of typelib files to use a memory...
2000-02-10  Alexandre JulliardOptimized debugging API to reduce code size.
2000-01-30  Francois GougetThe COM virtual tables must use the
1999-12-08  Dimitrie O. PaunMake use of the DEFAULT_DEBUG_CHANNEL where appropriate.
1999-12-05  Andreas Mohr- the OLE version returned was too low
1999-10-13  Francois GougetUse the COM macros rather than directly accessing the...
1999-09-29  Rein KlazesFirst implementation of LoadTypeLibEx().
1999-09-23  Patrik StridvallFixed some of the issues reported by winapi-check.
1999-09-19  Ulrich WeigandMoved bulk of OLE implementation to dlls/ subdirectories.