diff options
author | mmason <mmason> | 2007-01-23 18:03:50 +0000 |
---|---|---|
committer | mmason <mmason> | 2007-01-23 18:03:50 +0000 |
commit | dfd8bb34d4d06033c5062ef19f2e5a2f77d5f6c9 (patch) | |
tree | 327a715cfbf385c9d91775b9881fc499f2e0637a /testsuite/ChangeLog | |
parent | 6dd0aa5face6fc1091841a31ff86280b7e7da96d (diff) | |
download | systemtap-steved-dfd8bb34d4d06033c5062ef19f2e5a2f77d5f6c9.tar.gz systemtap-steved-dfd8bb34d4d06033c5062ef19f2e5a2f77d5f6c9.tar.xz systemtap-steved-dfd8bb34d4d06033c5062ef19f2e5a2f77d5f6c9.zip |
Added new string functions tokenize() and strtol().
Diffstat (limited to 'testsuite/ChangeLog')
-rw-r--r-- | testsuite/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/testsuite/ChangeLog b/testsuite/ChangeLog index e34d66f2..82749ee7 100644 --- a/testsuite/ChangeLog +++ b/testsuite/ChangeLog @@ -1,3 +1,9 @@ +2007-01-23 Mike Mason <mmlnx@us.ibm.com> + + * systemtap.string/tokenize.exp, systemtap.string/tokenize.stp, + systemtap.string/strtol.exp, systemtap.string/strtol.stp: + Tests for new tokenize and strtol functions. + 2007-01-22 Josh Stone <joshua.i.stone@intel.com> * systemtap.base/deref.stp: Rewrite test, and now also check the ability |