netstat: Initial implementation.
[wine] / dlls / msi / script.c
2012-11-15  Nikolay Sivovmsi: Remove unnecessary casts and argument from script...
2012-11-15  Nikolay Sivovmsi: Make it clear where script type mask comes from.
2012-11-15  Nikolay Sivovmsi: COM cleanup for IActiveScriptSite.
2012-11-14  Nikolay Sivovmsi: Cache ITypeInfo instances for automation objects...
2012-09-18  Jacek Cabanmsi: Make script Session object visible by name.
2012-09-18  Jacek Cabanmsi: Choose the right IActiveScriptParse* interface...
2012-07-27  Hans Leidekkermsi: Use inline wrappers for calling COM methods.
2012-07-27  Hans Leidekkermsi: Use the right interface to call 32-bit and 64...
2012-05-01  Hans Leidekkermsi: Add the Session object as a global member to custo...
2012-05-01  Hans Leidekkermsi: Remove a workaround for missing Windows Script...
2011-01-27  Hans Leidekkermsi: Check the return value of IActiveScript_AddNamedIt...
2010-05-20  Hans Leidekkermsi: Consistently use the allocation macros.
2009-02-03  Jacek Cabanjscript: Add IActiveScriptParse64 declaration and use...
2007-11-20  Misha Koshelevmsi: automation: Fix automation object reference counts...
2007-07-30  Misha Koshelevmsi: Use SysAllocString/SysFreeString for BSTR members...
2007-05-18  Misha Koshelevmsi: script: Change all tabs to spaces to conform to...
2007-05-07  Misha Koshelevmsi: automation: Store parent Installer object in Session.
2007-05-07  Misha Koshelevmsi: script: Discriminate properly between JScript...
2007-05-01  Misha Koshelevmsi: Add JScript/VBScript support.