This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Fix for "[ID 20000329.080] quad printing does not work as documented",
authorJarkko Hietaniemi <jhi@iki.fi>
Fri, 31 Mar 2000 18:50:54 +0000 (18:50 +0000)
committerJarkko Hietaniemi <jhi@iki.fi>
Fri, 31 Mar 2000 18:50:54 +0000 (18:50 +0000)
commit686fa4bb8e88f0c9a36218cdbf3c49f4a7b93b2a
tree13d137151745b062c8e4c6702a06f9da66e8911c
parent60e543b98faa4a5070dcca1fd2110807d43d1186
Fix for "[ID 20000329.080] quad printing does not work as documented",
reported by Joseph N. Hall.  The bug was that even with use64bitint
one had to use the prefixes q, L, or ll with printf/sprintf,
contrary to the documentation and common sense.

p4raw-id: //depot/cfgperl@5905
sv.c
t/op/64bitint.t