find -type f | xargs sed -i 's/[\t ]*$//g' # Yes, again. Note the star in the regex.
[qemu] / block-qcow.c
2007-09-17 thsfind -type f | xargs sed -i 's/[\t ]*$//g' # Yes, again...
2007-09-16 thsvmdk compatibility level 6 images, by Soren Hansen.
2007-09-16 thsfind -type f | xargs sed -i 's/[\t ]$//g' # on most...
2006-08-07 pbrookDynamically allocate AIO Completion Blocks.
2006-08-05 bellardblock API change
2006-08-03 bellardadded missing returns
2006-08-01 bellardasync file I/O API
2006-06-04 pbrookDisk cache flush support.
2005-12-18 bellardqcow_make_empty() support (Johannes Schindelin)
2005-04-28 bellardprobing fixes
2004-09-29 bellardzlib.h is an external header
2004-09-18 bellardfixed block close() method prototype
2004-08-03 bellard64 bit file I/O by default
2004-08-01 bellardnew disk image layer