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