netstat: Initial implementation.
[wine] / dlls / msi / cond.y
2011-07-01  Hans Leidekkermsi: Get rid of the remaining tabs.
2010-10-19  Hans Leidekkermsi: Compare strings without depending on thread locale.
2010-09-24  Hans Leidekkermsi: Avoid accessing memory before the left hand string...
2010-04-21  Hans Leidekkermsi: Make msi_get_property_int and friends take a point...
2010-01-08  Nathan Gallahermsi: Queue dynamically allocated strings in cond.y.
2009-10-15  Hans Leidekkermsi: Define common strings only once.
2009-03-23  Aric Stewartmsi: Reorder the condition operators so that longer...
2008-05-13  James Hawkinsmsi: Convert string variables to ints when appropriate.
2008-02-28  James Hawkinsmsi: If a feature's action is INSTALLSTATE_UNKNOWN...
2007-07-19  Michael Stefaniucdlls: Remove unreachable break after return/break....
2007-07-06  James Hawkinsmsi: Handle remote calls to MsiEvaluateCondition.
2007-06-01  Andrew Talbotmsi: Constify some variables.
2006-12-14  Alexandre JulliardRevert "msi: Comparisons with null in conditions are...
2006-12-07  Mike McCormackmsi: Comparisons with null in conditions are special.
2006-10-10  Mike McCormackmsi: Merge action.h into msipriv.h.
2006-09-11  Alexandre Julliardmsi: Change the prefix on bison-generated names to...
2006-09-09  Alexandre Julliardmsi: Specify the bison name prefix directly in the...
2006-08-22  James Hawkinsmsi: Add handling for MsiEvaluateCondition's substring...
2006-07-27  Mike McCormackmsi: Fix some memory leaks in the condition parser.
2006-06-15  Mike McCormackmsi: Don't define COND_SPACE twice.
2006-06-05  Hans Leidekkermsi: Fix some copy/paste bugs in the implementation...
2006-05-23  Jonathan ErnstUpdate the address of the Free Software Foundation.
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.