summaryrefslogtreecommitdiffstats
path: root/runtime/ChangeLog
diff options
context:
space:
mode:
authorhunt <hunt>2005-07-01 19:40:50 +0000
committerhunt <hunt>2005-07-01 19:40:50 +0000
commitba36c3ee7f3c807ac07b04bb181a742eae865a60 (patch)
tree1e612d5b70055aa13c84aae40a9e54f349156394 /runtime/ChangeLog
parent07a4738f117eca68c7076ff09b7f93230ab9fedd (diff)
downloadsystemtap-steved-ba36c3ee7f3c807ac07b04bb181a742eae865a60.tar.gz
systemtap-steved-ba36c3ee7f3c807ac07b04bb181a742eae865a60.tar.xz
systemtap-steved-ba36c3ee7f3c807ac07b04bb181a742eae865a60.zip
2005-07-01 Martin Hunt <hunt@redhat.com>
* string.c (_stp_string_init): CAll stp_error() on bad init. * list.c (_stp_list_clear): Call _stp_warn().
Diffstat (limited to 'runtime/ChangeLog')
-rw-r--r--runtime/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/runtime/ChangeLog b/runtime/ChangeLog
index 71871624..3cf6d3ae 100644
--- a/runtime/ChangeLog
+++ b/runtime/ChangeLog
@@ -1,5 +1,10 @@
2005-07-01 Martin Hunt <hunt@redhat.com>
+ * string.c (_stp_string_init): CAll stp_error() on bad
+ init.
+
+ * list.c (_stp_list_clear): Call _stp_warn().
+
* probes.c: Convert all _stp_log() calls to either stp_warn() or
dbug().