diff options
author | Frank Ch. Eigler <fche@elastic.org> | 2008-06-10 16:54:29 -0400 |
---|---|---|
committer | Frank Ch. Eigler <fche@elastic.org> | 2008-06-10 16:56:37 -0400 |
commit | d57671d335d788aa3a738f7f284bfee30151c86c (patch) | |
tree | c5bafe2246fdb50a60b00a453abf936db2a92012 /ChangeLog | |
parent | 3f847830da8905e8d8d2a9f939c8c8274fc0f19b (diff) | |
download | systemtap-steved-d57671d335d788aa3a738f7f284bfee30151c86c.tar.gz systemtap-steved-d57671d335d788aa3a738f7f284bfee30151c86c.tar.xz systemtap-steved-d57671d335d788aa3a738f7f284bfee30151c86c.zip |
PR6470: new argv[] tapset, docs, test cases
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -13,6 +13,17 @@ 2008-06-10 Frank Ch. Eigler <fche@elastic.org> PR 6470 + * NEWS: Note argv[] tapset. + * parse.cxx (scan_pp): Better handle premature EOF. + * stapvars.5.in: New file. + * stap.1.in: Mention it. + * Makefile.am (dist_man_MANS): Add stapvars.5. + * configure.ac (AC_CONFIG_FILES): Add stapvars.5.in. + * Makefile.in, configure: Regenerated. + +2008-06-10 Frank Ch. Eigler <fche@elastic.org> + + PR 6470 * parse.cxx (scan_pp): Eliminate expand_args argument to control nested preprocess evaluation. Rewrite to use a combination of exceptions and non-recursion. |