OpenSSL::config: Fix trivial bugs
[openssl.git] / util / perl / OpenSSL / config.pm
2022-09-29 Richard LevitteOpenSSL::config: Fix trivial bugs
2022-09-29 Richard LevitteOpenSSL::config: Fix VMS guesses
2022-09-29 Richard LevitteOpenSSL::config: determine the MSVC target architecture...
2022-05-05 Allan JudeDetect arm64-*-*bsd and enable assembly optimizations
2022-03-15 Matt CaswellUpdate copyright year
2022-02-15 Todd ShortForce macOS 10.15 or later to be 64-bit
2021-12-27 Piotr KubajAdd support for BSD-riscv64 target
2021-08-20 Rich SalzReplace CONFIG_NOWAIT env var with -w option
2021-08-19 Rich SalzSet KERNEL_BITS, add CONFIG_NOWAIT
2021-06-27 Lőrinczy, ZsigmondUpdate config.pm
2021-05-25 Jan Lanafix Solaris OS detection in config.pm
2021-04-27 Andreas SchwabAdd system guessing for linux64-riscv64 target
2021-03-11 Matt CaswellUpdate copyright year
2021-02-23 Richard Levitteutil/perl/OpenSSL/config.pm: Add VMS specific C compile...
2021-02-23 Richard Levitteutil/perl/OpenSSL/config.pm: Fix determine_compiler_set...
2020-12-01 Tim HudsonCorrect system guessing for darwin64-arm64 target
2020-11-06 Matt CaswellCorrect system guessing for solaris64-x86_64-* targets
2020-11-06 Matt CaswellDon't complain about uninitialized values when running...
2020-10-03 Richard LevitteConfiguration: add initial NonStop values in OpenSSL...
2020-08-28 Jung-uk KimIgnore vendor name in Clang version number.
2020-07-04 Richard Levitteutil/perl/OpenSSL/config.pm: Fix /armv[7-9].*-.*-linux2/
2020-07-04 Richard Levitteutil/perl/OpenSSL/config.pm: move misplaced Windows...
2020-06-28 Richard Levitteutil/perl/OpenSSL/config.pm: refactor guess_system()
2020-06-28 Richard Levitteutil/perl/OpenSSL/config.pm: remove expand() and use...
2020-06-28 Richard Levitteutil/perl/OpenSSL/config.pm: refactor map_guess()
2020-06-28 Richard Levitteutil/perl/OpenSSL/config.pm, Configure: move check...
2020-06-28 Richard Levitteutil/perl/OpenSSL/config.pm: Rework determining compile...
2020-06-28 Richard LevitteRemove OpenSSL::config::main(), it's not necessary
2020-06-28 Richard Levitteutil/perl/OpenSSL/config.pm: Prefer POSIX::uname()...
2020-06-28 Richard Levitteutil/perl/OpenSSL/config.pm: Don't detect removed direc...
2020-06-28 Rich SalzInitial rewrite of config as a Perl module