summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* fix installbaserock/ps/proto-web-systembaserock/morphPaul Sherwood2014-05-021-0/+5
|
* add morph filePaul Sherwood2014-04-291-0/+4
|
* Updated OTP versionOTP-17.0.1Erlang/OTP2014-04-102-1/+2
|
* Prepare releaseErlang/OTP2014-04-104-3/+41
|
* Merge branch 'rickard/typer-doc/OTP-11860' into maint-17Erlang/OTP2014-04-1012-1/+361
|\ | | | | | | | | * rickard/typer-doc/OTP-11860: Add initial documentation framework for TypEr.
| * Add initial documentation framework for TypEr.Rickard Green2014-04-1012-1/+361
| |
* | Merge branch 'rickard/sys_info_spec/OTP-11859' into maint-17Erlang/OTP2014-04-102-1/+0
|\ \ | | | | | | | | | | | | * rickard/sys_info_spec/OTP-11859: Fixed type spec of erlang:system_info/1
| * | Fixed type spec of erlang:system_info/1Rickard Green2014-04-102-1/+0
| |/
* | Merge branch 'sverk/monitor-large-heap-nosmp/OTP-11852' into maint-17Erlang/OTP2014-04-101-2/+2
|\ \ | |/ |/| | | | | * sverk/monitor-large-heap-nosmp/OTP-11852: erts: Fix system_monitor(large_heap) for non-smp VM
| * erts: Fix system_monitor(large_heap) for non-smp VMSverker Eriksson2014-04-081-2/+2
| | | | | | | | | | No message for large_heap monitoring was ever sent on non-smp VM. Bug introduced in R16B.
* | Updated OTP versionOTP-17.0Erlang/OTP2014-04-072-1/+2
| |
* | Update release notesErlang/OTP2014-04-0750-19/+4131
|/
* Merge remote branch 'github/pr/326'Ingela Anderton Andin2014-04-071-2/+2
|\ | | | | | | | | | | * github/pr/326: Fix typo in authorized_keys filename Fix typo in SSH docs
| * Fix typo in authorized_keys filenameJosh Adams2014-04-061-1/+1
| |
| * Fix typo in SSH docsJosh Adams2014-04-061-1/+1
| |
* | Merge branch 'anders/diameter/17.0_release/OTP-11605'Anders Svensson2014-04-071-3/+3
|\ \ | | | | | | | | | | | | * anders/diameter/17.0_release/OTP-11605: Fix diameter.hrl comment typos
| * | Fix diameter.hrl comment typosAnders Svensson2014-04-071-3/+3
| | | | | | | | | | | | | | | | | | | | | A Diameter Header Command Code is 24 bits, not 8, and an Application-ID is 32 bits, not 24. Thanks to Austin Aigbe for pointing it out.
* | | Update primary bootstrapBjörn-Egil Dahlberg2014-04-0418-1/+1
| | |
* | | Merge branch 'egil/maps-fix-map-key-patterns'Björn-Egil Dahlberg2014-04-0411-55/+70
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | * egil/maps-fix-map-key-patterns: stdlib: Fix erl_id_trans example stdlib: Deny map keys defined as #{ .. := .. } in patterns compiler: Fix compiling map keys in patterns from core compiler,stdlib: Fix Map literals as keys for Maps in patterns
| * | | stdlib: Fix erl_id_trans exampleBjörn-Egil Dahlberg2014-04-031-1/+1
| | | |
| * | | stdlib: Deny map keys defined as #{ .. := .. } in patternsBjörn-Egil Dahlberg2014-04-032-17/+33
| | | |
| * | | compiler: Fix compiling map keys in patterns from coreBjörn-Egil Dahlberg2014-04-032-11/+7
| | | |
| * | | compiler,stdlib: Fix Map literals as keys for Maps in patternsBjörn-Egil Dahlberg2014-04-036-26/+29
| | | |
* | | | Merge branch 'bjorn/INSTALL.md'Björn Gustavsson2014-04-041-5/+9
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | * bjorn/INSTALL.md: Update instructions for cloning the wxWidgets repository Update/remove references to --enable-shared-zlib
| * | | | Update instructions for cloning the wxWidgets repositoryBjörn Gustavsson2014-04-031-3/+7
| | | | | | | | | | | | | | | | | | | | | | | | | The master branch has incompatible changes by default. The safest course for now is to use the WX_3_0_branch.
| * | | | Update/remove references to --enable-shared-zlibBjörn Gustavsson2014-04-031-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | In 9f57d8c4f86323cf7481c9a7e512486087bb5542, the configure option --enable-shared-zlib. It was replaced with --enable-builtin-zlib.
* | | | | Merge branch 'vinoski/hash-update-arity'Sverker Eriksson2014-04-031-8/+8
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | * vinoski/hash-update-arity: Some more faulty deprecation warnings for crypto
| * | | | | Some more faulty deprecation warnings for cryptoSverker Eriksson2014-04-031-8/+8
| | | | | |
* | | | | | Merge branch 'vinoski/hash-update-arity'Sverker Eriksson2014-04-031-3/+3
|\ \ \ \ \ \ | |/ / / / / | | | | | | | | | | | | | | | | | | * vinoski/hash-update-arity: fix arity of crypto:hash_update/2 in deprecation warnings
| * | | | | fix arity of crypto:hash_update/2 in deprecation warningsSteve Vinoski2014-03-311-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | When compiling code using deprecated crypto functions that should be replaced with crypto:hash_update/2, the deprecation warnings were saying "use crypto:hash_update/3", with the wrong arity of 3, instead of "use crypto:hash_update/2". The problem was reported in this email message to erlang-bugs: http://erlang.org/pipermail/erlang-bugs/2014-March/004281.html
* | | | | | Merge branch 'ia/public_key/doc-fix'Ingela Anderton Andin2014-04-031-1/+1
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | * ia/public_key/doc-fix: public_key: Fix typo
| * | | | | | public_key: Fix typoIngela Anderton Andin2014-04-031-1/+1
| | |/ / / / | |/| | | |
* | | | | | Merge branch 'siri/master-cuddle-with-tests'Siri Hansen2014-04-032-2/+44
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * siri/master-cuddle-with-tests: Stop nodes after test cases in release_handler_SUITE Add debug printouts in release_handler_SUITE:upgrade_gg Improve printout of command when encoding is utf-8 Add debug printouts in crashdump_viewer_SUITE:load_file
| * | | | | | Stop nodes after test cases in release_handler_SUITESiri Hansen2014-04-031-0/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Test cases 'release_handler_which_releases' and 'upgrade_supervisor' did not terminate the nodes they started. This might be the cause of failing test cases further down the suite. This has been corrected.
| * | | | | | Add debug printouts in release_handler_SUITE:upgrade_ggSiri Hansen2014-04-031-0/+19
| | | | | | |
| * | | | | | Improve printout of command when encoding is utf-8Siri Hansen2014-04-031-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | In release_handler_SUITE, print command with ~ts instead of ~tp in case it contains unicode characters.
| * | | | | | Add debug printouts in crashdump_viewer_SUITE:load_fileSiri Hansen2014-04-031-1/+18
| | | | | | |
* | | | | | | Merge branch 'siri/deprecate-pg/OTP-11840'Siri Hansen2014-04-033-3/+9
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * siri/deprecate-pg/OTP-11840: Deprecate module pg
| * | | | | | | Deprecate module pgSiri Hansen2014-04-023-3/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | To be removed in Erlang/OTP 18
* | | | | | | | Merge branch 'siri/doc-upgrade/OTP-11717'Siri Hansen2014-04-037-35/+394
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * siri/doc-upgrade/OTP-11717: Add documentation about upgrade Add info about upgrade of core applications
| * | | | | | | | Add documentation about upgradeSiri Hansen2014-04-035-30/+359
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The example of how to create a first target system, which is located in the System Principles document, is now extended to also include an example of code upgrade. A new chapter is added to System Principles explaining different issues when upgrade includes new versions applications within Erlang/OTP.
| * | | | | | | | Add info about upgrade of core applicationsSiri Hansen2014-03-282-5/+35
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | In ref man for appup and in system documentation, design prinsiples, add a warning related to upgrade when version of erts, kernel, stdlib or sasl is changed. This will cause an emulator restart where new version of emulator and core applications will startup together with old versions of other applications. Care must be taken to avoid problems due to backwards incompatibility.
* | | | | | | | | Merge branch 'anders/diameter/17.0_release/OTP-11605'Anders Svensson2014-04-031-81/+69
|\ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|/ / | |/| | | | | | | | | | | | | | | | | | | | | | | | | * anders/diameter/17.0_release/OTP-11605: Bring diameter_dbg into the present
| * | | | | | | | Bring diameter_dbg into the presentAnders Svensson2014-04-021-81/+69
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The module is just a collection of functions for retrieving or printing information for the purpose of debugging. Various changes over several releases had broken the table-listing functions diameter_peer/0 and diameter_service/0. Add some minor tidying as well.
* | | | | | | | | Merge branch 'peppe/common_test/otp_17_doc'Peter Andersson2014-04-0311-129/+171
|\ \ \ \ \ \ \ \ \ | |_|_|_|_|/ / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * peppe/common_test/otp_17_doc: Document the abort_if_missing_suites functionality Document changes in the CT hooks API and the event message protocol Document new ct_telnet logging features
| * | | | | | | | Document the abort_if_missing_suites functionalityPeter Andersson2014-04-024-4/+20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | OTP-11769
| * | | | | | | | Document changes in the CT hooks API and the event message protocolPeter Andersson2014-04-024-36/+56
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | OTP-11732
| * | | | | | | | Document new ct_telnet logging featuresPeter Andersson2014-04-024-91/+97
| | |_|/ / / / / | |/| | | | | | | | | | | | | | | | | | | | | | OTP-11440
* | | | | | | | Merge branch 'ia/public_key/doc'Ingela Anderton Andin2014-04-033-15/+34
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * ia/public_key/doc: public_key: Document issuer_fun option to pkix_crls_validate/3 public_key: Update outdated links
| * | | | | | | public_key: Document issuer_fun option to pkix_crls_validate/3Ingela Anderton Andin2014-04-021-5/+24
| | | | | | | |