This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
PerlIO::scalar write() at large file position
authorTony Cook <tony@develop-help.com>
Thu, 15 Jan 2015 05:52:21 +0000 (16:52 +1100)
committerTony Cook <tony@develop-help.com>
Tue, 27 Jan 2015 03:59:18 +0000 (14:59 +1100)
commit4388f261169c7e6f89c979e37485e69889f1481b
treeaa8399e805f22985f9a2a5b585105f74fc6c78e8
parent316a4c4b02869cef6dd06804e1676d77fb35a979
PerlIO::scalar write() at large file position

Prevents treating a large file position as negative (or even wrapped).
ext/PerlIO-scalar/scalar.pm
ext/PerlIO-scalar/scalar.xs
ext/PerlIO-scalar/t/scalar.t
perl.h