-
Notifications
You must be signed in to change notification settings - Fork 576
Another 32-bit residual in 64-bit perl 5.18 #13179
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
From browseruk@inbox.comCreated by BrowserUk@xoxy.netThe repeat count/repeat counter for unpack is still limited to a signed This demonstrates the problem: C:>\perl5.18\bin\perl.exe -E"$v=chr(255); $v x= 2**27; print unpack C:>\perl5.18\bin\perl.exe -E"$v=chr(255); $v x= 2**28; print unpack Perl Info
|
From @jkeenanOn Mon, 19 Aug 2013 19:28:40 GMT, browseruk@inbox.com wrote:
Persists in perl-5.24.0: ##### $ perl -E '$v=chr(255); $v x= 2**28; say unpack "%32b*", $v' -- |
The RT System itself - Status changed from 'new' to 'open' |
From zefram@fysh.orgFixed in commit e1b825c. -zefram |
@xsawyerx - Status changed from 'open' to 'pending release' |
From @khwilliamsonThank you for filing this report. You have helped make Perl better. With the release yesterday of Perl 5.28.0, this and 185 other issues have been Perl 5.28.0 may be downloaded via: If you find that the problem persists, feel free to reopen this ticket. |
@khwilliamson - Status changed from 'pending release' to 'resolved' |
Migrated from rt.perl.org#119367 (status was 'resolved')
Searchable as RT119367$
The text was updated successfully, but these errors were encountered: