mirror of
https://github.com/Zenithsiz/ftmemsim-valgrind.git
synced 2026-02-05 11:10:21 +00:00
somewhat to move less relevant material out of the way to some extent. The main changes are: * Update date and version info * Mention other tools in the quick-start guide * Document --child-silent-after-fork * Rearrange order of sections in the Valgrind Core chapter, to move advanced stuff (client requests) to the end, and compact stuff relevant to the majority of users towards the front * Move MPI debugging stuff from the Core manual (a nonsensical place for it) to the Memcheck chapter * Update the manual's introductory chapter a bit * Connect up new tech docs summary page, and disconnect old and very out of date valgrind/memcheck tech docs * Add section tags to the Cachegrind manual, to stop xsltproc complaining about their absence git-svn-id: svn://svn.valgrind.org/valgrind/trunk@7199
25 lines
1.2 KiB
XML
25 lines
1.2 KiB
XML
<!-- misc. strings -->
|
|
<!ENTITY vg-url "http://www.valgrind.org/">
|
|
<!ENTITY vg-jemail "julian@valgrind.org">
|
|
<!ENTITY vg-vemail "valgrind@valgrind.org">
|
|
<!ENTITY vg-lifespan "2000-2007">
|
|
<!ENTITY vg-users-list "http://lists.sourceforge.net/lists/listinfo/valgrind-users">
|
|
|
|
<!-- valgrind release + version stuff -->
|
|
<!ENTITY rel-type "Release">
|
|
<!ENTITY rel-version "3.3.0">
|
|
<!ENTITY rel-date "7 December 2007">
|
|
|
|
<!-- where the docs are installed -->
|
|
<!ENTITY vg-doc-path "/usr/share/doc/valgrind/html/index.html">
|
|
|
|
<!-- valgrind website links used in lots of places in the docs -->
|
|
<!-- kept in here 'cos everytime the website gets changed, it`s -->
|
|
<!-- a real pain tracking the links down in the docs -->
|
|
<!ENTITY vg-developers "http://www.valgrind.org/info/developers.html">
|
|
<!ENTITY vg-svn-repo "http://www.valgrind.org/downloads/repository.html">
|
|
<!ENTITY vg-pubs "http://www.valgrind.org/docs/pubs.html">
|
|
<!ENTITY vg-bookset "http://www.valgrind.org/docs/manual/index.html">
|
|
<!ENTITY vg-dist-docs "http://www.valgrind.org/docs/manual/dist.html">
|
|
<!ENTITY vg-commentary "http://www.valgrind.org/docs/manual/manual-core.html#manual-core.comment">
|