summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorFrank Ch. Eigler <fche@elastic.org>2008-06-10 16:54:29 -0400
committerFrank Ch. Eigler <fche@elastic.org>2008-06-10 16:56:37 -0400
commitd57671d335d788aa3a738f7f284bfee30151c86c (patch)
treec5bafe2246fdb50a60b00a453abf936db2a92012 /ChangeLog
parent3f847830da8905e8d8d2a9f939c8c8274fc0f19b (diff)
downloadsystemtap-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--ChangeLog11
1 files changed, 11 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 81765aea..a70c2245 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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.