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