diff options
author | fche <fche> | 2008-02-26 00:28:42 +0000 |
---|---|---|
committer | fche <fche> | 2008-02-26 00:28:42 +0000 |
commit | 7a468d6812f50294c34dbda4ed696d95e7ecb124 (patch) | |
tree | a171a15038e842df41bdd1313a90e80c557227cc /ChangeLog | |
parent | bcff621c3435d720092f8586726917e8eed030d1 (diff) | |
download | systemtap-steved-7a468d6812f50294c34dbda4ed696d95e7ecb124.tar.gz systemtap-steved-7a468d6812f50294c34dbda4ed696d95e7ecb124.tar.xz systemtap-steved-7a468d6812f50294c34dbda4ed696d95e7ecb124.zip |
PR5792: wildcard support for %( kernel/arch %) preprocessor operands
2008-02-25 Frank Ch. Eigler <fche@elastic.org>
PR5792.
* parse.cxx (eval_pp_conditional): Support wildcards in
%( kernel_v/kernel_vr/arch ==/!= "*foo?" %) operands.
* NEWS, stap.1.in: Document this.
2008-02-25 Frank Ch. Eigler <fche@elastic.org>
PR5792.
* systemtap.base/preprocessor.exp: New test.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -1,3 +1,10 @@ +2008-02-25 Frank Ch. Eigler <fche@elastic.org> + + PR5792. + * parse.cxx (eval_pp_conditional): Support wildcards in + %( kernel_v/kernel_vr/arch ==/!= "*foo?" %) operands. + * NEWS, stap.1.in: Document this. + 2008-02-22 Frank Ch. Eigler <fche@elastic.org> PR5787, PR2608, .statement() |