Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-11-01 | Add PKCS-8 support to public_key | Ingela Anderton Andin | |
2010-11-15 | Call chmod without the "-f" flag | Holger Weiß | |
"-f" is a non-standard chmod option which at least SGI IRIX and HP UX do not support. As the only effect of the "-f" flag is to suppress warning messages, it can be safely omitted. | |||
2010-08-31 | Complete rename of erl_make_certs | Dan Gudmundsson | |
2010-06-01 | OTP-8649 dg/public_key-test-coverage | Raimo Niskanen | |
2010-01-21 | Merge branch 'bg/public_key-include_lib' into ccase/r13b04_dev | Erlang/OTP | |
* bg/public_key-include_lib: public_key: fix build of test suites on Windows | |||
2010-01-19 | public_key: fix build of test suites on Windows | Björn Gustavsson | |
On Windows, the ERL_TOP environment variable contains a path that only is valid for cygwin-enabled programs, such as 'make'. It is not meaningful to pass the value of $ERL_TOP in the -I option to the Erlang compiler, because the Erlang emualator does not interpret cygwin paths correctly. Therefore, -include("test_server.hrl") will fail to find test_server.hrl. Work around the problem by using -include_lib(). | |||
2009-11-20 | The R13B03 release.OTP_R13B03 | Erlang/OTP | |