diff options
author | Craig A. Berry <craigberry@mac.com> | 2010-08-23 20:21:48 -0500 |
---|---|---|
committer | Craig A. Berry <craigberry@mac.com> | 2010-08-23 20:21:48 -0500 |
commit | bbf209b47391d8b45d70b357011be450f2e5ee4a (patch) | |
tree | c79526fc27fa06b160132a7594a7ad73f5f6393e | |
parent | 1405ccf587bf265bfe4fd5627990cf54111faa9c (diff) | |
download | perl-bbf209b47391d8b45d70b357011be450f2e5ee4a.tar.gz |
perldelta entry for stack checking in pp_getc, pp_tell, and pp_eof.
-rw-r--r-- | pod/perl5122delta.pod | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/pod/perl5122delta.pod b/pod/perl5122delta.pod index eddbe6a4a9..7ae34474b1 100644 --- a/pod/perl5122delta.pod +++ b/pod/perl5122delta.pod @@ -245,6 +245,11 @@ A bug that could cause "C<Unknown error>" messages when The implementation of the C<open $fh, 'E<gt>' \$buffer> feature now supports get/set magic and thus tied buffers correctly. +=item * + +The C<pp_getc>, C<pp_tell>, and C<pp_eof> opcodes now make room on the +stack for their return values in cases where no argument was passed in. + =back =head1 Platform Specific Notes |