diff options
author | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2003-11-28 22:38:40 +0000 |
---|---|---|
committer | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2003-11-28 22:38:40 +0000 |
commit | 1d917b3944c05b5491be467f893dc280b74ef98f (patch) | |
tree | a6c37252d210f24241c2c03f1e8e51dbbaeca9ce /MANIFEST | |
parent | 588f721066bebf3e4bee6bfb212ff0dd4bd4dfa9 (diff) | |
download | perl-1d917b3944c05b5491be467f893dc280b74ef98f.tar.gz |
Fix a regression introduced by change #21694 on sprintf()
with long doubles, by disabling the specific optimisation
path in this case ; remove a unnecessary cast ; add a new
test file for miscellaneous sprintf() test that don't fit
in the t/op/sprintf.t framework.
p4raw-link: @21694 on //depot/perl: 4151a5feffa8bdd67c09edf6ade78431e8079f67
p4raw-id: //depot/perl@21800
Diffstat (limited to 'MANIFEST')
-rw-r--r-- | MANIFEST | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -2796,6 +2796,7 @@ t/op/sort.t See if sort works t/op/splice.t See if splice works t/op/split.t See if split works t/op/sprintf.t See if sprintf works +t/op/sprintf2.t See if sprintf works t/op/srand.t See if srand works t/op/stash.t See if %:: stashes work t/op/stat.t See if stat works |