1. 3b46e62 find -type f | xargs sed -i 's/[\t ]*$//g' # Yes, again. Note the star in the regex. by ths · 18 years ago
  2. 5fafdf2 find -type f | xargs sed -i 's/[\t ]$//g' # on most files by ths · 18 years ago
  3. 0458df2 Fix typo in comment. by ths · 18 years ago
  4. 38d0662 Arm semihosted commandline support (Wolfgang Schildbach). by pbrook · 19 years ago
  5. e5fe0c5 bFLT loader (for uClinux binaries). by pbrook · 19 years ago