This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Augment the user filter caching code so that if the user filter returns
authorNicholas Clark <nick@ccl4.org>
Sat, 15 Apr 2006 19:37:32 +0000 (19:37 +0000)
committerNicholas Clark <nick@ccl4.org>
Sat, 15 Apr 2006 19:37:32 +0000 (19:37 +0000)
commit941a98a017bebaf9418c346af5601481227ecf3c
treef64ca60156f2387ca9b2f00f64f3047ed2bf3c4c
parentd4f41c0196a61a9d6f38ee42fc192ebf28ef6420
Augment the user filter caching code so that if the user filter returns
multiple lines, only one line at a time is returned.
Rename the variable len to status, as it is the status value.

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