shlwapi/tests: Don't test function directly when reporting GetLastError().
[wine] / dlls / version / info.c
2010-02-17  Alexandre Julliardversion: Improve detection of builtin libraries.
2009-12-29  Alexandre Julliardversion: Get rid of the 16-bit library loading code...
2009-10-01  Alexandre Julliardversion: Simplify the resource loading since we always...
2009-10-01  Alexandre Julliardversion: Use the find_resource function instead of...
2009-01-13  Michael Stefaniucversion: Remove superfluous pointer casts.
2008-11-25  Francois Gougetversion: Remove WINAPI on static functions where not...
2008-11-21  Alistair Leslie... version: VerQueryValueA/W allow blank and NULL strings.
2008-10-14  Lei Zhangversion: Prevent infinite looping in VersionInfo32_Find...
2008-02-13  Aric Stewartversion: Check for 16-bit file format before returning...
2008-02-05  James Hawkinsversion: Return ERROR_RESOURCE_DATA_NOT_FOUND if the...
2007-11-01  Dmitry Timoshkovversion: Use GetModuleHandleEx to increment the module...
2007-09-10  Francois Gougetversion: Fix some Ver*() prototypes (especially wrt...
2007-07-27  Steven Edwardsversion: VerQueryValueA/W NULL pointer check.
2007-06-07  Francois GougetAssorted spelling fixes.
2007-05-31  Francois Gougetversion: Fix the VerQueryValueA/W() prototypes.
2007-05-21  Andrew Talbotversion: Exclude unused headers.
2007-04-17  Dmitry Timoshkovversion: Add a VerQueryValue test, make it mostly pass...
2007-03-05  Andrew Talbotversion: Constify some variables.
2007-02-26  Andrew Talbotversion: Constify a variable.
2007-02-14  Andrew Talbotversion: Constify a formal parameter of VerQueryValue...
2006-10-09  Michael Stefaniucversion: Win64 printf format warning fixes.
2006-05-23  Jonathan ErnstUpdate the address of the Free Software Foundation.
2005-11-03  Ivan Leo PuotiFix some wrong prototypes.
2005-10-26  Detlef RiekenbergUpdated trace to support VERSIONED_PRINTER.
2005-10-04  James HawkinsCheck the size of the input buffer so we don't write...
2005-09-12  Alexandre JulliardFixed a number of pointer to integer conversions that...
2005-08-29  Alexandre JulliardStore the result of the A/W conversions in the extra...
2005-08-29  Paul VriensReserve extra space for conversions.
2005-08-03  Alexandre JulliardDon't convert the return value on failure in VerQueryVa...
2005-07-30  Paul VriensRemove the no longer used ConvertVersionInfo32To16...
2005-07-29  Paul VriensCleanup whitespace.
2005-07-28  Paul VriensNew function VersionInfo32_QueryValue.
2005-07-28  Paul VriensVerQueryValue returns BOOL not DWORD.
2005-07-28  Paul VriensCleanup print_vffi_debug.
2005-07-27  Paul VriensRemove 32bit references/checks in VERSION_GetFileVersio...
2005-07-27  Paul VriensRemove wrong check.
2005-07-26  Paul VriensRename bText to wType.
2005-07-26  Paul VriensForward GetFileVersionInfoA to GetFileVersionInfoW.
2005-07-20  Paul VriensAdd tests for VerQueryValue[AW].
2005-01-04  Robert ReifPrevent crash from invalid last parameter in GetFileVer...
2004-08-31  Dmitry TimoshkovSet last error values compatible with Win9x implementation
2004-08-26  Dmitry TimoshkovTry to avoid loading 16-bit DLLs into memory for access...
2004-05-19  Eric PouechGetModuleFileName[AW] doesn't terminate the string...
2004-04-12  Alexandre JulliardSet last error to 0 on success in VERSION_GetFileVersio...
2004-04-05  Stefan LeichterMoved implementation of GetFileVersionInfoSize from...
2004-01-28  Robert ShearmanAllow VerQueryValueW to query 16-bit resources.
2003-09-27  Dimitrie O. PaunMerge documentation/status/version into the version...
2003-09-05  Alexandre JulliardFixed header dependencies to be fully compatible with...
2003-03-15  Tony LambregtsReplace DPRINTF with TRACE.
2002-08-14  François GougetNT sets the error code to ERROR_RESOURCE_DATA_NOT_FOUND...
2002-07-08  Alexandre JulliardRemoved workaround for 16-bit loader bug.
2002-05-31  Vincent BéronRemoved trailing whitespace.
2002-04-02  Dmitry TimoshkovAlways call LoadLibrary.
2002-03-09  Alexandre JulliardAdded LGPL standard comment, and copyright notices...
2001-06-19  Patrik StridvallDocumentation ordinal fixes.
2001-06-06  Andreas MohrRemove unneeded WINAPI.
2001-03-23  Francois GougetConvertVersionInfo32To16: the end of the child list...
2001-03-19  Dmitry TimoshkovTruncate version data if provided buffer is not large...
2001-03-16  Dmitry TimoshkovFixed prototype of GetFileVersionInfoA/W.
2001-03-14  Dmitry TimoshkovReturn from GetFileVersionInfo(Size) if specified file...
2001-02-23  Dmitry TimoshkovAdd version information (16 and 32 bit) to core built...
2001-02-15  Lawson WhitneyIf VerQueryValueA is called with a PE resource, transla...
2000-11-28  Alexandre JulliardGot rid of the Wine internal lstrcpy* functions and...
2000-11-16  Alexandre JulliardReplaced HEAP_strdup* and lstrcpynAtoW calls by exporte...
2000-10-23  Alexandre JulliardDuplicate resource directory searching routines instead...
2000-09-25  Alexandre JulliardRemoved inclusion of wine/winestring.h from winbase...
2000-08-14  Alexandre JulliardReplaced all lstr* calls from inside Wine code by their...
2000-06-13  Alexandre JulliardUse the Unicode string functions from wine/unicode...
2000-03-28  Patrik StridvallAdded/fixed some documentation reported by winapi_check.
2000-02-25  Patrik StridvallMade some local functions static.
2000-01-08  Ulrich WeigandFixed alignment problem with VERSION_INFO members.
1999-09-19  Ulrich WeigandMove VerLanguageName[AW] back to base (exported from...
1999-08-21  Uwe BonnesAlignment fix.
1999-08-15  Uwe BonnesFixed alignment.
1999-08-08  Alexandre JulliardReplaced a few calls to lstr* functions by their CRTDLL...
1999-08-04  Alexandre JulliardGot rid of dsprintf and related macros.
1999-05-29  Paul Quinnver.h is a legacy header. winver.h should be used instead.
1999-05-14  Alexandre JulliardConverted to the new debug interface, using script...
1999-04-22  Michael VekslerRemoved some includes of 16 bit API.
1999-04-19  Patrik StridvallNew debug scheme with explicit debug channels declaration.
1999-02-26  Alexandre JulliardLarge-scale renaming of all Win32 functions and types...
1999-02-19  Lawson A. WhitneyDon't hang on the last child if it's not wanted.
1999-02-17  Bertho StultiensRenamed VS_VERSION_INFOxx structure to VS_VERSION_INFO_...
1999-02-17  Marcus MeissnerOptimized include/*.h: (recursively) include all header...
1999-02-09  Ulrich WeigandNULL is a valid argument as handle for GetFileVersionIn...
1999-01-31  Ulrich WeigandImplementation of VERSION.DLL. Based on old misc/ver.c.