1. 20 Feb, 2018 22 commits
  2. 19 Feb, 2018 6 commits
  3. 18 Feb, 2018 1 commit
  4. 17 Feb, 2018 1 commit
  5. 16 Feb, 2018 1 commit
  6. 15 Feb, 2018 8 commits
  7. 14 Feb, 2018 1 commit
    • Benjamin Kaduk's avatar
      Auto-size more of configdata.pm "disabled features" · 0b80103b
      Benjamin Kaduk authored
      
      
      configdata.pm -d prints out a lot of information, including a table
      of what features are disabled, why, and the effect of that disablement
      (in terms of preprocessor symbols defined and directories skipped).
      The first column is already auto-sized, to easily accomodate future
      disableable features with long names.  Also auto-size the second column,
      to accomodate future reasons for disablement with long names as well.
      
      Failing to take such precautions results in stderr spew from
      configdata.pm -d when such long reasons are in use:
      
         Negative repeat count does nothing at ./configdata.pm line 14504.
      
      Such output is pretty distracting from the actual desired output,
      so try to avoid it if possible.
      
      Reviewed-by: default avatarRichard Levitte <levitte@openssl.org>
      (Merged from https://github.com/openssl/openssl/pull/5371)
      0b80103b