1. 26 5月, 2023 1 次提交
  2. 12 4月, 2023 2 次提交
  3. 08 3月, 2022 1 次提交
  4. 10 8月, 2021 1 次提交
  5. 01 6月, 2020 1 次提交
  6. 17 3月, 2020 1 次提交
  7. 17 2月, 2020 1 次提交
  8. 17 1月, 2020 1 次提交
  9. 21 12月, 2019 1 次提交
  10. 06 12月, 2019 2 次提交
  11. 01 7月, 2017 1 次提交
  12. 10 2月, 2017 1 次提交
  13. 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
  14. 29 5月, 2016 1 次提交
  15. 21 5月, 2016 1 次提交
  16. 01 3月, 2016 2 次提交
  17. 06 2月, 2016 1 次提交
  18. 14 12月, 2015 1 次提交
  19. 23 11月, 2015 1 次提交
  20. 21 8月, 2014 1 次提交
  21. 10 7月, 2014 1 次提交
  22. 28 6月, 2014 1 次提交
  23. 04 12月, 2013 2 次提交
  24. 03 12月, 2013 1 次提交
  25. 15 10月, 2013 1 次提交
  26. 03 10月, 2013 1 次提交
  27. 03 8月, 2013 1 次提交
  28. 06 7月, 2013 1 次提交