1. 11 11月, 2016 1 次提交
  2. 27 10月, 2016 1 次提交
  3. 02 6月, 2016 1 次提交
  4. 30 5月, 2016 1 次提交
  5. 29 5月, 2016 1 次提交
    • A
      Configure,test/recipes: "pin" glob to File::Glob::glob. · 97855556
      Andy Polyakov 提交于
      As it turns out default glob's behaviour for quoted argument varies
      from version to version, making it impossible to Configure or run
      tests in some cases. The reason for quoting globs was to accommodate
      source path with spaces in its name, which was treated by default glob
      as multiple paths. File::Glob::glob on the other hand doesn't consider
      spaces as delimiters and therefore works with unquoted patterns.
      
      [Unfortunaltely File::Glob::glob, being too csh-ly, doesn't work
      on VMS, hence the "pinning" is conditional.]
      Reviewed-by: NRichard Levitte <levitte@openssl.org>
      97855556
  6. 27 5月, 2016 1 次提交
  7. 23 5月, 2016 3 次提交
  8. 20 5月, 2016 1 次提交