aboutsummaryrefslogtreecommitdiff
path: root/include/pub_tool_oset.h
AgeCommit message (Expand)Author
2009-05-06Fix bug #191182, where printing the leak checker results was really slow ifnjn
2009-04-26Fixed compiler warnings triggered by the test programs that include both <std...bart
2009-03-10Updated copyright years.njn
2009-02-23Declared those function arguments that are not modified as const.bart
2009-01-15Introduce a new type, PtrdiffT. Replace lots of uses of OffT (all thosenjn
2008-09-18Merge all remaining changes from branches/PTRCHECK. These are somesewardj
2008-03-03Merge in the DATASYMS branch.sewardj
2008-02-23Added const keyword to second argument of VG_(OSetGen_Remove)().bart
2008-02-11Update copyright dates ("200X-2007" --> "200X-2008").sewardj
2007-12-30Add const qualifiers to appropriate arguments of OSet routines.tom
2007-12-09Don't do comparisons of (signed) Words by merely subtracting them, assewardj
2007-09-17Split the OSet interface into two parts: "OSetGen_", which is the existingnjn
2007-01-08Update copyright dates.sewardj
2006-10-17Merge r6133:sewardj
2006-06-05Update copyright dates.sewardj
2006-01-12Comment-only change.sewardj
2005-12-24Fix a nasty 64-bit-uncleanness bug in OSet spotted by Julian -- for fastnjn
2005-12-22Add a destructor function to OSet_Destroy() which can be called for eachnjn
2005-11-18comment-only changenjn
2005-10-15Comment-only changes.njn
2005-08-17Added VG_(OSet_LookupWithCmp)(), which can be useful.njn
2005-08-14Added new module, m_oset, which provides a generic data structure, OSet,njn