summaryrefslogtreecommitdiff
path: root/include/pub_tool_libcbase.h
AgeCommit message (Expand)AuthorFilesLines
2011-06-13Try to handle LL caches which are of size 50% above a power of 2 (eg,sewardj1-2/+5
2011-05-06Implement a GDB server in Valgrind. See #214909.sewardj1-0/+12
2010-05-03Update copyright dates to 2010.sewardj1-1/+1
2010-03-15Fix stupid bug in VG_(bzero_inline), as spotted by Bart.sewardj1-1/+1
2010-03-14Inline most functions in VG_(use_CF_info). May or may not give asewardj1-0/+30
2009-05-28Merge the DARWIN branch onto the trunk.njn1-0/+5
2009-05-19Param names sync wibble.njn1-1/+1
2009-03-10Updated copyright years.njn1-1/+1
2009-02-26Add more testing to memcheck/tests/unit_libcbase.c.njn1-5/+1
2009-02-25atoll() is a terrible function -- you can't do any error checking with it.njn1-12/+13
2009-02-20- Add 'unit_libcbase', the beginnings of a unit test module for m_libcbase. njn1-7/+10
2008-12-12Add a new module, m_seqmatch, which does very simple sequence (regexp)sewardj1-4/+0
2008-10-26Update the C++ demangler to that from libiberty in the gcc svn trunk,sewardj1-1/+3
2008-09-18Merge all remaining changes from branches/PTRCHECK. These are somesewardj1-0/+1
2008-03-03update commentsnjn1-1/+2
2008-03-03Merge in the DATASYMS branch.sewardj1-2/+3
2008-02-11Update copyright dates ("200X-2007" --> "200X-2008").sewardj1-1/+1
2007-11-25Misc changes needed to support exp-drd (Bart Van Assche).sewardj1-0/+1
2007-11-11Add four 'strtoll' variants, which are like 'atoll' but let you detect ifnjn1-0/+21
2007-11-09Allow VG_(atoll16) to accept a leading "0x".sewardj1-4/+3
2007-09-22Add VG_(atoll).njn1-0/+2
2007-01-08Update copyright dates.sewardj1-1/+1
2006-12-14Make VG_STREQ return True or False, rather than any integer.njn1-2/+2
2006-06-05Update copyright dates.sewardj1-1/+1
2006-03-27Merge in the COMPVBITS branch to the trunk. This is a big change tonjn1-0/+1
2005-12-22Add comment about log2().njn1-1/+1
2005-09-27This commit merges in changes from branches/ASPACEM (specifically,sewardj1-4/+4
2005-07-08Add a simple random number generator to m_libcbase so we don't havenjn1-0/+5
2005-06-12Move the *ROUND* macros to a better place.njn1-0/+7
2005-06-11Moved VG_(strdup)() and VG_(arena_strdup)() into m_mallocfree.njn1-1/+0
2005-06-02Started modularising vg_mylibc. Put all the standalone stuff -- ie. notnjn1-0/+115