]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
Naming wibbles -- start skin names with a capital letter (they deserve it)
authorJulian Seward <jseward@acm.org>
Sat, 5 Oct 2002 15:49:27 +0000 (15:49 +0000)
committerJulian Seward <jseward@acm.org>
Sat, 5 Oct 2002 15:49:27 +0000 (15:49 +0000)
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@1198

addrcheck/ac_main.c
cachegrind/cg_main.c
corecheck/cc_main.c
coregrind/vg_main.c
example/ex_main.c
helgrind/hg_main.c
lackey/lk_main.c
memcheck/mc_main.c
none/nl_main.c

index 50981331fee3d8ebbcec134a3799fadefa1abbdf..deb26b9246ecc835e7038c009bad1144ea09dfac 100644 (file)
@@ -2510,7 +2510,7 @@ Char* SK_(usage)(void)
 
 void SK_(pre_clo_init)(VgDetails* details, VgNeeds* needs, VgTrackEvents* track)
 {
-   details->name             = "addrcheck";
+   details->name             = "Addrcheck";
    details->version          = NULL;
    details->description      = "a fine-grained address checker";
    details->copyright_author =
index 14e5ae24b798a7c31a0d43f824932ad3ed2df1da..b61eae0fc19bf3b03ff85d49de2131584d39c956 100644 (file)
@@ -1917,7 +1917,7 @@ Char* SK_(usage)(void)
 void SK_(pre_clo_init)(VgDetails* details, VgNeeds* needs,
                        VgTrackEvents* not_used)
 {
-   details->name             = "cachegrind";
+   details->name             = "Cachegrind";
    details->version          = NULL;
    details->description      = "an I1/D1/L2 cache profiler";
    details->copyright_author =
index 7bfc910d75c13a6705ccef2895f72a22832d35a7..9614f79418020afa17ea9f95e1f6551c5106c62d 100644 (file)
@@ -34,7 +34,7 @@
 
 void SK_(pre_clo_init)(VgDetails* details, VgNeeds* needs, VgTrackEvents* track)
 {
-   details->name             = "coregrind";
+   details->name             = "Coregrind";
    details->version          = NULL;
    details->description      = "a rudimentary error detector";
    details->copyright_author =
index c51fb2a22c9c48d4ca7eb7b071036f14d3281ba2..7b976e4ffc8a4abd8e3f9939a0c356b1c2714913 100644 (file)
@@ -1027,10 +1027,10 @@ static void process_cmd_line_options ( void )
 
       /* Core details */
       VG_(message)(Vg_UserMsg,
-                   "Built with valgrind-%s, a program execution monitor.",
-                   VERSION);
+         "Using valgrind-%s, a program instrumentation system for x86-linux.",
+         VERSION);
       VG_(message)(Vg_UserMsg, 
-                   "Copyright (C) 2000-2002, and GNU GPL'd, by Julian Seward.");
+         "Copyright (C) 2000-2002, and GNU GPL'd, by Julian Seward.");
    }
 
    if (VG_(clo_verbosity) > 1) {
index 1f3fe69e230c642e9583a9884f26d3aaca80b9a4..f088376b64e90c2cc259336cc1026fd2dd167076 100644 (file)
@@ -7,7 +7,7 @@
 
 void SK_(pre_clo_init)(VgDetails* details, VgNeeds* needs, VgTrackEvents* track)
 {
-   details->name             = "example";
+   details->name             = "Example";
    details->version          = "0.0.1";
    details->description      = "an example Valgrind skin";
    details->copyright_author =
index a9bd4e90f06e152fd7f0a6737180384bb7123487..8cc000053d693dd7994bad983976f4bc1d08b3b6 100644 (file)
@@ -1334,7 +1334,7 @@ void SK_(pre_clo_init)(VgDetails* details, VgNeeds* needs, VgTrackEvents* track)
 {
    Int i;
 
-   details->name             = "helgrind";
+   details->name             = "Helgrind";
    details->version          = NULL;
    details->description      = "a data race detector";
    details->copyright_author =
index b33e65fa9861d50b78763d603922bf441ef4443e..cd8c488cfaf70459dc34d756e129f348af84fddf 100644 (file)
@@ -75,7 +75,7 @@ static void add_one_Jcc_untaken(void)
 void SK_(pre_clo_init)(VgDetails* details, VgNeeds* not_used1,
                        VgTrackEvents* not_used2)
 {
-   details->name             = "lackey";
+   details->name             = "Lackey";
    details->version          = NULL;
    details->description      = "an example Valgrind skin";
    details->copyright_author =
index 2e8f7120a2d365634f056c7e4f7053f1464ef1fe..24f7ad959c940d6f19d2c7da7d5a6f32f2f87bf5 100644 (file)
@@ -2350,7 +2350,7 @@ Char* SK_(usage)(void)
 
 void SK_(pre_clo_init)(VgDetails* details, VgNeeds* needs, VgTrackEvents* track)
 {
-   details->name             = "memcheck";
+   details->name             = "Memcheck (a.k.a. Valgrind)";
    details->version          = NULL;
    details->description      = "a memory error detector";
    details->copyright_author =
index e2d2db2c9814d2f07ce8d1c6912a388829bd8a3d..3bd6320507978e29c9d7c591f213448bc9a71a0d 100644 (file)
@@ -34,7 +34,7 @@
 void SK_(pre_clo_init)(VgDetails* details, VgNeeds* not_used1,
                        VgTrackEvents* not_used2) 
 {
-   details->name             = "nulgrind";
+   details->name             = "Nulgrind";
    details->version          = NULL;
    details->description      = "a binary JIT-compiler";
    details->copyright_author =