d3dxof/tests: Sign compare fix.
[wine] / dlls / msxml3 / nodemap.c
2009-03-10  Michael Stefaniucmsxml3: Change the remaining long variables to LONG.
2009-03-10  Michael Stefaniucmsxml3: Change long to LONG in msxml2.idl and xmldom...
2008-11-03  Michael Karchermsxml3: Simplify IXMLDOMNodeMap::removeNamedItem.
2008-10-13  Michael Karchermsxml3: Use orphan node list.
2008-10-13  Michael Karchermsxml3: Correct handling of listLength == NULL in IXMLD...
2008-10-13  Michael Karchermsxml3: Implementation of IXMLDOMNamedNodeMap::removeNa...
2008-02-19  Alistair Leslie... msxml3: Implemented IDispatch for IXMLDOMNamedNodeMap.
2008-01-14  Andrew Talbotmsxml3: Remove unneeded cast.
2008-01-04  Alistair Leslie... msxml3: Implement setNamedItem.
2007-06-27  Michael Stefaniucjanitorial: Remove superfluous casts of void pointers...
2006-12-29  Colin Pitratmsxml: nextNode and reset functions.
2006-09-21  Dan Hipschmanmsxml3: Fix IXMLDOMNamedNodeMap_getNamedItem() conforma...
2006-05-23  Jonathan ErnstUpdate the address of the Free Software Foundation.
2006-02-10  Huw Daviesmsxml: Add ISupportErrorInfo for named node maps.
2006-01-27  Huw Daviesmsxml: Issue a fixme if the interface is not implemented.
2005-11-18  Huw DaviesRef count the xmlDocPtr.
2005-11-08  Huw DaviesInclude msxml2.h rather than msxml.h and xmldom.h.
2005-11-08  Huw DaviesFix cut-n-paste error in licence text.
2005-11-03  Stefan HuehnerAdd indexed access to attributes (nodemap) and childNodes
2005-10-31  Huw DaviesActually print the IIDs.
2005-08-19  Mike McCormackUse a single function to create all IXMLDOMNode impleme...
2005-08-18  Mike McCormackMake each IXMLDOMNode interface represent one libxml2...
2005-08-10  Mike McCormackCreate a node object and use it to hold libxml2 pointers.
2005-08-08  Jacek CabanFixed msxml compilation when libxml2 is not available.
2005-08-08  Mike McCormackImplement the IXMLDOMNamedNodeMap interface.