diff options
author | Nick Ing-Simmons <nik@tiuk.ti.com> | 2000-12-23 12:50:37 +0000 |
---|---|---|
committer | Nick Ing-Simmons <nik@tiuk.ti.com> | 2000-12-23 12:50:37 +0000 |
commit | a211fa5a3d68f5d390ac706d8cbaef5e6713fd47 (patch) | |
tree | eea631254b27f160f4758a3828a3936cb1af83c5 /pod/perldelta.pod | |
parent | 41510af71ad35c1639c7891738bee9ab5c19275f (diff) | |
parent | ffc230edb7788fddaf08db9f7b042814dfbfab56 (diff) | |
download | perl-a211fa5a3d68f5d390ac706d8cbaef5e6713fd47.tar.gz |
Integrate mainline
p4raw-id: //depot/perlio@8230
Diffstat (limited to 'pod/perldelta.pod')
-rw-r--r-- | pod/perldelta.pod | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pod/perldelta.pod b/pod/perldelta.pod index 8ea61b3101..3c26282d8b 100644 --- a/pod/perldelta.pod +++ b/pod/perldelta.pod @@ -314,7 +314,7 @@ distribution. map() that changes the size of the list should now work faster. =item * - + sort() has been changed to use mergesort internally as opposed to the earlier quicksort. For very small lists this may result in slightly slower sorting times, but in general the speedup should be at least @@ -469,7 +469,7 @@ Regular expressions on references and overloaded scalars now work. scalar() now forces scalar context even when used in void context. =item * - + sort() arguments are now compiled in the right wantarray context (they were accidentally using the context of the sort() itself). |