Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-09-29 | Merge branch 'rickard/time-unit/OTP-13831' | Rickard Green | |
* rickard/time-unit/OTP-13831: Replace usage of deprecated time units | |||
2016-09-29 | Merge branch 'maint' | Rickard Green | |
* maint: Try to handle not yet available functionality in MacOSX SDK Check deployment target in configure on MacOSX Fix posix_memalign configure test | |||
2016-09-29 | Merge branch 'rickard/macosx-config-mess/OTP-13904' into maint | Rickard Green | |
* rickard/macosx-config-mess/OTP-13904: Try to handle not yet available functionality in MacOSX SDK Check deployment target in configure on MacOSX Fix posix_memalign configure test | |||
2016-09-29 | Merge branch 'maint' | Ingela Anderton Andin | |
Conflicts: OTP_VERSION | |||
2016-09-29 | Merge branch 'maint-19' into maint | Ingela Anderton Andin | |
2016-09-29 | Update primary bootstrap | Björn Gustavsson | |
2016-09-29 | Merge branch 'josevalim/compiler/at-var/PR-1081/OTP-13924' | Björn Gustavsson | |
* josevalim/compiler/at-var/PR-1081/OTP-13924: Use @ in variable names generated by core and kernel | |||
2016-09-29 | Merge branch 'bjorn/compiler/misc' | Björn Gustavsson | |
* bjorn/compiler/misc: sys_core_fold: Run optimizations to a fixpoint sys_core_fold: Improve case optimization sys_core_fold: Correct scope verification code core_pp: Correct printing of map updates Simplify handling of internal BIFs v3_life: Eliminate special handling of guards Simplify beam_utils bs_match_SUITE: Add a test case for beam_utils bif_SUITE: Cover the remaining uncovered lines erl_bifs: Remove error_logger:warning_map/0 as a safe BIF beam_validator: Correct reporting of y register number beam_jump: Don't try to handle a label at the very end beam_jump: Simplify eliminate_fallthroughs/2 beam_listing: Remove support for listing sys_pre_expand format | |||
2016-09-29 | Merge branch 'nathanl/kernel/write_file-uses-writev/PR-1149/OTP-13909' | Björn Gustavsson | |
* nathanl/kernel/write_file-uses-writev/PR-1149/OTP-13909: Let file:write_file/3 use writev | |||
2016-09-29 | Merge branch 'maint' | Siri Hansen | |
2016-09-29 | Merge branch 'siri/doc-add_pathsa-order/ERL-267/OTP-13920' into maint | Siri Hansen | |
* siri/doc-add_pathsa-order/ERL-267/OTP-13920: Document the order of directories added with code:add_pathsa/1 | |||
2016-09-29 | Merge branch 'maint' | Hans Bolinder | |
* maint: parsetools: Correct handling of Unicode in Leex Don't report error for shutdown exit tuple | |||
2016-09-29 | Merge branch 'hasse/parsetools/fix_leex_unicode/OTP-13919' into maint | Hans Bolinder | |
* hasse/parsetools/fix_leex_unicode/OTP-13919: parsetools: Correct handling of Unicode in Leex | |||
2016-09-28 | Document the order of directories added with code:add_pathsa/1 | Siri Hansen | |
code:add_pathsa/1 reverts the list of directories when adding it at the beginning of the code path. The command line option '-pa' behaves in the same way. This is now documented. | |||
2016-09-28 | Try to handle not yet available functionality in MacOSX SDK | Rickard Green | |
2016-09-28 | Merge branch ↵ | Siri Hansen | |
'legoscia/dynamic-child-shutdown-tuple/ERL-163/PR-1158/OTP-13907' into maint * legoscia/dynamic-child-shutdown-tuple/ERL-163/PR-1158/OTP-13907: Don't report error for shutdown exit tuple | |||
2016-09-28 | Merge branch 'maint' | Hans Nilsson | |
2016-09-28 | Merge branch 'hans/ssh/update_vsn.mk' into maint | Hans Nilsson | |
2016-09-28 | ssh: Update vsn.mk | Hans Nilsson | |
2016-09-28 | Merge branch 'maint' | Hans Nilsson | |
2016-09-28 | Merge branch 'isvilen/ssh_REPL_exit_status/PR-1173/OTP-13905' into maint | Hans Nilsson | |
2016-09-28 | Merge branch 'maint' | Björn-Egil Dahlberg | |
2016-09-28 | Merge branch 'lucafavatella/erts/fix-typo-fp/PR-1177' into maint | Björn-Egil Dahlberg | |
* lucafavatella/erts/fix-typo-fp/PR-1177: Fix typo in configuration description | |||
2016-09-28 | Merge branch 'maint' | Ingela Anderton Andin | |
2016-09-28 | Merge remote-tracking branch 'github/pr/1183' into maint | Ingela Anderton Andin | |
* github/pr/1183: Fix typos in public_key_app.xml | |||
2016-09-28 | Merge branch 'maint' | Ingela Anderton Andin | |
2016-09-28 | Merge branch 'ahmedshafeeq/inets-httpc-RFC-7231/PR-1172/OTP-13902' into maint | Ingela Anderton Andin | |
* ahmedshafeeq/inets-httpc-RFC-7231/PR-1172/OTP-13902: Update test case docs with RFC-7231 Update behavior of httpc:request to match RFC-7231 | |||
2016-09-28 | Updated OTP versionOTP-19.1.1 | Erlang/OTP | |
2016-09-28 | Update release notes | Erlang/OTP | |
2016-09-28 | Merge branch 'ingela/ssl/prepare-patch' into maint-19 | Erlang/OTP | |
* ingela/ssl/prepare-patch: ssl: Prepare for release | |||
2016-09-28 | Merge branch 'ingela/ssl/ECC-selection-fix/OTP-13918' into maint-19 | Erlang/OTP | |
* ingela/ssl/ECC-selection-fix/OTP-13918: ssl: Correct ECC curve selection, the error could cause default to always be selected. | |||
2016-09-28 | Merge branch 'ingela/ssl/handshake-event-queue/OTP-13917' into maint-19 | Erlang/OTP | |
* ingela/ssl/handshake-event-queue/OTP-13917: ssl: Avoid event reordering | |||
2016-09-28 | parsetools: Correct handling of Unicode in Leex | Hans Bolinder | |
The 'dfa_graph' option did not work with Unicode. The testcase 'unicode' was not correct. | |||
2016-09-28 | ssl: Correct ECC curve selection, the error could cause default to always be ↵ | Ingela Anderton Andin | |
selected. | |||
2016-09-27 | Update test case docs with RFC-7231 | Ahmed Shafeeq Bin Mohd Shariff | |
2016-09-27 | Merge branch 'maint' | Sverker Eriksson | |
2016-09-27 | Merge branch 'sverker/cerl-dump-macos' into maint | Sverker Eriksson | |
2016-09-27 | Fix typos in public_key_app.xml | Magnus Henoch | |
2016-09-27 | ssl: Prepare for release | Ingela Anderton Andin | |
2016-09-27 | ssl: Avoid event reordering | Ingela Anderton Andin | |
Several handshake events may be received in the same TLS packet. Then there will be several events pushed to the gen_statems internal queue. New events already in the socket-buffer should not be processed if there are more unprocessed handshake events in next_event queue. We need to handle this in the next_record/1 function. | |||
2016-09-27 | Merge branch 'maint' | Hans Bolinder | |
* maint: stdlib: Add a testcase for Unicode expander Support for unicode expander | |||
2016-09-27 | Merge branch 'andrey/stdlib/fix_edlin_expand/ERL-1152' into maint | Hans Bolinder | |
* andrey/stdlib/fix_edlin_expand/ERL-1152: stdlib: Add a testcase for Unicode expander Support for unicode expander | |||
2016-09-27 | Merge branch 'maint' | Siri Hansen | |
2016-09-27 | Merge branch 'siri/ttb/ip-client-queue-size/OTP-13829' into maint | Siri Hansen | |
* siri/ttb/ip-client-queue-size/OTP-13829: [ttb] Add option <c>queue_size</c> to tracer/2 | |||
2016-09-27 | Merge branch 'maint' | Siri Hansen | |
2016-09-27 | Merge branch 'siri/appups-19.1/OTP-13912' into maint | Siri Hansen | |
* siri/appups-19.1/OTP-13912: Update appups in kernel and stdlib for OTP versions > 19.1 | |||
2016-09-27 | Merge branch 'maint' | Siri Hansen | |
2016-09-27 | Merge branch 'siri/ct_telnet-typo/OTP-13913' into maint | Siri Hansen | |
* siri/ct_telnet-typo/OTP-13913: Fix typo in documentation for ct_telnet:expect/3 | |||
2016-09-26 | Fix typo in documentation for ct_telnet:expect/3 | Siri Hansen | |
2016-09-26 | Update appups in kernel and stdlib for OTP versions > 19.1 | Siri Hansen | |