blob: 24988037e6dd0d08714858a1f2851a9ea5aac6db [file] [log] [blame]
sewardjd7f07662002-03-24 10:49:46 +000012002-03-24 Julian Seward <sewardj@localhost.localdomain>
2
sewardja7dc7952002-03-24 11:29:13 +00003 * vg_errcontext.c (pp_ErrContext): Change message "Use of
4 uninitialized CPU condition code" to "Conditional jump or move
5 depends on uninitialised value(s)", since that will be more
6 meaningful to most programmers. Also change the suppression-kind
7 to Cond in .supp files. The old Value0 descriptor means the same
8 and is still accepted. Suggested by Joe Buck
9 <Joe.Buck@synopsys.com>.
10
sewardjd7f07662002-03-24 10:49:46 +000011 * vg_syscall_mem.c: Add syscall setresgid32, from "Arkadi
12 E. Shishlov" <arkadi@it.lv>
13
gobrye721a522002-03-22 13:38:30 +0000142002-03-22 Frédéric Gobry <frederic.gobry@smartdata.ch>
15
16 * Makefile.am, demangle/Makefile.am: added base dependencies for
17 the explicit compilation rules (not doing so could lead to a
18 situation where the automatic dependency mechanism fails)
19
20 * configure.in: additional checks for xfree and gcc
21
22 * Makefile.in, configure, ...: removed generated files, as they
23 don't belong to the CVS repository. Use autogen.sh to recreate
24 them. (they are in the tarballs however).
25
26 * README: updated the installation procedure
27