]> git.ipfire.org Git - thirdparty/valgrind.git/shortlog
thirdparty/valgrind.git
2008-05-14  Bart Van AsscheAdded CLOCK_* definitions.
2008-05-14  Julian SewardUpdate.
2008-05-14  Julian SewardUpdate manual re number of suppression files allowed...
2008-05-14  Robert WalshUpdate ignores.
2008-05-13  Julian SewardUpdate.
2008-05-13  Bart Van AsscheIncreased maximum number of suppression files from...
2008-05-13  Bart Van AsscheRemoved a bug entry that was introduced after the 3...
2008-05-13  Bart Van AsscheModified test such that fewer iterations are run when...
2008-05-13  Bart Van AsscheAdded command-line options -s and -t such that the...
2008-05-13  Bart Van AsscheAdded allocation and deallocation of zero-sized array.
2008-05-13  Julian SewardStop massif segfaulting due to stack overflow, when...
2008-05-13  Bart Van AsscheMake sure that the same name is used in ld stack frames...
2008-05-12  Julian SewardUpdate.
2008-05-12  Julian SewardRun this test on 'none' rather than exp-drd. It really...
2008-05-12  Bart Van AsscheUpdated to do list.
2008-05-12  Bart Van AsscheAdded configure test for Altivec.
2008-05-12  Bart Van AsscheEnabled timerfd() and timerfd_create() support for...
2008-05-12  Bart Van AsscheFixed compiler warnings.
2008-05-12  Julian SewardPOST(sys_poll): mark the revents field even when RES...
2008-05-12  Julian SewardMake return types for some of the requests 64-bit clean...
2008-05-12  Julian SewardFix wrappers for sys_futimesat and sys_utimensat. ...
2008-05-11  Bart Van Assche-Wall implies -Winline. Added -Wno-inline.
2008-05-11  Bart Van AsscheRemoved -Winline since this option lets gcc 4.3.1 print...
2008-05-11  Bart Van AsscheAdded fixed exp-drd bugs.
2008-05-11  Julian SewardAdd a test case for #152818 (from Sergei Trofimovich)
2008-05-11  Julian SewardUpdate.
2008-05-11  Bart Van AsscheAdded @FLAG_UNLIMITED_INLINE_UNIT_GROWTH@ to the exp...
2008-05-11  Bart Van AsscheAdded compilation flag -Wextra.
2008-05-11  Bart Van AsscheAdded compiler flag -Wextra for all regression tests...
2008-05-11  Bart Van AsscheFixed compiler warnings in assert statements.
2008-05-11  Bart Van AsscheAdded tests for -Wextra/-W and --param inline-unit...
2008-05-10  Bart Van AsscheChanged compiler options for inlining to something...
2008-05-10  Bart Van AsscheCompiles now with older glibc versions too.
2008-05-10  Bart Van AsscheUpdated to do list.
2008-05-10  Bart Van AsscheAdded more comments. Fixed a bug: false positives were...
2008-05-10  Bart Van AsscheAdded another POSIX reader/writer lock test.
2008-05-10  Bart Van AsscheChanged return type of some of the bitmap functions...
2008-05-10  Bart Van AsscheAdded -Winline to the compiler flags. Made sure that...
2008-05-10  Bart Van AsscheAdded -Winline to the compiler flags.
2008-05-10  Bart Van AsscheAdded regression test for the C++ operators new, new...
2008-05-10  Bart Van AsscheReordered declarations.
2008-05-10  Bart Van AsscheBug fix: bm_equal() now also works if the first argumen...
2008-05-10  Bart Van AsscheAdded more tests.
2008-05-10  Bart Van AsscheAdded -O2 to the compilation flags of drd_bitmap_test.
2008-05-10  Bart Van AsscheConverted VG_(assert_fail)() to ANSI C.
2008-05-09  Julian SewardOops. Don't die on {x86,amd64}-linux when doing -...
2008-05-09  Julian SewardAdd a regression test for fxsave.
2008-05-09  Julian SewardAdd a test case for #157748.
2008-05-08  Julian SewardUpdate the list of bugs to be fixed.
2008-05-07  Julian SewardUse $(AM_FLAG_M3264_PRI) everywhere CFLAGS is explicitl...
2008-05-07  Julian SewardAdd missing words to comment.
2008-05-07  Julian SewardMake sure compilation of pth_cancel1.c gets $(AM_FLAG_M...
2008-05-06  Julian SewardBuild fixes for AIX5.3.
2008-05-06  Julian SewardSuppress stack-switching message in XML mode.
2008-05-06  Julian SewardUn-break signal frame delivery on ppc64 following recen...
2008-05-06  Julian SewardAdd an expected output for ppc64-linux; probably requir...
2008-05-06  Julian SewardWhy doesn't this sodding language have a half-decent...
2008-05-06  Julian SewardAdd a test for origin tracking through large floating...
2008-05-05  Julian SewardAdd comments giving an overview of the origin tracking...
2008-05-04  Julian SewardAdd documentation on the new --track-origins=no|yes...
2008-05-04  Bart Van AsscheMake sure that the return value of highest_used_stack_a...
2008-05-04  Bart Van AsscheFixed compiler warnings.
2008-05-04  Bart Van AsscheDisable gcc warnings about shadowed variables when...
2008-05-04  Bart Van AsscheSuppressed most output while the regression test is...
2008-05-04  Bart Van AsscheRenamed bm_compare() into bm_equal(). Fixed a bug in...
2008-05-03  Bart Van AsschePrint name of Fedora package that contains /usr/bin...
2008-05-03  Bart Van AsscheChanged #if defined(platform) tests into #if defined...
2008-05-03  Bart Van AsscheAdded configure tests for PTHREAD_MUTEX_ADAPTIVE_NP...
2008-05-03  Bart Van AsscheReverted last commit since it does not fix anything...
2008-05-03  Bart Van AsschePrint an error message if /usr/bin/getconf is not found.
2008-05-03  Julian SewardRemove a bit of unused code.
2008-05-02  Julian SewardMake sure sp[0] and fp[0] are set in a rarely-taken...
2008-05-02  Bart Van AsscheRefined assert statements.
2008-05-02  Bart Van AsscheAdded yet another assertion statement.
2008-05-02  Bart Van AsschePostponed call of vg_set_main_thread_state() from ...
2008-05-02  Bart Van AsscheAdded an assert statement to check the validity of...
2008-05-02  Julian SewardDynamically allocate the origin tracking cache as neede...
2008-05-02  Julian SewardRe-check complex and fragile bit-twiddling pertaining...
2008-05-02  Julian SewardMinor cleanups:
2008-05-02  Julian SewardMove the error management code for Memcheck into a...
2008-05-01  Julian SewardUpdate expected outputs following merge of branches...
2008-05-01  Julian SewardBump the core/tool iface version number, since the...
2008-05-01  Julian SewardTemporarily work around compilation failures caused...
2008-05-01  Julian SewardMerge branches/OTRACK_BY_INSTRUMENTATION into the trunk...
2008-05-01  Julian SewardUpdate (minor).
2008-05-01  Bart Van AsscheFixed compiler warning.
2008-05-01  Bart Van AsscheRemoved -Wextra since this option has another name...
2008-05-01  Bart Van AsscheAdded #include <stdio.h>.
2008-05-01  Bart Van AsscheAdded prereq clause.
2008-05-01  Bart Van AsscheAdded to repository.
2008-05-01  Bart Van AsscheFixed a compiler warning.
2008-05-01  Bart Van AsscheAdded -I$(top_srcdir)/VEX/pub to AM_CPPFLAGS.
2008-05-01  Bart Van AsscheMoved bitmap test from drd_bitmap.c to tests/drd_bitmap...
2008-05-01  Bart Van AsscheRestored original bitmap test patterns.
2008-05-01  Bart Van AsscheMake sure the test for kernel version 2.6.22 will work...
2008-05-01  Bart Van AsscheUpdated expected output according to glibc 2.8 changes.
2008-05-01  Bart Van AsscheAdded documentation for PRINT() macro in syscall wrappers.
2008-04-28  Bart Van AsscheUpdated Makefile.am after having renamed an output...
2008-04-28  Bart Van AsscheCompiles now on systems without definition of CLOCK_MON...
2008-04-28  Bart Van AsscheAdded configure test for CLOCK_MONOTONIC.
next