1. 05 4月, 2016 7 次提交
  2. 04 4月, 2016 9 次提交
  3. 03 4月, 2016 20 次提交
  4. 02 4月, 2016 2 次提交
  5. 01 4月, 2016 2 次提交
    • R
      Force argv to be an array of long pointers on VMS · 368058d0
      Richard Levitte 提交于
      Reverts commit 087ca80a
      
      Instead of battling the odd format of argv given to main() in default
      P64 mode, tell the compiler to make it an array of 64-bit pointers
      when compiling in P64 mode.
      
      A note is added in NOTES.VMS regarding minimum DEC C version.
      Reviewed-by: NAndy Polyakov <appro@openssl.org>
      368058d0
    • R
      Make the use of perl more consistent · 5902821d
      Richard Levitte 提交于
      - In Configure, register the perl interpreter used to run Configure,
        so that's the one being used throughout instead of something else
        that Configure happens to find.  This is helpful for using a perl
        version that's not necessarely first in $PATH:
      
          /opt/perl/5.22.1/bin/perl ./Configure
      
      - Make apps/tsget a generated file, just like apps/CA.pl, so the
        perl interpreter registered by Configure becomes the hashbang path
        instead of a hardcoded /usr/bin/perl
      Reviewed-by: NAndy Polyakov <appro@openssl.org>
      5902821d