summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorPádraig Brady <P@draigBrady.com>2013-06-22 03:37:51 +0100
committerPádraig Brady <P@draigBrady.com>2013-06-22 04:02:19 +0100
commitbc70095df2ea1bc4338ea7331d44b916e0c82258 (patch)
tree78c2d84095471279b6fb0b8c9d3a1a2fd0ede930 /NEWS
parentb235223926c23f358df323fab4b368b46d0074af (diff)
downloadcoreutils-bc70095df2ea1bc4338ea7331d44b916e0c82258.tar.xz
stdbuf: make it mandatory to specify a buffering option
This is consistent with the documented interface and avoids any ambiguity in a user thinking that stdbuf without options might reset to a "standard" buffering setup. * src/stdbuf.c (set_libstdbuf_options): Indicate with the return value whether any env variables were actually set. (main): Fail unless some env variables were set. * tests/misc/stdbuf.sh: Ensure this constraint is enforced. * NEWS: Mention the small change in behavior.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS5
1 files changed, 5 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index aff6a4250..b728ec007 100644
--- a/NEWS
+++ b/NEWS
@@ -41,6 +41,11 @@ GNU coreutils NEWS -*- outline -*-
csplit accepts a new option: --suppressed-matched, to elide the lines
used to identify the split points.
+** Changes in behavior
+
+ stdbuf now requires at least one buffering mode option to be specified,
+ as per the documented interface.
+
** Improvements
stat and tail work better with EFIVARFS, EXOFS, F2FS, SNFS and UBIFS.