1. 03 11月, 2016 11 次提交
  2. 02 11月, 2016 6 次提交
  3. 28 10月, 2016 1 次提交
  4. 19 10月, 2016 4 次提交
  5. 14 10月, 2016 1 次提交
  6. 13 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. 02 10月, 2016 1 次提交
  9. 01 10月, 2016 1 次提交
  10. 29 9月, 2016 2 次提交
  11. 28 9月, 2016 4 次提交
  12. 27 9月, 2016 6 次提交
  13. 26 9月, 2016 1 次提交