advapi32: Test and implement SystemFunction024/025.
[wine] / dlls / msi / cond.y
2005-11-14  Mike McCormackEmpty strings are not equal to any number, so all compa...
2005-11-14  Mike McCormackFix comparison of empty properties to numbers and add...
2005-11-03  Mike McCormackAdd missing semicolons that caused compile trouble...
2005-11-02  Mike McCormackNULL and empty strings are the same in conditions.
2005-10-29  Mike McCormackAdd a bunch of tests for MsiEvaluateCondition and make...
2005-10-28  Mike McCormackFix error handling in MsiEvaluateCondition.
2005-09-22  Mike McCormackFix various memory leaks.
2005-09-20  Mike McCormackAdded memory allocation inline functions (part 2).
2005-05-29  Mike McCormack-Wmissing-declarations and -Wwrite-strings warning...
2005-05-18  Aric StewartA few small fixes.
2005-04-18  Peter Berg LarsenReplace strncpy with memcpy or lstrcpyn.
2005-02-09  Aric StewartDo not limit properties to 256 characters when evaluati...
2005-02-08  Juan LangIdentifiers evaluate to true if they are non-empty...
2005-02-02  Mike McCormackMsiEvaluateCondition returns an error when passed NULL...
2005-01-20  Michael StefaniucDo not check for non NULL pointer before HeapFree'ing...
2004-07-29  Troy RolloFix parsing of string literals.
2004-07-19  Hans LeidekkerSet VersionMsi property.
2004-07-12  Aric StewartProperly handle quoted number literals in MSI condition...
2004-07-09  Mike McCormackImplement MsiVerifyPackage, cosmetic fixes.
2004-07-09  Alexandre JulliardAuthors: Mike McCormack <mike@codeweavers.com>, Aric...
2004-07-06  Aric StewartImplemented ProcessComponents.
2004-07-04  Aric StewartBeginnings of costing and organizing into components...
2004-06-30  Aric StewartStart implementing MsiOpenPackage.
2004-06-29  Aric StewartImplement MsiGetTargetPathA/W.
2004-06-28  Mike McCormackFixed the way the parser takes input strings.
2004-06-28  Aric StewartStart implementing actions.
2004-03-16  Mike McCormackStart implementation of MsiEvaluateConditionA/W.