summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | | | |
| * | | | | public_key: Update outdated linksIngela Anderton Andin2014-04-013-10/+10
| | | | | |
* | | | | | Merge branch 'mange/update_source_build_doc/OTP-10269'Magnus Lidén2014-04-0211-662/+517
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * mange/update_source_build_doc/OTP-10269: Add link to app resource file reference Correct and clean up documentation Delete obsolete verification doc Remove installation instruction for unix binary and reorder chapters
| * | | | | | Add link to app resource file referenceMagnus Lidén2014-04-021-3/+4
| | | | | | |
| * | | | | | Correct and clean up documentationMagnus Lidén2014-04-025-443/+482
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The build and install documentation was not complete and needed some restructuring.
| * | | | | | Delete obsolete verification docMagnus Lidén2014-04-021-59/+0
| | | | | | |
| * | | | | | Remove installation instruction for unix binary and reorder chaptersMagnus Lidén2014-04-025-163/+37
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Non-Windows binaries are not released any longer. Instructions are hence removed.
* | | | | | | Merge branch 'egil/test-cuddling'Björn-Egil Dahlberg2014-04-023-7/+7
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * egil/test-cuddling: tools: Refactor testcase emulator: Increase timetrap timeout for binary_SUITE emulator: Increase timetrap timeout for match_spec_SUITE
| * | | | | | | tools: Refactor testcaseBjörn-Egil Dahlberg2014-04-011-5/+5
| | | | | | | |
| * | | | | | | emulator: Increase timetrap timeout for binary_SUITEBjörn-Egil Dahlberg2014-04-011-1/+1
| | | | | | | |
| * | | | | | | emulator: Increase timetrap timeout for match_spec_SUITEBjörn-Egil Dahlberg2014-04-011-1/+1
| | | | | | | |
* | | | | | | | Merge branch 'siri/ct_netconfc-spec/OTP-11834'Siri Hansen2014-04-021-5/+5
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * siri/ct_netconfc-spec/OTP-11834: Fix specs for return values in ct_netconfc
| * | | | | | | | Fix specs for return values in ct_netconfcSiri Hansen2014-04-011-5/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Some functions in ct_netconfc which return XML data had faulty specs. These have been corrected.
* | | | | | | | | Merge branch 'sverk/test-cuddle'Sverker Eriksson2014-04-011-1/+1
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * sverk/test-cuddle: erts: Make binary_SUITE:deep less stressful
| * | | | | | | | | erts: Make binary_SUITE:deep less stressfulSverker Eriksson2014-04-011-1/+1
|/ / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | as it times out on some machines. Not much point in redoing with lower input reductions when the terms are so big we will trap several times anyway.
* | | | | | | | | Merge branch 'yiannist/erllvm-fixes'Sverker Eriksson2014-04-013-24/+47
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * yiannist/erllvm-fixes: Fix frame size adjustment of stack descriptors Fix counting of arguments of closures Check for required LLVM version or issue error
| * | | | | | | | Fix frame size adjustment of stack descriptorsYiannis Tsiouris2014-03-301-19/+11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | In case of function calls with arguments that are passed to the stack, the frame size of corresponding stack descriptors needs to be reduced by the number of stack arguments. This commit fixes a bug in this adjustment which was caused by an incorrect check.
| * | | | | | | | Fix counting of arguments of closuresChristos Stavrakakis2014-03-301-4/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Do not rely on MFA name for the arity of functions, since closures have an extra argument. Instead, just use the length of the arguments list.
| * | | | | | | | Check for required LLVM version or issue errorYiannis Tsiouris2014-03-301-1/+31
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This checks that a required LLVM version (i.e. 3.4 or greater) appears in $PATH when 'to_llvm' flag is used; in case of failure, abort compilation with an error.
* | | | | | | | | Merge branch 'anders/diameter/17.0_release/OTP-11825'Anders Svensson2014-04-014-27/+103
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * anders/diameter/17.0_release/OTP-11825: Simplify xref tests in app suite Add app suite test for app file runtime_dependencies Generate runtime_dependencies in app file Remove syntax_tools and runtime_tools from app file
| * | | | | | | | | Simplify xref tests in app suiteAnders Svensson2014-03-311-23/+17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | By examining which modules *use* runtime and compiler modules instead of which modules compiler modules call. Note that the semantics are changed somewhat: we will now fail if diameter modules are called from an application which diameter.app lists as a start dependency, which wasn't the case previously.
| * | | | | | | | | Add app suite test for app file runtime_dependenciesAnders Svensson2014-03-311-10/+44
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | In particular, that modules listed in the 'modules' tuple only call modules in other applications listed in the 'runtime_dependencies' tuple.
| * | | | | | | | | Generate runtime_dependencies in app fileAnders Svensson2014-03-313-11/+56
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | To avoid having to specify applications more than once.
| * | | | | | | | | Remove syntax_tools and runtime_tools from app fileAnders Svensson2014-03-301-2/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The former is used by the dictionary compiler, the latter by some unfinished code in diameter_dbg. None of the corresponding modules are included in the app file since they typically aren't needed/wanted on a target system.
* | | | | | | | | | Merge branch 'rickard/runtime_dependencies_test'Rickard Green2014-04-011-11/+69
|\ \ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | * rickard/runtime_dependencies_test: Support for ignoring apps in runtime_dependencies test
| * | | | | | | | | Support for ignoring apps in runtime_dependencies testRickard Green2014-04-011-11/+69
| | |_|_|/ / / / / | |/| | | | | | |
* | | | | | | | | Update preloaded modulesBjörn-Egil Dahlberg2014-04-0110-0/+0
| | | | | | | | |
* | | | | | | | | Merge branch 'egil/maps-doc'Björn-Egil Dahlberg2014-04-0111-8/+478
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * egil/maps-doc: doc: Add Maps example for sequential programming doc: Mention map expressions and map guards doc: Add maps to reference manual edoc: Add map/0 as a new predefined type doc: Descripe Maps type syntax doc: Clearify language of user-defined attributes doc: Document Maps datatype in reference manual erts: Document map guard functions erts: Fix is_map/1 spec
| * | | | | | | | doc: Add Maps example for sequential programmingBjörn-Egil Dahlberg2014-04-011-0/+123
| | | | | | | | |