Skip to content
  1. Feb 06, 2017
  2. Dec 19, 2016
  3. Nov 11, 2016
  4. Nov 10, 2016
  5. Oct 24, 2016
  6. Oct 18, 2016
  7. Oct 10, 2016
    • David Benjamin's avatar
      Remove trailing whitespace from some files. · 609b0852
      David Benjamin authored
      
      
      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: default avatarKurt Roeckx <kurt@openssl.org>
      Reviewed-by: default avatarMatt Caswell <matt@openssl.org>
      609b0852
  8. Sep 02, 2016
  9. Aug 16, 2016
  10. Aug 05, 2016
  11. Jul 20, 2016
  12. Jul 16, 2016
  13. Jun 29, 2016
  14. Jun 20, 2016
  15. Jun 14, 2016
  16. Jun 01, 2016
  17. May 29, 2016
  18. May 28, 2016
  19. May 21, 2016
  20. May 17, 2016
  21. May 04, 2016
  22. Apr 25, 2016
  23. Apr 20, 2016
  24. Apr 07, 2016
  25. Mar 21, 2016
  26. Mar 20, 2016
  27. Mar 12, 2016
  28. Mar 11, 2016
  29. Mar 10, 2016
  30. Mar 09, 2016
  31. Mar 08, 2016