Skip to content
  1. Nov 12, 2017
  2. Oct 13, 2017
  3. May 11, 2017
  4. 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
  5. May 21, 2016
  6. Mar 09, 2016
  7. Jul 13, 2015
  8. Nov 12, 2012
  9. Apr 28, 2012
  10. Dec 27, 2008
  11. Jan 05, 2008
  12. Nov 22, 2007
  13. Jul 13, 2007
  14. Sep 18, 2006
  15. Aug 31, 2006
  16. Aug 07, 2006
  17. Aug 02, 2006
  18. Jul 31, 2006
  19. Jul 18, 2006
  20. Jun 28, 2006
  21. Jul 01, 2005
  22. Jun 30, 2005
  23. May 09, 2005
  24. May 07, 2005
  25. Apr 24, 2005
  26. Apr 22, 2005
  27. Apr 16, 2005
  28. Mar 19, 2005
  29. Jan 20, 2005
  30. Jan 18, 2005
  31. Jan 13, 2005
  32. Dec 30, 2004
  33. Dec 23, 2004