blob: e690235a1dc43183388f464514e323c4b3d65209 [file] [log] [blame]
gobry3b777892002-04-04 09:18:39 +000012002-04-04 Frédéric Gobry <frederic.gobry@smartdata.ch>
2
3 * configure.in, glibc-*.supp, xfree-*.supp: now, configure
4 creates a default.supp by picking from the different specific
5 suppression files.
sewardj73f1f072002-03-29 14:22:46 +00006
sewardj0ca2a6b2002-03-29 14:02:34 +000072002-03-29 Julian Seward <sewardj@localhost.localdomain>
8
9 * vg_signals.c (VG_(do__NR_sigaction)): Don't allow setting of
10 handlers for SIGKILL or SIGSTOP. This fixes
11 valgrind: vg_signals.c:723 (vgPlain_do__NR_sigaction):
12 Assertion `our_old_handler == ((void *)0)' failed.
13
sewardj19fe3d02002-03-29 04:39:00 +0000142002-03-29 Alexandre Duret-Lutz <duret_g@epita.fr>
15
sewardj73f1f072002-03-29 14:22:46 +000016 * vg_syscall_mem.c: wrappers for ioctl TIOCGPGRP and TIOCSCTTY,
17 and for syscall __NR_nice.
sewardj19fe3d02002-03-29 04:39:00 +000018
sewardj5b9e3502002-03-29 04:35:08 +0000192002-03-29 Tom Hughes <thh@cyberscience.com>
20
21 * vg_syscall_mem.c: Significantly improved SYSV IPC call
22 handling. Unfortunately some of this stuff doesn't use
23 safe_dereference when it should.
24
gobry45a56302002-03-27 21:00:33 +0000252002-03-27 Frederic Gobry <gobry@puck.ch>
26
27 * configure.in: added support for maintainer mode. Now, to
28 developp on valgrind, it is suggested to run configure with the
29 --enable-maintainer-mode.
30
gobry1be19852002-03-26 20:44:55 +0000312002-03-26 Simon Hausmann <hausmann@kde.org>
32
33 * configure.in: Substitute AS and ASFLAGS.
34 * demangle/Makefile.am: Don't use INCLUDES += when it's the first
35 assignment to it.
36 * Makefile.am: Don't use INCLUDES += when it's the first assignment to
37 it. Use $(EXEEXT) for the explicit valgrin[d,q].so targets.
38
gobryc76b7952002-03-24 18:01:46 +0000392002-03-24 Frederic Gobry <gobry@puck.ch>
40
41 * Makefile.am: added a bzdist target that creates a bzip2 archive
42 of the project.
43
sewardjd7f07662002-03-24 10:49:46 +0000442002-03-24 Julian Seward <sewardj@localhost.localdomain>
45
sewardjfe8a1662002-03-24 11:54:07 +000046 * vg_to_ucode.c (disInstr): Implement DAA as well as DAS.
47 Byrial Jensen <byrial@image.dk>
48
sewardj4a7456e2002-03-24 13:52:19 +000049 (dis_fpu_no_mem): Detect FPU instructions which set %EFLAGS and
50 mark the resulting UInstrs accordingly.
51
sewardja7dc7952002-03-24 11:29:13 +000052 * vg_errcontext.c (pp_ErrContext): Change message "Use of
53 uninitialized CPU condition code" to "Conditional jump or move
54 depends on uninitialised value(s)", since that will be more
55 meaningful to most programmers. Also change the suppression-kind
56 to Cond in .supp files. The old Value0 descriptor means the same
57 and is still accepted. Suggested by Joe Buck
58 <Joe.Buck@synopsys.com>.
59
sewardjd7f07662002-03-24 10:49:46 +000060 * vg_syscall_mem.c: Add syscall setresgid32, from "Arkadi
61 E. Shishlov" <arkadi@it.lv>
62
gobrye721a522002-03-22 13:38:30 +0000632002-03-22 Frédéric Gobry <frederic.gobry@smartdata.ch>
64
65 * Makefile.am, demangle/Makefile.am: added base dependencies for
66 the explicit compilation rules (not doing so could lead to a
67 situation where the automatic dependency mechanism fails)
68
69 * configure.in: additional checks for xfree and gcc
70
71 * Makefile.in, configure, ...: removed generated files, as they
72 don't belong to the CVS repository. Use autogen.sh to recreate
73 them. (they are in the tarballs however).
74
75 * README: updated the installation procedure
76