index
:
~glisse/valgrind
master
pp
valgrind fglrx ioctl catching
glisse
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
coregrind
/
m_oset.c
Age
Commit message (
Expand
)
Author
Files
Lines
2009-01-15
Introduce a new type, PtrdiffT. Replace lots of uses of OffT (all those
njn
1
-1
/
+1
2008-11-20
Helgrind's event-map garbage collector hammers VG_(OSetGen_Next).
sewardj
1
-3
/
+5
2008-09-18
Merge all remaining changes from branches/PTRCHECK. These are some
sewardj
1
-5
/
+9
2008-03-03
Merge in the DATASYMS branch.
sewardj
1
-19
/
+87
2008-02-23
Added const keyword to second argument of VG_(OSetGen_Remove)().
bart
1
-1
/
+1
2008-02-11
Update copyright dates ("200X-2007" --> "200X-2008").
sewardj
1
-1
/
+1
2007-12-30
Add const qualifiers to appropriate arguments of OSet routines.
tom
1
-6
/
+6
2007-12-09
Don't do comparisons of (signed) Words by merely subtracting them, as
sewardj
1
-9
/
+20
2007-09-17
Split the OSet interface into two parts: "OSetGen_", which is the existing
njn
1
-25
/
+80
2007-01-08
Update copyright dates.
sewardj
1
-1
/
+1
2006-10-17
Merge r6133:
sewardj
1
-7
/
+7
2006-02-24
Minor readability change.
njn
1
-1
/
+1
2005-12-24
Fix a nasty 64-bit-uncleanness bug in OSet spotted by Julian -- for fast
njn
1
-10
/
+10
2005-12-22
Add a destructor function to OSet_Destroy() which can be called for each
njn
1
-1
/
+2
2005-12-16
Add info about overhead in heap blocks and OSet nodes.
njn
1
-1
/
+2
2005-10-12
Fix statement-before-declaration warnings for the core code.
tom
1
-2
/
+4
2005-08-17
Added VG_(OSet_LookupWithCmp)(), which can be useful.
njn
1
-0
/
+15
2005-08-16
lots of little wibbles
njn
1
-1
/
+0
2005-08-15
wibbles
njn
1
-5
/
+4
2005-08-14
wibble
njn
1
-2
/
+0
2005-08-14
Trim some fat; removing this assertion makes Remove() about 5% faster.
njn
1
-8
/
+2
2005-08-14
Added new module, m_oset, which provides a generic data structure, OSet,
njn
1
-0
/
+736