1. 10 2月, 2017 3 次提交
  2. 25 1月, 2017 1 次提交
  3. 17 11月, 2016 12 次提交
  4. 20 10月, 2016 1 次提交
  5. 19 10月, 2016 1 次提交
  6. 15 10月, 2016 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. 22 8月, 2016 1 次提交
  9. 19 8月, 2016 1 次提交
  10. 18 8月, 2016 2 次提交
  11. 08 8月, 2016 1 次提交
  12. 02 8月, 2016 1 次提交
  13. 01 8月, 2016 10 次提交
  14. 15 7月, 2016 1 次提交
  15. 17 6月, 2016 1 次提交
  16. 16 6月, 2016 1 次提交
  17. 31 5月, 2016 1 次提交