find -type f | xargs sed -i 's/[\t ]*$//g' # Yes, again. Note the star in the regex.
[qemu] / readline.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...
2007-08-26 thsReset buffer pointers after CR/LF, by Jim Paris.
2007-06-25 thsImplement ^W in readline.c, by Michal Hanselmann.
2004-08-01 bellardseparated readline from monitor code - added password...