This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Fix PerlIO_get_cnt and friends
authorLeon Timmermans <fawaka@gmail.com>
Wed, 28 Aug 2013 13:06:29 +0000 (15:06 +0200)
committerLeon Timmermans <fawaka@gmail.com>
Sat, 7 Sep 2013 08:01:50 +0000 (10:01 +0200)
commitb66f3475d343bb78e55b4ba343433044f5966b6b
tree517f65e6379259676134dd543ebdca9e8a08df38
parentdf8c7dee25da69fc88678b8949166e08fb686037
Fix PerlIO_get_cnt and friends

These functions worked with ints instead of SSize_t,
embed.fnc
perlio.c
perlio.h
pod/perlapio.pod
pp_sys.c
proto.h
sv.c