]> git.ipfire.org Git - thirdparty/valgrind.git/shortlog
thirdparty/valgrind.git
2003-05-20  Nicholas NethercoteMinor docs fixups.
2003-05-20  Nicholas NethercoteAdded VALGRIND_MALLOCLIKE_BLOCK and VALGRIND_FREELIKE_B...
2003-05-19  Nicholas NethercoteThis commit fixes up the handling of shadow registers...
2003-05-19  Nicholas Nethercoteimproved comments only
2003-05-19  Nicholas Nethercotewibble
2003-05-18  Julian SewardAdd UCode opcodes for SSE/SSE2.
2003-05-18  Julian Sewardgcc-3.3 as supplied with SuSE 8.2 ("gcc version 3.3...
2003-05-17  Julian SewardBack out symlinking of libpthread.so in coregrind;...
2003-05-14  Nicholas NethercoteMinor type fixups.
2003-05-14  Nicholas Nethercoteundo last change (stupid)
2003-05-14  Nicholas Nethercotewibble
2003-05-14  Nicholas NethercoteRemoved statement with no effect.
2003-05-14  Nicholas Nethercotewibble
2003-05-14  Nicholas Nethercotewibble
2003-05-14  Nicholas Nethercotewibble
2003-05-12  Nicholas Nethercotewibble
2003-05-12  Nicholas NethercoteFixed suppression reading so that you can specify up...
2003-05-12  Nicholas Nethercotewhoops
2003-05-12  Nicholas NethercoteThese client requests were moved to include/vg_skin...
2003-05-09  Julian SewardImprove threaded handling of errno:
2003-05-08  Nicholas NethercoteAdded a suppression for a leak in Valgrind's own libpth...
2003-05-05  Julian SewardMerge patch from JosefW:
2003-05-05  Julian SewardFinalise for 1.9.6.
2003-05-05  Julian SewardWhoops, forgot this on last commit.
2003-05-05  Julian SewardFixed problems with reg tests for frames below main...
2003-05-05  Nicholas NethercoteAdded README_DEVELOPERS file.
2003-05-05  Nicholas NethercoteThis commit allows Valgrind to be run in-place from...
2003-05-05  Dirk Muellerfix regression test run failure. appears to be a glibc bug
2003-05-05  Nicholas NethercoteMade 'tronical' and 'pushfpopf' less likely to fail...
2003-05-05  Nicholas NethercoteImproved filtering so that 'overlap' test less likely...
2003-05-05  Julian SewardDocument 1.9.6 fixes.
2003-05-05  Julian SewardGrrr, I made new changes to this on 2_0_BRANCH. Pull...
2003-05-04  Julian SewardIncrease VG_N_CLEANUPSTACK to 16.
2003-05-04  Julian SewardFix interception of pthread_atfork with glibc-2.3.2.
2003-05-04  Julian SewardUnchain translations when doing VALGRIND_DISCARD_TRANSL...
2003-05-02  Nicholas Nethercotewibble
2003-05-02  Nicholas NethercoteMoved the CLIENT_tstCALL[0123] requests out of valgrind...
2003-05-02  Nicholas Nethercotewibble
2003-05-02  Nicholas NethercoteMade memcpy()-et-al-overlap errors fully fledged errors...
2003-05-02  Nicholas NethercoteAdded regression tests for recent bug fix involving...
2003-05-02  Nicholas NethercoteMinor fix for lookup_dcookie
2003-05-02  Nicholas NethercoteFixed some syscalls a little bit:
2003-05-01  Nicholas NethercoteAdded "_W" suffix to stack sizes to indicate they are...
2003-04-30  Nicholas NethercoteRemoved magic numbers for VG_(stack) size and VG_(sigst...
2003-04-30  Nicholas NethercoteFixed a bug in Cachegrind -- if the profiled program...
2003-04-30  Nicholas Nethercote1. No longer printing the "MMX-only" or "SSE-capable...
2003-04-29  Julian SewardExtend the state components in VG_(m_state_static)...
2003-04-29  Nicholas NethercoteSend bug reports to Jeremy F, not me (njn).
2003-04-29  Nicholas NethercoteCouple of minor fixes:
2003-04-27  Julian SewardAdd \n in failure message.
2003-04-27  Julian SewardDon't trash %eflags before snapshotting the state of...
2003-04-26  Julian SewardAdd __NR_prctl.
2003-04-26  Julian Sewardreport_and_quit: Tell people to look at the FAQ.txt...
2003-04-26  Julian SewardDon't call VG_(mash_LD_PRELOAD_and_LD_LIBRARY_PATH...
2003-04-26  Julian SewardAdd FAQ entry re apparent space leaks in the STL.
2003-04-26  Julian SewardSupport kernels >= 2.5.68 (Anders Gustafsson <andersg...
2003-04-26  Julian SewardAdd __NR_lookup_dcookie, whatever that might be.
2003-04-26  Julian SewardMerge patch from Josef Weidendorfer <Josef.Weidendorfer...
2003-04-26  Julian SewardAdd possibly-bogus implementations for __libc_current_s...
2003-04-26  Julian SewardFix compilation on glibc-2.1.X.
2003-04-26  Julian SewardFix threading problems on glibc-2.3.2 or later. Note...
2003-04-25  Nicholas Nethercotewibble
2003-04-25  Nicholas NethercoteFixed
2003-04-25  Nicholas NethercoteAdded a return value (0) for the LOGMESSAGE request...
2003-04-24  Nicholas NethercoteAdded syscall creat(), courtesy of Tom Hughes <thh...
2003-04-24  Dirk Muellercorrect expected stdout. prepare must NOT run twice!
2003-04-24  Dirk Muellerbe a bit more libc tolerant
2003-04-24  Dirk Muellerfix sigaltstack regression test to be more glibc-versio...
2003-04-23  Nicholas NethercoteChanged things so that the regression test script ...
2003-04-23  Julian SewardRecord the correct address of the initial thread's...
2003-04-23  Julian SewardChange the version "number" to something less confusing...
2003-04-23  Nicholas Nethercotewibbles
2003-04-23  Nicholas NethercoteNow counting tests and stdout failures and stderr failu...
2003-04-23  Dirk Muellerthe error is in line 13, not in line 15
2003-04-23  Dirk Mueller- fix regression tests counting
2003-04-23  Dirk Muelleralways run check before regtest
2003-04-23  Nicholas Nethercotewibble 2
2003-04-23  Nicholas Nethercotewibble
2003-04-22  Julian SewardMajorly update and expand, adding workarounds for more...
2003-04-22  Nicholas NethercoteImplemented malloc_usable_size(), which was used in...
2003-04-22  Nicholas NethercoteAccording to Greg Hosler <hosler@lugs.org.sg>, these...
2003-04-22  Nicholas NethercoteAdded "Int exitcode" argument to SK_(fini)(), because...
2003-04-22  Nicholas NethercoteRe-added the FAQ that was lost a while back, possibly...
2003-04-22  Nicholas NethercoteFixed minor boo-boo
2003-04-21  Nicholas NethercoteIn my big malloc-out-of-core changes of last week,...
2003-04-21  Nicholas NethercoteRenamed VG_NON_SIMD_CALL1 (and friends) as VALGRIND_NON...
2003-04-21  Nicholas NethercoteAdded two client requests: VALGRIND_COUNT_ERRORS and...
2003-04-18  Nicholas NethercoteBetter way to specify where gdb is -- now GDB_PATH...
2003-04-17  Dirk Muellerbe autoconf 2.13 compatible
2003-04-17  Dirk Muellerreapply automake fixes. make check will now generate...
2003-04-17  Dirk Muellerfix make distcheck by properly implementing the NPTL...
2003-04-16  Nicholas NethercoteThe location of gdb is now determined by the 'configure...
2003-04-16  Nicholas Nethercotewibble
2003-04-15  Nicholas NethercoteUpdated copyright notices for 2003. Only 4 months...
2003-04-15  Nicholas NethercoteNamespace police
2003-04-15  Nicholas Nethercote--------------------------------------------------...
2003-04-08  Nicholas Nethercotewibble
2003-04-08  Nicholas NethercoteMinor HTML fixes in docs, thanks to Arnaud Desitter.
2003-04-08  Nicholas NethercoteAdded a Makefile target for running the regression...
2003-04-08  Nicholas NethercoteAdded regression test from Dominic Mazzoni for FPU...
next