find -type f | xargs sed -i 's/[\t ]*$//g' # Yes, again. Note the star in the regex.
[qemu] / tap-win32.c
2007-09-17 thsfind -type f | xargs sed -i 's/[\t ]*$//g' # Yes, again...
2007-09-16 thsfind -type f | xargs sed -i 's/[\t ]$//g' # on most...
2006-08-19 bellardwin32 tap poll suppression (kazu)
2006-06-25 bellardmultiple wait object support for win32 (kazu)
2006-02-19 pbrookWIn32 compile fix.
2006-02-01 bellardtap win32 support