summaryrefslogtreecommitdiffstats
path: root/tapset/ChangeLog
diff options
context:
space:
mode:
authorfche <fche>2006-02-14 22:12:07 +0000
committerfche <fche>2006-02-14 22:12:07 +0000
commit2a99f48ff1f873f537784d6f70d7641ada1ed7bd (patch)
tree6eb328cf1ad642ecf4ef223f1ea379fd9810e5d5 /tapset/ChangeLog
parentb9bf008d3a624fa7b470a7d852d970ca27370b90 (diff)
downloadsystemtap-steved-2a99f48ff1f873f537784d6f70d7641ada1ed7bd.tar.gz
systemtap-steved-2a99f48ff1f873f537784d6f70d7641ada1ed7bd.tar.xz
systemtap-steved-2a99f48ff1f873f537784d6f70d7641ada1ed7bd.zip
2006-02-14 Frank Ch. Eigler <fche@elastic.org>
* stapfuncs.5.in: Document new queue_stats tapset. * elaborate.cxx (*): Put "while:" clarification messages before a thrown semantic error. * staptree.cxx (print_format::string_to_components): Correct parse of "%%" formatting element. * queue_stats.stp: New tapset. * systemtap.samples/queue_demo.*: New test.
Diffstat (limited to 'tapset/ChangeLog')
-rw-r--r--tapset/ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/tapset/ChangeLog b/tapset/ChangeLog
index 41f84b16..0b84dc13 100644
--- a/tapset/ChangeLog
+++ b/tapset/ChangeLog
@@ -1,3 +1,7 @@
+2006-02-14 Frank Ch. Eigler <fche@elastic.org>
+
+ * queue_stats.stp: New tapset.
+
2006-02-14 Mark McLoughlin <markmc@redhat.com>
* aux_syscalls.stp: (_sys_open_flag_str): s/O_NDCTTY/O_NOCTTY/