Sort stability: Difference between revisions

(→‎{{header|Groovy}}: add version info)
(→‎{{header|Pascal}}: give status)
Line 442:
=={{header|PARI/GP}}==
Pari's <code>vecsort</code> is stable, see 3.8.60 in the User's Guide. In particular, it uses a merge sort.
 
=={{header|Pascal}}==
Standard Pascal has no built-in routine for sorting. The RTL of FreePascal uses Quicksort for TList, TFPList and TStringList in the Classes unit.
 
=={{header|Perl}}==
Anonymous user