find -type f | xargs sed -i 's/[\t ]$//g' # on most files
[qemu] / s390-dis.c
2007-09-16 thsfind -type f | xargs sed -i 's/[\t ]$//g' # on most...
2007-07-31 thss390 disassembler support, by Ulrich Hecht.