Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-05-08 | Merge branch 'aronisstav/dialyzer-inv-mult' | Zandra Hird | |
* aronisstav/dialyzer-inv-mult: Fix a bug related to constraints generated for erlang:'*'/2 OTP-12725 | |||
2015-05-08 | dialyzer: document the type identifier() | Hans Bolinder | |
2015-05-08 | [orber, cos*] Remove usage of erlang:now() in test suites | Lars Thorsen | |
2015-05-08 | [orber] Use rand instead of random | Lars Thorsen | |
2015-05-08 | [orber, cos*] Bump versions and update dependencies in app file | Lars Thorsen | |
2015-05-08 | [orber, cos*] Remove usage of erlang:now() | Lars Thorsen | |
2015-05-08 | Merge branch 'bjorn/stdlib/fix-filename-split/OTP-12716' | Björn Gustavsson | |
* bjorn/stdlib/fix-filename-split/OTP-12716: Correct filename:split(<<"">>) | |||
2015-05-08 | Merge branch 'bjorn/kernel/code-loading' | Björn Gustavsson | |
* bjorn/kernel/code-loading: code: Make load_native_code_for_all_loaded/0 comply to spec | |||
2015-05-08 | Merge branch 'nox/compiler/parse_transform-undef/OTP-12723' | Björn Gustavsson | |
* nox/compiler/parse_transform-undef/OTP-12723: Properly report unknown parse transforms | |||
2015-05-08 | asn1_spec: Correct obsolete details about compiler options | Björn Gustavsson | |
There is now only one BER back-end, and there is no 'optimize' option. | |||
2015-05-08 | Update asn1 documentation | xsipewe | |
Language cleaned up by the technical writers xsipewe and tmanevik from Combitech. Proofreading and corrections by Björn Gustavsson. | |||
2015-05-08 | Merge branch 'dgud/stdlib/rand/OTP-12586' | Dan Gudmundsson | |
* dgud/stdlib/rand/OTP-12586: stdlib: Document and add normal distributed random value function stdlib: Add new random functionality/module | |||
2015-05-08 | [erl_docgen] Add the extra front page info to pdf | Lars Thorsen | |
2015-05-08 | [erl_docgen] Update style for extra front page info | Lars Thorsen | |
2015-05-08 | [erl_docgen] Add possibility to add extra ino line on front page | Lars Thorsen | |
2015-05-08 | [xmerl] Fix compiler warnings | Lars Thorsen | |
2015-05-07 | eldap: update vsn.mk to 1.2 | Hans Nilsson | |
2015-05-07 | Merge branch 'egil/fix-ts_install-hook' | Björn-Egil Dahlberg | |
* egil/fix-ts_install-hook: test_server: Fix install_hook | |||
2015-05-07 | public_key: Add clarifications | Ingela Anderton Andin | |
2015-05-07 | public_key: Align types with removal of legacy ASN.1 flags | Ingela Anderton Andin | |
2015-05-07 | public_key: Align to alphabetical order | Ingela Anderton Andin | |
2015-05-07 | public_key: Correct application names and typos | Ingela Anderton Andin | |
2015-05-07 | public_key: Change structure to what editor intended | Ingela Anderton Andin | |
2015-05-07 | code: Make load_native_code_for_all_loaded/0 comply to spec | Björn Gustavsson | |
7309ff4c38325 introduced a mismatch between load_native_code_for_all_loaded/0 and its spec. We could just delete spec, but it is cleaner to ensure that the function always returns 'ok'. Noticed-by: Tuncer Ayaz | |||
2015-05-07 | Editorial changes | tmanevik | |
2015-05-07 | Set module_info md5 for native modules properly | Richard Carlsson | |
Use the md5 of the native code chunk instead of the Beam code md5. | |||
2015-05-07 | Add module_info entry for native code | Richard Carlsson | |
2015-05-07 | stdlib: Strengthen ETS Maps tests | Björn-Egil Dahlberg | |
Ensure db_has_variable is tested for large Maps as well. | |||
2015-05-07 | asn1: Remove increasingly obsolete comment in vsn.mk | Björn Gustavsson | |
2015-05-07 | stdlib: Strengthen ETS Maps tests | Björn-Egil Dahlberg | |
Strengthen tests of large Maps in ETS. | |||
2015-05-07 | stdlib: Strengthen ETS Maps tests | Björn-Egil Dahlberg | |
The additional tests in match_object focus on ordered sets. | |||
2015-05-07 | stdlib: Refactor away ?line macro | Björn-Egil Dahlberg | |
2015-05-07 | Merge branch 'ia/ssh/extra-logout' | Ingela Anderton Andin | |
* ia/ssh/extra-logout: ssh: Hadle shell that sends two logout messages | |||
2015-05-07 | ssh: update vsn.mk to 4.0 | Hans Nilsson | |
2015-05-06 | eldap: Test suite uppdated to new time handling | Hans Nilsson | |
2015-05-06 | Replace usage of erlang:now() in line-tracing | Rickard Green | |
2015-05-06 | Merge branch 'sverk/hipe_match_wbin/OTP-12667' | Sverker Eriksson | |
* sverk/hipe_match_wbin/OTP-12667: erts: Add debug assertions for match state sanity hipe: Add test for matching of writable binary erts,hipe: Optimize away calls to emasculate_binary erts,hipe: Fix bug in binary matching of writable binary Conflicts: erts/emulator/hipe/hipe_bif0.c | |||
2015-05-06 | Correct filename:split(<<"">>) | Björn Gustavsson | |
filename:split("") returns [], while filename:split(<<"">>) returns [<<"/">>]. Since the support in the filename module for binary arguments is much more recent than support for strings, change filename:split(<<"">>) so that it returns []. Noticed-by: KOUCHANG | |||
2015-05-06 | mnesia: dirty error messages did not behave as documented | Dan Gudmundsson | |
The docs express that exit({aborted, Reason}) are called when an error occur. | |||
2015-05-06 | Merge branch 'maint' | Zandra Hird | |
Conflicts: OTP_VERSION erts/vsn.mk lib/test_server/src/erl2html2.erl | |||
2015-05-06 | Prepare release | Erlang/OTP | |
2015-05-06 | Merge branch 'anders/diameter/17.5.3/OTP-12702' into maint-17 | Erlang/OTP | |
* anders/diameter/17.5.3/OTP-12702: Fix broken pre-17.4 appup Update appup for 17.5.3 vsn -> 1.9.1 | |||
2015-05-06 | Merge branch 'anders/diameter/counters/OTP-12701' into maint-17 | Erlang/OTP | |
* anders/diameter/counters/OTP-12701: Add counters testcase to 3xxx suite Fix counting error with unknown application id Add missing doc wording | |||
2015-05-06 | Merge branch 'anders/diameter/result_codes/OTP-12654' into maint-17 | Erlang/OTP | |
* anders/diameter/result_codes/OTP-12654: Fix broken traffic testcase Match harder in traffic suite Don't confuse Result-Code and Experimental-Result | |||
2015-05-06 | Merge branch 'anders/diameter/extra_avp_bit/OTP-12642' into maint-17 | Erlang/OTP | |
* anders/diameter/extra_avp_bit/OTP-12642: Remove extra avp bit from diameter_avp decode | |||
2015-05-06 | Merge branch 'dgud/common_test/netconf-user-caps/OTP-12707' into maint-17 | Erlang/OTP | |
* dgud/common_test/netconf-user-caps/OTP-12707: common_test: Add user capability option to hello | |||
2015-05-06 | Merge branch 'peppe/common_test/ct_telnet_wait_for_prompt.maint' into maint-17 | Erlang/OTP | |
* peppe/common_test/ct_telnet_wait_for_prompt.maint: Introduce wait_for_prompt option | |||
2015-05-06 | Merge branch 'peppe/common_test/timetrap_line.maint' into maint-17 | Erlang/OTP | |
* peppe/common_test/timetrap_line.maint: Fix problem with line number not always showing in log | |||
2015-05-06 | Merge branch 'peppe/common_test/modify_vts.maint' into maint-17 | Erlang/OTP | |
* peppe/common_test/modify_vts.maint: Get the VTS mode working with private CT version of webtool Change order of ct_run help sections Prepare for webtool integration with CT | |||
2015-05-06 | Merge branch 'peppe/common_test/longname_problem.maint' into maint-17 | Erlang/OTP | |
* peppe/common_test/longname_problem.maint: Fix error in ct_logs, not handling long names correctly |