diff options
author | dsmith <dsmith> | 2006-05-16 19:12:35 +0000 |
---|---|---|
committer | dsmith <dsmith> | 2006-05-16 19:12:35 +0000 |
commit | 58b0083ed7c8b53176c3f77e5e7fd90959532456 (patch) | |
tree | bffc1fdce56a73e9757c34e0dc8ee9b51318b88a | |
parent | 6e213f58c493be12eeb4f1532da3891c7baafbd5 (diff) | |
download | systemtap-steved-58b0083ed7c8b53176c3f77e5e7fd90959532456.tar.gz systemtap-steved-58b0083ed7c8b53176c3f77e5e7fd90959532456.tar.xz systemtap-steved-58b0083ed7c8b53176c3f77e5e7fd90959532456.zip |
Fixed last entry.
-rw-r--r-- | ChangeLog | 12 |
1 files changed, 5 insertions, 7 deletions
@@ -45,30 +45,28 @@ * testsuite/buildok/twentyone.stp: Ditto. * testsuite/semok/args.stp: Ditto. * testsuite/semok/seven.stp: Ditto. - * testsuite/buildok/fourteen.stp: Calls to log()/string() were converted to a call to printf(). * testsuite/buildok/sixteen.stp: Ditto. * testsuite/buildok/thirteen.stp: Ditto. * testsuite/buildok/twentythree.stp: Ditto. * testsuite/buildok/twentytwo.stp: Ditto. - * testsuite/buildok/seven.stp: Calls to the string() function were converted to sprint() calls. Calls to the hexstring() function were converted to sprintf() calls. * testsuite/semok/eleven.stp: Ditto. - * testsuite/buildok/seventeen.stp: Calls to log()/hexstring() were converted to a call to printf(). * testsuite/semko/nineteen.stp: Ditto. - * testsuite/parseok/three.stp: Because keywords are reserved, a variable named 'string' was renamed to 'str'. - * testsuite/parseok/two.stp: Because keywords are reserved, a variable named 'global' was renamed to 'gbl'. - - + * testsuite/transko/two.stp: Because the parser now checks for + 'next' and 'return' statement context, a 'next' statement was + removed from a function and a 'return' statement was removed from + a probe. + 2006-05-15 Frank Ch. Eigler <fche@elastic.org> * tapsets.cxx, translator.cxx (*): Designate more emitted |