Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-01-10 | Merge branch 'bjorn/remove-packages/OTP-10348' | Björn Gustavsson | |
* bjorn/remove-packages/OTP-10348: (22 commits) kernel: Remove the packages module kernel: Eliminate use of packages in code and code_server edoc: Remove support for packages syntax_tools: Remove support for packages reltool: Remove support for packages test_server: Remove support for packages sasl: Remove support for packages debugger: Remove support for packages c: Remove support for packages filename: Remove support for packages erl_pp_SUITE: Remove test of packages shell: Remove support for packages erl_parse: Remove support for packages qlc: Remove support for packages erl_eval: Remove support for packages erl_expand_records: Remove support for packages erl_lint: Remove support for packages compiler: Remove support for packages erts: Remove the packages aliases for BIFs erl_expand_records_SUITE: Eliminate use of packages ... | |||
2013-01-09 | Merge branch 'egil/fix-os_mon-dialyzer' | Björn-Egil Dahlberg | |
* egil/fix-os_mon-dialyzer: os_mon: Remove superfluous match clause | |||
2013-01-09 | Merge branch 'egil/ignore-core' | Björn-Egil Dahlberg | |
* egil/ignore-core: test: Ignore cores in debug build for crash dumps | |||
2013-01-09 | Merge branch 'ml/crypto/add-ripemd160-digest/OTP-10667' | Fredrik Gustafsson | |
* ml/crypto/add-ripemd160-digest/OTP-10667: fix crypto ripemd160 tests to use hash_init family fix ripemd160 to use hash_init family and add documentation fix missing defines for RIPEMD160_CTX_LEN and RIPEMD160_LEN add ripemd160 support to crypto | |||
2013-01-09 | kernel: Remove the packages module | Björn Gustavsson | |
2013-01-09 | kernel: Eliminate use of packages in code and code_server | Björn Gustavsson | |
2013-01-09 | edoc: Remove support for packages | Björn Gustavsson | |
2013-01-09 | syntax_tools: Remove support for packages | Björn Gustavsson | |
2013-01-09 | reltool: Remove support for packages | Björn Gustavsson | |
2013-01-09 | test_server: Remove support for packages | Björn Gustavsson | |
2013-01-09 | sasl: Remove support for packages | Björn Gustavsson | |
2013-01-09 | debugger: Remove support for packages | Björn Gustavsson | |
2013-01-09 | c: Remove support for packages | Björn Gustavsson | |
2013-01-09 | filename: Remove support for packages | Björn Gustavsson | |
2013-01-09 | erl_pp_SUITE: Remove test of packages | Björn Gustavsson | |
2013-01-09 | shell: Remove support for packages | Björn Gustavsson | |
2013-01-09 | erl_parse: Remove support for packages | Björn Gustavsson | |
2013-01-09 | qlc: Remove support for packages | Björn Gustavsson | |
2013-01-09 | erl_eval: Remove support for packages | Björn Gustavsson | |
2013-01-09 | erl_expand_records: Remove support for packages | Björn Gustavsson | |
2013-01-09 | erl_lint: Remove support for packages | Björn Gustavsson | |
2013-01-09 | compiler: Remove support for packages | Björn Gustavsson | |
2013-01-09 | erl_expand_records_SUITE: Eliminate use of packages | Björn Gustavsson | |
2013-01-09 | erl_lint_SUITE: Eliminate use of packages | Björn Gustavsson | |
2013-01-09 | eunit: Eliminate use of the package syntax | Björn Gustavsson | |
2013-01-09 | Prepare OTP files for Unicode as default encoding | Hans Bolinder | |
2013-01-09 | Merge branch 'siri/cover/new-bugs-r16/OTP-10638' | Siri Hansen | |
* siri/cover/new-bugs-r16/OTP-10638: [cover] Cleanup by stopping cover between tests [common_test] Stop cover on slave node after node is terminated [test_server] Stop cover on node after node is terminated [cover] Fix timing dependent bug in cover_SUITE:reconnect [cover] Remove stopped node also from lost_nodes list [cover] Don't mark stopped node as lost | |||
2013-01-09 | Fix some FOP warnings | Hans Bolinder | |
Examples overflowing the width of PDF pages have been fixed. The remaining warnings are due to table cells, and require more work. | |||
2013-01-08 | test: Ignore cores in debug build for crash dumps | Björn-Egil Dahlberg | |
2013-01-08 | os_mon: Remove superfluous match clause | Björn-Egil Dahlberg | |
2013-01-08 | Merge branch 'ia/ssl/TLS-1.2-default/OTP-10425' | Ingela Anderton Andin | |
* ia/ssl/TLS-1.2-default/OTP-10425: ssl: Make TLS-1.2 default version | |||
2013-01-08 | Merge branch 'ia/ssl/deprecated-r16' | Ingela Anderton Andin | |
* ia/ssl/deprecated-r16: stdlib: Updated otp_internal to reflect removal of deprecated function ssl & orber: Remove ssl:pid/1 (has been pointless since R14) | |||
2013-01-07 | [stdlib] Improve the Erlang shell's handling of scanner errors | Hans Bolinder | |
The Erlang shell now skips the rest of the line when it encounters an Erlang scanner error. Examples: 1> $\xtt. * 1: illegal character 1> "$\xtt". * 1: illegal character 1> | |||
2013-01-03 | Merge branch 'ks/stdlib/proplists-spec-cleanup/OTP-10663' | Fredrik Gustafsson | |
* ks/stdlib/proplists-spec-cleanup/OTP-10663: Ensure that edocumentation and the xml file are in sync Clean up some specs | |||
2013-01-03 | Merge branch 'ks/kernel/dist_util-minor-fix/OTP-10662' | Fredrik Gustafsson | |
* ks/kernel/dist_util-minor-fix/OTP-10662: Do not return wrong terms unnecessarily | |||
2013-01-03 | Merge branch 'hb/parsetools/remove_esyntax/OTP-10660' | Hans Bolinder | |
* hb/parsetools/remove_esyntax/OTP-10660: Remote the file esyntax.yrl | |||
2013-01-02 | Remote the file esyntax.yrl | Hans Bolinder | |
2013-01-02 | Make sure the Erlang shell prompt can handle Unicode | Hans Bolinder | |
2013-01-02 | Improve and correct contracts and types of the IO modules | Hans Bolinder | |
2013-01-02 | Clean up some of the Unicode documentation | Hans Bolinder | |
2013-01-02 | Correct bugs in the old shell (user.erl) | Hans Bolinder | |
2013-01-02 | [tools] Add Unicode support for Cover | Hans Bolinder | |
Code written by Siri Hansen. | |||
2013-01-02 | [test_server] Add Unicode support to module listing | Hans Bolinder | |
Code written by Siri Hansen. | |||
2013-01-02 | [erl_docgen] Use DejaVu fonts when generating PDF | Hans Bolinder | |
A few examples in lib/stdlib/doc/src/unicode_usage.xml make use of Cyrillic characters. | |||
2013-01-02 | [syntax_tools] Introduce Unicode support for Erlang source files | Hans Bolinder | |
Not complete. Unicode in wild attribute doesn't work. No support for Unicode regarding Igor stubs. | |||
2013-01-02 | [erl_docgen] Update due to introduction of Unicode | Hans Bolinder | |
2013-01-02 | [edoc] Introduce Unicode support for source files | Hans Bolinder | |
2013-01-02 | [stdlib, kernel] Introduce Unicode support for Erlang source files | Hans Bolinder | |
Expect modifications, additions and corrections. There is a kludge in file_io_server and erl_scan:continuation_location() that's not so pleasing. | |||
2012-12-21 | fix crypto ripemd160 tests to use hash_init family | Michael Loftis | |
this updates the previous patch adding tests for the ripemd160 functions to use the hash and hash_init family instead of calling directly. | |||
2012-12-21 | fix ripemd160 to use hash_init family and add documentation | Michael Loftis | |
this patch removes the exports for ripemd160 from the previous patches and incorporates those functions into the hash_init family. documentation is also added. |