find -type f | xargs sed -i 's/[\t ]*$//g' # Yes, again. Note the star in the regex.
[qemu] / target-i386 / ops_template.h
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...
2005-02-21 bellardloop insn fix for non x86 hosts
2005-01-10 bellardDATA_MASK fix
2005-01-03 bellardx86_64 target support
2004-05-16 bellardBSR/BSF undefined behaviour fix
2004-01-18 bellardcomments fix
2004-01-05 bellardchanged cpu_x86_in/out to cpu_in/out
2004-01-04 bellardfixed dx based protected in/outs (win98 install) -...
2003-12-02 bellardP4 style multiplication eflags
2003-11-13 bellardio map checks
2003-09-30 bellardnew directory structure