daywalker | 48ccca5 | 2002-04-15 00:31:58 +0000 | [diff] [blame] | 1 | 2002-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 | |
gobry | 3b77789 | 2002-04-04 09:18:39 +0000 | [diff] [blame] | 10 | 2002-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. |
sewardj | 73f1f07 | 2002-03-29 14:22:46 +0000 | [diff] [blame] | 15 | |
sewardj | 0ca2a6b | 2002-03-29 14:02:34 +0000 | [diff] [blame] | 16 | 2002-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 | |
sewardj | 19fe3d0 | 2002-03-29 04:39:00 +0000 | [diff] [blame] | 23 | 2002-03-29 Alexandre Duret-Lutz <duret_g@epita.fr> |
| 24 | |
sewardj | 73f1f07 | 2002-03-29 14:22:46 +0000 | [diff] [blame] | 25 | * vg_syscall_mem.c: wrappers for ioctl TIOCGPGRP and TIOCSCTTY, |
| 26 | and for syscall __NR_nice. |
sewardj | 19fe3d0 | 2002-03-29 04:39:00 +0000 | [diff] [blame] | 27 | |
sewardj | 5b9e350 | 2002-03-29 04:35:08 +0000 | [diff] [blame] | 28 | 2002-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 | |
gobry | 45a5630 | 2002-03-27 21:00:33 +0000 | [diff] [blame] | 34 | 2002-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 | |
gobry | 1be1985 | 2002-03-26 20:44:55 +0000 | [diff] [blame] | 40 | 2002-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 | |
gobry | c76b795 | 2002-03-24 18:01:46 +0000 | [diff] [blame] | 48 | 2002-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 | |
sewardj | d7f0766 | 2002-03-24 10:49:46 +0000 | [diff] [blame] | 53 | 2002-03-24 Julian Seward <sewardj@localhost.localdomain> |
| 54 | |
sewardj | fe8a166 | 2002-03-24 11:54:07 +0000 | [diff] [blame] | 55 | * vg_to_ucode.c (disInstr): Implement DAA as well as DAS. |
| 56 | Byrial Jensen <byrial@image.dk> |
| 57 | |
sewardj | 4a7456e | 2002-03-24 13:52:19 +0000 | [diff] [blame] | 58 | (dis_fpu_no_mem): Detect FPU instructions which set %EFLAGS and |
| 59 | mark the resulting UInstrs accordingly. |
| 60 | |
sewardj | a7dc795 | 2002-03-24 11:29:13 +0000 | [diff] [blame] | 61 | * 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 | |
sewardj | d7f0766 | 2002-03-24 10:49:46 +0000 | [diff] [blame] | 69 | * vg_syscall_mem.c: Add syscall setresgid32, from "Arkadi |
| 70 | E. Shishlov" <arkadi@it.lv> |
| 71 | |
gobry | e721a52 | 2002-03-22 13:38:30 +0000 | [diff] [blame] | 72 | 2002-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 | |