Nightly build on alvis ( i686, Red Hat 7.3 ) started at 2007-12-31 03:15:03 GMT
Results unchanged from 24 hours ago
Checking out valgrind source tree ... done
Configuring valgrind ... done
Building valgrind ... done
Running regression tests ..
Nightly build on lloyd ( x86_64, Fedora 7 ) started at 2007-12-31 03:05:13 GMT
Results unchanged from 24 hours ago
Checking out valgrind source tree ... done
Configuring valgrind ... done
Building valgrind ... done
Running regression tests ...
Nightly build on dellow ( x86_64, Fedora 8 ) started at 2007-12-31 03:10:04 GMT
Results differ from 24 hours ago
Checking out valgrind source tree ... done
Configuring valgrind ... done
Building valgrind ... done
Running regression tests ... f
Nightly build on gill ( x86_64, Fedora Core 2 ) started at 2007-12-31 03:00:03
GMT
Results unchanged from 24 hours ago
Checking out valgrind source tree ... done
Configuring valgrind ... done
Building valgrind ... done
Running regression tests
On 20/12/2007, Bart Van Assche <[EMAIL PROTECTED]> wrote:
> There is a small inconsistency in the Valgrind core with regard to the
> value of VG_(running_tid) concerning client memory accesses: this
> variable contains a valid thread ID for all client memory accesses,
> except for some accesses tr
On 27/12/2007, Bart Van Assche <[EMAIL PROTECTED]> wrote:
> The include file contains declarations for various
> libc-functions. Two of these functions (VG_(getrlimit)() and
> VG_(setrlimit)()) accept a pointer to a vki_rlimit structure. Inclusion of
> pub_tool_vki.h is now required even when nei
On 27/12/2007, Bart Van Assche <[EMAIL PROTECTED]> wrote:
> I know that not everyone uses the const keyword wherever possible, but I
> would appreciate if the Valgrind core would support programmers that follow
> this style. Currently it is not possible to pass pointers to const keys to
> the OSet
Author: tom
Date: 2007-12-30 12:28:26 + (Sun, 30 Dec 2007)
New Revision: 7308
Log:
Add const qualifiers to appropriate arguments of OSet routines.
Patch from Bart Van Assche <[EMAIL PROTECTED]>.
Modified:
trunk/cachegrind/cg_main.c
trunk/coregrind/m_oset.c
trunk/include/pub_tool_ose