summaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authorfche <fche>2007-09-13 03:43:20 +0000
committerfche <fche>2007-09-13 03:43:20 +0000
commit4fcb43930fe506ea7837e958f2613a22e9f647a2 (patch)
tree0a0410060b1deec7b1dbd3ad9f905731bd282d11 /NEWS
parent2f5a9fd328cea00d6792f26e46a796a21b5157dd (diff)
downloadsystemtap-steved-4fcb43930fe506ea7837e958f2613a22e9f647a2.tar.gz
systemtap-steved-4fcb43930fe506ea7837e958f2613a22e9f647a2.tar.xz
systemtap-steved-4fcb43930fe506ea7837e958f2613a22e9f647a2.zip
mention print*
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 26073f9c..82be2768 100644
--- a/NEWS
+++ b/NEWS
@@ -17,6 +17,10 @@
if you have been a user of the tapset/tools, so we can help you find
another way.
+- New families of printing functions println() and printd() have been added.
+ println() is like print() but adds a newline at the end;
+ printd() is like a sequence of print()s, with a specified field delimiter.
+
* What's new since version 0.5.14?
- The way in which command line arguments for scripts are substituted has