1. 0f157dd Update copyright dates (20XY-2012 ==> 20XY-2013) by sewardj · 11 years ago
  2. d35da71 Remove unused variable (and associated compiler warning). by florian · 11 years ago
  3. a388ee4 pub_tool_oset.h and m_oset.c cleanup by philippe · 11 years ago
  4. c91f584 Fix inclusion of header files in coregrind. No pub_tool_*.h should be by florian · 11 years ago
  5. 3e79863 Fix some casts that removed const-ness as pointed out by GCC's -Wcast-qual. by florian · 12 years ago
  6. 19f91bb Fix more Char/HChar mixups. Closing in... by florian · 12 years ago
  7. 54fe202 Char/HChar and constness fixes. Mostly cost center by florian · 12 years ago
  8. 6e07448 Pool allocator: change the semantics of VG_(releasePA)() according to comment http://bugs.kde.org/show_bug.cgi?id=282230#c50. by bart · 13 years ago
  9. 6643e96 Fixes 282230 group allocator for small fixed size, use it for MC_Chunk/SEc vbit by philippe · 13 years ago
  10. ec062e8 Update all copyright dates, from 20xy-2010 to 20xy-2011. by sewardj · 13 years ago
  11. 9eecbbb Update copyright dates to 2010. by sewardj · 14 years ago
  12. 9f20746 Updated copyright years. by njn · 16 years ago
  13. 889a5d6 Declared those function arguments that are not modified as const. by bart · 16 years ago
  14. f6ff365 VG_(OSetGen_ResetIterAt)() now also works for OSet's that do not have an by bart · 16 years ago
  15. c4431bf Introduce a new type, PtrdiffT. Replace lots of uses of OffT (all those by njn · 16 years ago
  16. 23d4469 Helgrind's event-map garbage collector hammers VG_(OSetGen_Next). by sewardj · 16 years ago
  17. 9c606bd by sewardj · 16 years ago
  18. b8b79ad Merge in the DATASYMS branch. by sewardj · 17 years ago
  19. 966f055 Added const keyword to second argument of VG_(OSetGen_Remove)(). by bart · 17 years ago
  20. 4d474d0 Update copyright dates ("200X-2007" --> "200X-2008"). by sewardj · 17 years ago
  21. 5a835d5 Add const qualifiers to appropriate arguments of OSet routines. by tom · 17 years ago
  22. 9bc8d9e Don't do comparisons of (signed) Words by merely subtracting them, as by sewardj · 17 years ago
  23. e2a9ad3 Split the OSet interface into two parts: "OSetGen_", which is the existing by njn · 17 years ago
  24. 9ebd6e0 Update copyright dates. by sewardj · 18 years ago
  25. dff46d5 Merge r6133: by sewardj · 18 years ago
  26. 851ba8d Minor readability change. by njn · 19 years ago
  27. afa1226 by njn · 19 years ago
  28. e004d72 Add a destructor function to OSet_Destroy() which can be called for each node. by njn · 19 years ago
  29. a527a49 Add info about overhead in heap blocks and OSet nodes. by njn · 19 years ago
  30. 60a4b0b Fix statement-before-declaration warnings for the core code. by tom · 19 years ago
  31. aa260e8 Added VG_(OSet_LookupWithCmp)(), which can be useful. by njn · 19 years ago
  32. 9a46324 lots of little wibbles by njn · 19 years ago
  33. 0684dd4 by njn · 19 years ago
  34. 1d68e53 wibble by njn · 19 years ago
  35. 6db3470 Trim some fat; removing this assertion makes Remove() about 5% faster. by njn · 19 years ago
  36. e1b2b96 by njn · 19 years ago