summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorgraydon <graydon>2005-09-13 21:25:25 +0000
committergraydon <graydon>2005-09-13 21:25:25 +0000
commit114ffac2193093764276bb881324da01f0cbd7ff (patch)
tree70959ee30e06d2d21c6c43577ca43b7653a1eef9 /ChangeLog
parent7b9361d50ad46a92838f9707604d05d71e595f96 (diff)
downloadsystemtap-steved-114ffac2193093764276bb881324da01f0cbd7ff.tar.gz
systemtap-steved-114ffac2193093764276bb881324da01f0cbd7ff.tar.xz
systemtap-steved-114ffac2193093764276bb881324da01f0cbd7ff.zip
2005-09-12 Graydon Hoare <graydon@redhat.com>
PR 1306 * tapsets.cxx (dwflpp::iterate_over_srcfile_lines): Fix two off-by-one errors in previous change.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index e91f1b1a..3b32b3d3 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -8,6 +8,12 @@
2005-09-12 Graydon Hoare <graydon@redhat.com>
PR 1306
+ * tapsets.cxx (dwflpp::iterate_over_srcfile_lines): Fix two
+ off-by-one errors in previous change.
+
+2005-09-12 Graydon Hoare <graydon@redhat.com>
+
+ PR 1306
* tapsets.cxx (dwflpp::has_single_line_record): New function.
(dwflpp::iterate_over_srcfile_lines): Throw when user requests
single statement line with multiple records (and provide advice).