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