- Added fsort() and fsort_tmp() that implement a mergesort routine
authorWayne Davison <wayned@samba.org>
Thu, 24 May 2007 02:50:41 +0000 (02:50 +0000)
committerWayne Davison <wayned@samba.org>
Thu, 24 May 2007 02:50:41 +0000 (02:50 +0000)
  that ensures that any identical items in the file-list stay in the
  same order as they had in the input.  It will also obey the --qsort
  option (which causes it to punt the sort to the qsort() routine).
- Changed the various places that sort the file-list to call fsort().


No differences found