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