setupapi: Close the target file before issuing SPFILENOTIFY_FILEEXTRACTED.
[wine] / dlls / setupapi / parser.c
2010-01-08  Marcus Meissnersetupapi: Avoid NULL dereference in error path (Coverity).
2010-01-07  James Hawkinssetupapi: Refactor freeing the INF file into free_inf_f...
2009-10-01  Alexandre Julliardsetupapi: Duplicate the string substitution code to...
2009-01-28  Michael Stefaniucsetupapi: Remove superfluous pointer casts.
2009-01-26  Andrew Talbotsetupapi: Declare a function static.
2009-01-12  Rico Schüllersetupapi: Fix if condition in SetupEnumInfSectionsA/W.
2009-01-05  Alexandre Julliardsetupapi: Implemented SetupEnumInfSectionsA/W.
2008-12-08  Michael Stefaniucsetupapi: Remove some superfluous casts.
2008-11-11  Andrew Talbotsetupapi: Sign-compare warnings fix.
2008-04-25  Andrew Talbotsetupapi: Remove unused variables.
2008-04-01  Paul Vrienssetupapi: Fix for SetupGetIntField, with tests.
2008-03-28  Paul Vrienssetupapi: Fix some last errors for SetupGetLineByIndex.
2008-03-28  Paul Vrienssetupapi: Fix some last errors for SetupFindFirstLine.
2008-01-21  Andrew Talbotsetupapi: Remove unneeded casts.
2007-08-27  Andrew Talbotsetupapi: Constify some variables.
2007-08-13  Jason Edmeadessetupapi: Remove duplicate backslashes on dirids.
2007-07-10  Detlef Riekenbergsetupapi: Avoid crash in SetupCloseInfFile.
2007-05-21  Hans Leidekkersetupapi: Don't require a valid version section for...
2007-03-21  Alexandre Julliardsetupapi: Add support for .inf files in utf-8 format.
2007-03-21  Andrew Talbotsetupapi: Replace inline static with static inline.
2006-10-14  Michael Stefaniucsetupapi: Win64 printf format warning fixes.
2006-09-14  James Hawkinssetupapi: Implement pSetupGetField, with tests.
2006-06-27  James Hawkinssetupapi: Fix SetupCloseInfFile when a NULL handle...
2006-05-23  Jonathan ErnstUpdate the address of the Free Software Foundation.
2006-05-05  Robert Shearmansetupapi: Fix parsing of UCS-16 files.
2006-02-07  Alexandre Julliardsetupapi: Store the full name to the INF file in the...
2005-11-07  Alexandre JulliardAdded a bunch of tests for the INF parser.
2005-09-12  Marcus MeissnerThe last argument to MultiByteToWideChar is wide charac...
2005-08-15  Ge van Geldorpindex is 1-based at this point, index == line->nb_field...
2005-07-22  Alexandre JulliardPreserve the spaces before an opening quote in the...
2005-06-01  Alexandre JulliardRevert previous change, it shouldn't be necessary ...
2005-05-31  Alexandre JulliardSkip the Unicode signature if present.
2004-12-23  Michael StefaniucDo not check for non NULL pointer before HeapFree'ing...
2004-12-02  Eric KohlImplement SetupDiBuildClassInfoList(ExW),
2004-09-22  Hans LeidekkerFix signed/unsigned comparison warnings.
2004-02-27  Alexandre JulliardAdded support for the RegisterDlls section (partly...
2004-01-05  Steven EdwardsMSVC porting fixes.
2003-10-24  Oleg ProkhorovAnother portion of HeapReAlloc fixes.
2003-09-11  Steven EdwardsPorting fixes.
2003-09-05  Alexandre JulliardFixed header dependencies to be fully compatible with...
2003-03-15  Tony LambregtsReplace DPRINTF with TRACE.
2002-09-12  Patrik StridvallMoved all the content of the DDK files ntdef.h and...
2002-08-13  Dmitry TimoshkovFixed hex to binary conversion.
2002-06-13  Alexandre JulliardFor lines that contain a single field, the field is...
2002-05-16  Alexandre JulliardImplemented strtolW/strtoulW in libwine_unicode and...
2002-04-26  Alexandre JulliardBetter support for configure detection of missing types...
2002-04-02  Alexandre JulliardImplemented a large number of the 32-bit setupapi funct...