This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
If the downstream caller wants block mode, and we're in line mode,
authorNicholas Clark <nick@ccl4.org>
Sat, 15 Apr 2006 18:05:12 +0000 (18:05 +0000)
committerNicholas Clark <nick@ccl4.org>
Sat, 15 Apr 2006 18:05:12 +0000 (18:05 +0000)
commit937b367d393d2f47eca488c9413d9e139fc7d431
treea86dbe23ad3f17a358b367173048030d5a973b04
parent0f7de14d8669cd6dcee1170d6d9b7b40f82657fa
If the downstream caller wants block mode, and we're in line mode,
then don't return more bytes than they asked for. Hold bytes over
until next time if necessary.

p4raw-id: //depot/perl@27816
pp_ctl.c
t/op/incfilter.t