1. 20 6月, 2018 1 次提交
  2. 19 6月, 2018 1 次提交
  3. 06 12月, 2017 1 次提交
  4. 01 7月, 2017 1 次提交
  5. 10 2月, 2017 2 次提交
  6. 06 2月, 2017 1 次提交
  7. 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
  8. 29 5月, 2016 1 次提交
  9. 21 5月, 2016 1 次提交
  10. 01 3月, 2016 1 次提交
  11. 14 1月, 2015 1 次提交
  12. 21 8月, 2014 1 次提交
  13. 28 6月, 2014 2 次提交
  14. 27 6月, 2014 1 次提交
  15. 24 6月, 2014 2 次提交
  16. 04 12月, 2013 1 次提交
  17. 11 10月, 2013 1 次提交
  18. 13 7月, 2013 1 次提交
  19. 12 7月, 2013 1 次提交
  20. 06 7月, 2013 1 次提交