This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Fix for bug [ID 20020227.005] format bug with undefined _TOP
authorH.Merijn Brand <h.m.brand@xs4all.nl>
Sun, 27 Feb 2005 11:28:27 +0000 (11:28 +0000)
committerH.Merijn Brand <h.m.brand@xs4all.nl>
Sun, 27 Feb 2005 11:28:27 +0000 (11:28 +0000)
commitb929a54bc3b1e6622917dee605ce635e4c48caf4
tree1c52f8e87b252ba42240a07be5895b0c52679bce
parent10532ef0bc83090a3acebb63693a4f506bd96830
Fix for bug [ID 20020227.005] format bug with undefined _TOP
http://rt.perl.org/rt3/Ticket/Display.html?id=8698
If there was no TOP format the lines left on page was set
to fixed number, now set to the current page length of the
IO channel used. More debugging for yet another bug needed.

p4raw-id: //depot/perl@23999
pp_sys.c