1. 05 7月, 2020 1 次提交
  2. 06 12月, 2018 1 次提交
  3. 13 2月, 2018 1 次提交
  4. 28 1月, 2018 1 次提交
  5. 17 8月, 2016 1 次提交
  6. 16 8月, 2016 1 次提交
  7. 06 7月, 2016 1 次提交
  8. 01 6月, 2016 1 次提交
  9. 10 3月, 2016 1 次提交
  10. 16 2月, 2016 1 次提交
    • R
      Lowercase configuration arguments on VMS · 7c55e22c
      Richard Levitte 提交于
      Depending on user preferences, Configure might get something like
      --PREFIX=blah just as well as --prefix=blah, or "SHARED" just as well
      as "shared".  On VMS, let's therefore lowercase at least the portion
      of the argument before a possible equal sign.
      
      For good measure, we lowercase the arguments to be checked in
      config.com as well.  The original argument is sent on to Configure,
      however.
      Reviewed-by: NAndy Polyakov <appro@openssl.org>
      7c55e22c
  11. 10 2月, 2016 1 次提交
    • R
      unified build scheme: add a "unified" template for VMS descrip.mms · e84193e4
      Richard Levitte 提交于
      As part of this, change util/mkdef.pl to stop adding libraries to
      depend on in its output.  mkdef.pl should ONLY output a symbol
      vector.
      
      Because symbol names can't be longer than 31 characters, we use the
      compiler to shorten those that are longer down to 23 characters plus
      an 8 character CRC.  To make sure users of our header files will pick
      up on that automatically, add the DEC C supported extra headers files
      __decc_include_prologue.h and __decc_include_epilogue.h.
      
      Furthermore, we add a config.com, so VMS people can configure just as
      comfortably as any Unix folks, thusly:
      
          @config
      Reviewed-by: NRich Salz <rsalz@openssl.org>
      e84193e4