summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorPádraig Brady <P@draigBrady.com>2009-07-04 01:19:00 +0100
committerPaolo Bonzini <bonzini@gnu.org>2009-07-22 18:41:52 +0200
commit737ca5ec59f739506e6fdc7eff53c62f6723fe3e (patch)
tree1984110dcaf118a0edc1b9822bc24b1afbf628a4 /NEWS
parentfeaa20792f8c65d4c8de669a6770ebc3d5973d1e (diff)
downloadsed-737ca5ec59f739506e6fdc7eff53c62f6723fe3e.tar.gz
make -u unbuffer input files as per the documentation
* sed/execute.c: call setvbuf() to turn off input buffering * sed/sed.c: rename unbuffered_output to more accurate unbuffered * sed/sed.h: ditto
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS5
1 files changed, 5 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index cd755d2..d58ee65 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,8 @@
+Sed 4.2.2
+
+* -u also does unbuffered input
+
+----------------------------------------------------------------------------
Sed 4.2.1
* fix parsing of s/[[[[[[[[[]//