find -type f | xargs sed -i 's/[\t ]*$//g' # Yes, again. Note the star in the regex.
[qemu] / hw / parallel.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-06-18 thsAdd parallel memory mapped interface, by Herve Poussineau.
2007-06-07 thsFix code formatting, by Herve Poussineau.
2007-04-07 pbrookUnify IRQ handling.
2007-02-17 thsParport EPP support for Linux, by Marko Kohtala.
2005-11-15 bellardnew network emulation
2005-11-10 bellardlow level host parallel port access
2005-01-23 bellardremoved warnings
2005-01-15 bellardPC parallel port support (Mark Jonckheere)