sortsv not in place anymore, noticed by John P. Linderman.
authorJarkko Hietaniemi <jhi@iki.fi>
Mon, 1 Oct 2001 12:27:57 +0000 (12:27 +0000)
committerJarkko Hietaniemi <jhi@iki.fi>
Mon, 1 Oct 2001 12:27:57 +0000 (12:27 +0000)
p4raw-id: //depot/perl@12291

pod/perlapi.pod
pp_ctl.c

index cf54c9a..a60c2c6 100644 (file)
@@ -2024,7 +2024,7 @@ Found in file sharedsv.c
 =item sortsv
 
    
-Sort an array in place. Here is an example:
+Sort an array. Here is an example:
 
     sortsv(AvARRAY(av), av_len(av)+1, Perl_sv_cmp_locale); 
 
index 54587e9..b14e27f 100644 (file)
--- a/pp_ctl.c
+++ b/pp_ctl.c
@@ -4039,7 +4039,7 @@ dynprep(pTHX_ gptr *list1, gptr *list2, size_t nmemb, SVCOMPARE_t cmp)
 /* 
 =for apidoc sortsv
    
-Sort an array in place. Here is an example:
+Sort an array. Here is an example:
 
     sortsv(AvARRAY(av), av_len(av)+1, Perl_sv_cmp_locale);