|
From: Nicholas N. <nj...@ca...> - 2003-11-14 17:48:25
|
CVS commit by nethercote:
Started to rescind the name "skin", replacing it with "tool". Did this in all
the places that normal users will see:
- command line: --tool=foo (although --skin=foo still works)
- docs: removed all traces (included renaming coregrind_skins.html to
coregrind_tools.html)
- in the usage messages
- in error messages
Also did in in some places that I judged were unlikely to cause clashes with
existing workspaces:
- in the header comments of many files (eg. "This file is part of Memcheck, a
Valgrind tool for...")
- in the regtests script
- in the .supp files
- in AUTHORS
- in README_MISSING_SYSCALL_OR_IOCTL
Also update the AUTHORS file to mention Jeremy.
A coregrind/docs/coregrind_tools.html 1.1
M +6 -2 AUTHORS 1.5
M +1 -1 FAQ.txt 1.18
M +6 -6 README_MISSING_SYSCALL_OR_IOCTL 1.4
M +1 -1 glibc-2.1.supp 1.9
M +1 -1 glibc-2.2.supp 1.20
M +1 -1 glibc-2.3.supp 1.7
M +1 -1 linux22.supp 1.8
M +1 -1 linux24.supp 1.7
M +1 -1 make-uninstall-docs 1.2
M +1 -1 xfree-3.supp 1.6
M +1 -1 xfree-4.supp 1.9
M +3 -3 addrcheck/ac_main.c 1.54
M +5 -5 addrcheck/docs/ac_main.html 1.3
M +1 -1 cachegrind/cg_annotate.in 1.18
M +1 -1 cachegrind/cg_main.c 1.56
M +1 -1 cachegrind/cg_sim_D1.c 1.8
M +1 -1 cachegrind/cg_sim_I1.c 1.8
M +1 -1 cachegrind/cg_sim_L2.c 1.8
M +1 -1 cachegrind/cg_sim_gen.c 1.11
M +8 -9 cachegrind/docs/cg_main.html 1.5
M +2 -2 corecheck/cc_main.c 1.16
M +2 -2 corecheck/docs/cc_main.html 1.3
M +17 -24 coregrind/valgrind.in 1.39
M +15 -15 coregrind/vg_default.c 1.18
M +3 -3 coregrind/vg_dummy_profile.c 1.8
M +1 -1 coregrind/vg_errcontext.c 1.46
M +8 -8 coregrind/vg_main.c 1.121
M +4 -4 coregrind/vg_needs.c 1.12
M +1 -1 coregrind/docs/Makefile.am 1.4
M +68 -68 coregrind/docs/coregrind_core.html 1.16
M +32 -37 coregrind/docs/coregrind_intro.html 1.6
M +3 -3 docs/manual.html 1.44
M +2 -2 example/ex_main.c 1.13
M +1 -1 helgrind/helgrind.h 1.6
M +1 -1 helgrind/hg_main.c 1.66
M +3 -3 helgrind/docs/hg_main.html 1.4
M +3 -3 lackey/lk_main.c 1.20
M +3 -3 lackey/docs/lk_main.html 1.3
M +2 -2 memcheck/mac_leakcheck.c 1.10
M +2 -2 memcheck/mac_malloc_wrappers.c 1.8
M +2 -2 memcheck/mac_needs.c 1.20
M +1 -1 memcheck/mac_replace_strmem.c 1.7
M +2 -2 memcheck/mac_shared.h 1.15
M +1 -1 memcheck/mc_clientreqs.c 1.16
M +1 -1 memcheck/mc_constants.h 1.3
M +1 -1 memcheck/mc_errcontext.c 1.21
M +2 -2 memcheck/mc_from_ucode.c 1.12
M +1 -1 memcheck/mc_helpers.S 1.7
M +2 -2 memcheck/mc_include.h 1.17
M +1 -1 memcheck/mc_main.c 1.41
M +1 -1 memcheck/mc_translate.c 1.31
M +1 -1 memcheck/memcheck.h 1.15
M +5 -5 memcheck/docs/mc_main.html 1.10
M +2 -2 none/nl_main.c 1.15
M +4 -4 none/docs/nl_main.html 1.3
M +8 -8 tests/vg_regtest.in 1.15
R coregrind/docs/coregrind_skins.html 1.8
|