1. 21 12月, 2019 1 次提交
  2. 25 7月, 2017 1 次提交
  3. 29 3月, 2017 1 次提交
  4. 22 3月, 2017 1 次提交
  5. 14 2月, 2017 1 次提交
  6. 11 10月, 2016 1 次提交
    • D
      Remove trailing whitespace from some files. · 609b0852
      David Benjamin 提交于
      The prevailing style seems to not have trailing whitespace, but a few
      lines do. This is mostly in the perlasm files, but a few C files got
      them after the reformat. This is the result of:
      
        find . -name '*.pl' | xargs sed -E -i '' -e 's/( |'$'\t'')*$//'
        find . -name '*.c' | xargs sed -E -i '' -e 's/( |'$'\t'')*$//'
        find . -name '*.h' | xargs sed -E -i '' -e 's/( |'$'\t'')*$//'
      
      Then bn_prime.h was excluded since this is a generated file.
      
      Note mkerr.pl has some changes in a heredoc for some help output, but
      other lines there lack trailing whitespace too.
      Reviewed-by: NKurt Roeckx <kurt@openssl.org>
      Reviewed-by: NMatt Caswell <matt@openssl.org>
      609b0852
  7. 29 5月, 2016 1 次提交
  8. 21 5月, 2016 1 次提交
  9. 14 12月, 2015 1 次提交
  10. 23 11月, 2015 1 次提交
  11. 27 9月, 2015 1 次提交
  12. 28 6月, 2014 1 次提交
  13. 24 6月, 2014 2 次提交
  14. 16 6月, 2014 1 次提交
  15. 13 6月, 2014 1 次提交
  16. 11 6月, 2014 1 次提交
  17. 02 2月, 2014 1 次提交
  18. 05 1月, 2014 1 次提交
  19. 04 1月, 2014 1 次提交
  20. 11 6月, 2013 1 次提交
  21. 26 5月, 2013 1 次提交
  22. 14 2月, 2013 1 次提交
  23. 23 1月, 2013 1 次提交
  24. 27 6月, 2012 1 次提交
  25. 12 6月, 2012 1 次提交
  26. 24 8月, 2011 1 次提交
  27. 04 7月, 2011 1 次提交
  28. 02 7月, 2011 1 次提交
  29. 29 5月, 2011 2 次提交
  30. 06 5月, 2010 1 次提交
  31. 05 5月, 2010 1 次提交
  32. 19 8月, 2009 1 次提交
  33. 19 12月, 2008 1 次提交
  34. 13 9月, 2007 1 次提交
  35. 10 5月, 2007 1 次提交
  36. 18 10月, 2006 1 次提交
  37. 17 10月, 2006 1 次提交
  38. 16 4月, 2006 1 次提交