- 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)
commita572e12675882f401e43f231ca4effdedfc70d69
tree889b9bd1d916ef338bfcd3ea07479844ea8662dd
parentc8e839461533cbe68637ad46baa84dff1e4bc4f2
- Added fsort() and fsort_tmp() that implement a mergesort routine
  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().
flist.c