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