CVS update: rsync

Wayne Davison wayned at samba.org
Thu May 24 02:50:41 GMT 2007


Date:	Thu May 24 02:50:41 2007
Author:	wayned

Update of /data/cvs/rsync
In directory dp.samba.org:/tmp/cvs-serv8220

Modified Files:
	flist.c 
Log Message:
- 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().


Revisions:
flist.c		1.417 => 1.418
	http://www.samba.org/cgi-bin/cvsweb/rsync/flist.c?r1=1.417&r2=1.418


More information about the rsync-cvs mailing list