]> sourceware.org Git - systemtap.git/commit
stap[run/dyn]: disable colors when SYSTEMTAP_COLORS empty
authorJonathan Lebon <jlebon@redhat.com>
Fri, 17 Jan 2014 17:11:20 +0000 (12:11 -0500)
committerJonathan Lebon <jlebon@redhat.com>
Wed, 22 Jan 2014 18:57:08 +0000 (13:57 -0500)
commit6667be3745916a9ad60aa403b72570f5f4c049cd
treede80d506876fa7ac34ee17c3c9ea451bef261f85
parente3718b640f87a9c18501f247f687b216cd1f0a56
stap[run/dyn]: disable colors when SYSTEMTAP_COLORS empty

The current behaviour of SYSTEMTAP_COLORS is to turn on colors if it is
not set, or set but empty, and to turn off colors when set and invalid.
With this patch, rather than having users purposely make it invalid to
turn off colors, we interpret a set but empty SYSTEMTAP_COLORS to mean
turning colors off.
NEWS
man/stap.1
session.cxx
stapdyn/dynutil.cxx
staprun/common.c
testsuite/systemtap.base/color_parsing.exp
This page took 0.030506 seconds and 5 git commands to generate.