|
From: <sv...@va...> - 2005-07-26 21:57:36
|
Author: njn
Date: 2005-07-26 22:57:31 +0100 (Tue, 26 Jul 2005)
New Revision: 144
Log:
Updates for 3.0, mostly removing x86-specific things.
Modified:
trunk/devel/platforms.html
trunk/index.html
trunk/info/about.html
Modified: trunk/devel/platforms.html
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/devel/platforms.html 2005-07-26 21:56:40 UTC (rev 143)
+++ trunk/devel/platforms.html 2005-07-26 21:57:31 UTC (rev 144)
@@ -44,7 +44,7 @@
<dt><b>*/Linux</b></dt>
=20
<dd>You must be running Linux kernel 2.4.X, 2.5.X or 2.6.X, and
- glibc 2.2.X or 2.3.X. That covers the vast majority of
+ glibc 2.2.X, 2.3.X or 2.4.X. That covers the vast majority of
installed systems at present.
=20
<p>For details of which distributions the current release
Modified: trunk/index.html
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/index.html 2005-07-26 21:56:40 UTC (rev 143)
+++ trunk/index.html 2005-07-26 21:57:31 UTC (rev 144)
@@ -12,7 +12,7 @@
<p> </p>
=20
<p>Valgrind is an <a href=3D"http://opensource.org/OSA/">award-winning</=
a>=20
-suite of tools for debugging and profiling x86-Linux
+suite of tools for debugging and profiling Linux
programs. With the tools that come with Valgrind, you can
automatically detect many memory management and threading bugs,
avoiding hours of frustrating bug-hunting, making your programs
Modified: trunk/info/about.html
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/info/about.html 2005-07-26 21:56:40 UTC (rev 143)
+++ trunk/info/about.html 2005-07-26 21:57:31 UTC (rev 144)
@@ -1,7 +1,7 @@
<h1>About Valgrind</h1>
=20
<p>Valgrind is a GPL'd system for debugging and profiling
-x86-Linux programs. With Valgrind's=20
+Linux programs. With Valgrind's=20
<a href=3D"/info/tools.html">tool suite</a> you can automatically
detect many memory management and threading bugs, avoiding hours
of frustrating bug-hunting, making your programs more stable. You
@@ -28,10 +28,10 @@
within the limits of the GNU GPL. And free-as-in-beer: we aren't
charging for it.</li>
=20
-<li>Valgrind runs on x86-Linux. One of the most popular platforms
-in use. Valgrind works on all x86-compatible machines, and works
-with all the major Linux distributions, including Red Hat, SuSE,
-Debian, Gentoo, Slackware, Mandrake, etc.</li>
+<li>Valgrind runs on x86/Linux, AMD64/Linux and PPC32/Linux, several of
+the most popular platforms in use. Valgrind works with all the major
+Linux distributions, including Red Hat, SuSE, Debian, Gentoo, Slackware,
+Mandrake, etc.</li>
=20
<li>Valgrind is easy to use. Valgrind uses dynamic binary
translation, so you don't need to modify, recompile or relink
@@ -73,7 +73,7 @@
written in these languages tend to have the most bugs! But it
can, for example, be used to debug and profile systems written in
a mixture of languages. Valgrind has been used on programs
-written partly or entirely in C, C++, Java, Perl, Python, x86
+written partly or entirely in C, C++, Java, Perl, Python,
assembly code, Fortran, Ada, and many others.</li>
=20
<li>Valgrind debugs and profiles your entire program. Unlike
@@ -89,7 +89,7 @@
going on at the time.</li>
=20
<li>Valgrind is extensible. Valgrind consists of the Valgrind
-core, which provides a synthetic software x86 CPU, and Valgrind
+core, which provides a synthetic software CPU, and Valgrind
tools, which plug into the core, and instrument and analyse the
running program. Anyone can write powerful new tools that add
arbitrary instrumentation to programs. This is much easier than
|