Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-11-20 | Merge branch 'maint' | Björn Gustavsson | |
* maint: Fix missing filename and line number in warning Conflicts: lib/compiler/test/bs_match_SUITE.erl | |||
2015-11-20 | Merge branch 'bjorn/compiler/fix-missing-filename/OTP-13113' into maint | Björn Gustavsson | |
* bjorn/compiler/fix-missing-filename/OTP-13113: Fix missing filename and line number in warning | |||
2015-11-20 | Fix missing filename and line number in warning | Björn Gustavsson | |
When the 'bin_opt_info' is given, warnings without filenames and line numbers could sometimes be produced: no_file: Warning: INFO: matching non-variables after a previous clause matching a variable will prevent delayed sub binary optimization The reason for the missing information is that #c_alias{} records lack location information. There are several ways to fix the problem. The easiest seems to be to get the location information from the code). Noticed-by: José Valim | |||
2015-11-20 | ssh: testcases for starting daemon with given fd | Hans Nilsson | |
2015-11-20 | Merge branch 'maint' | Ingela Anderton Andin | |
2015-11-20 | Merge branch 'ia/ssl/tls-client-hello-version/OTP-13114' into maint | Ingela Anderton Andin | |
* ia/ssl/tls-client-hello-version/OTP-13114: ssl: Client should send the hello message in the lowest version it is willing to support | |||
2015-11-20 | Merge branch 'maint' | Zandra | |
2015-11-20 | Merge branch 'weisslj/fix-inets-crash-on-invalid-chunk-size' into maint | Zandra | |
* weisslj/fix-inets-crash-on-invalid-chunk-size: inets: Terminate really gracefully on bad chunk OTP-13117 | |||
2015-11-20 | Merge branch 'maint' | Zandra | |
2015-11-20 | Merge branch 'weisslj/allow-whitespace-after-chunk-size' into maint | Zandra | |
* weisslj/allow-whitespace-after-chunk-size: inets: Allow whitespace after HTTP chunk again OTP-13116 | |||
2015-11-20 | Merge branch 'maint' | Zandra | |
2015-11-20 | Merge branch 'riverrun/maint' into maint | Zandra | |
* riverrun/maint: Recommend against using crypto:rand_bytes | |||
2015-11-20 | Merge branch 'maint' | Zandra | |
2015-11-20 | Merge branch 'lrascao/fix/vm_crash_on_init_restart' into maint | Zandra | |
* lrascao/fix/vm_crash_on_init_restart: Fix crash on init restart OTP-13115 | |||
2015-11-19 | Refactor have seq_trace token test | Björn-Egil Dahlberg | |
2015-11-19 | Update primary bootstrap | Björn Gustavsson | |
2015-11-19 | Merge branch 'bjorn/cleanup' | Björn Gustavsson | |
* bjorn/cleanup: epp: Only flatten the original filename epp: Modernize the internal data structures epp: Eliminate the Type argument from expand_macros/5 epp: Refactor user_predef/2 to share more code epp: Refactor scan_define() epp: Remove vestigial support for packages epp_SUITE: Improve coverage of epp epp_SUITE: Extend smoke and cover test of format_error/1 epp_SUITE: Add test of -extends() | |||
2015-11-19 | ssh: Make it possible for more than one daemon started with option fd | Hans Nilsson | |
2015-11-18 | Use sharing preserving copy error messages and exceptions | Björn-Egil Dahlberg | |
2015-11-18 | Use sharing preserving copy in enif_make_copy | Björn-Egil Dahlberg | |
2015-11-18 | Refactor sharing preserved copy flags | Björn-Egil Dahlberg | |
The TMPBUF option is no longer needed due to is_literal test and NONE was only used for initial debugging. So we remove the entire option. | |||
2015-11-18 | Fix rebase of SHCOPY seq_tokens | Björn-Egil Dahlberg | |
2015-11-18 | Merge branch 'maint' | Björn Gustavsson | |
* maint: erl_prim_loader doc: Remove description of custom loaders | |||
2015-11-18 | Merge branch 'bjorn/erts/erl_prim_loader-doc/OTP-13102' into maint | Björn Gustavsson | |
* bjorn/erts/erl_prim_loader-doc/OTP-13102: erl_prim_loader doc: Remove description of custom loaders | |||
2015-11-18 | epp: Only flatten the original filename | Björn Gustavsson | |
There is no need to flatten filenames using file_name/1 every time the current filename changes. Any filename obtained from a source file will be already flattened. Only the original source filename may need flattening. | |||
2015-11-18 | ssl: Client should send the hello message in the lowest version it is ↵ | Ingela Anderton Andin | |
willing to support Refactor highest_protocol_version so that code is symmetrical with lowest_protocol_version. For clarity and possible future use cases of highest_protocol_version/2 | |||
2015-11-18 | Merge branch 'maint' | Hans Bolinder | |
* maint: [crypto] Correct documentation [compiler] Correct documentation [ssh] Correct documentation [snmp] Correct documentation [eunit] Correct documentation | |||
2015-11-17 | Fix erts_debug:copy_shared/1 prototype | Björn-Egil Dahlberg | |
2015-11-17 | Update preloaded module erlang.beam | Björn-Egil Dahlberg | |
2015-11-17 | Add erlang:copy_literals/2 spec | Björn-Egil Dahlberg | |
2015-11-17 | Add copy_literals testcase | Björn-Egil Dahlberg | |
Repeatedly reload a literals module while sending the references literals around in a process ring. This will smoke test the non-copying literals message sending does not corrupt code unloading. | |||
2015-11-17 | Do not use GCC extensions in copy | Björn-Egil Dahlberg | |
2015-11-17 | Use copy literal range check in message passing and purging | Björn-Egil Dahlberg | |
2015-11-17 | [crypto] Correct documentation | Hans Bolinder | |
Fix mistakes found by 'xmllint'. | |||
2015-11-17 | [compiler] Correct documentation | Hans Bolinder | |
Fix mistakes found by 'xmllint'. | |||
2015-11-17 | [ssh] Correct documentation | Hans Bolinder | |
Fix mistakes found by 'xmllint'. | |||
2015-11-17 | [snmp] Correct documentation | Hans Bolinder | |
Fix mistakes found by 'xmllint'. | |||
2015-11-17 | [eunit] Correct documentation | Hans Bolinder | |
Fix mistakes found by 'xmllint'. | |||
2015-11-17 | epp: Modernize the internal data structures | Björn Gustavsson | |
Use maps instead of 'dict'. Remove the {atom,MacroName} wrappers that were used for historical reasons. | |||
2015-11-17 | Add BIF for setting internal copy literal range | Björn-Egil Dahlberg | |
2015-11-17 | Copy literals in copy sharing | Björn-Egil Dahlberg | |
2015-11-17 | Refactor copy sharing | Björn-Egil Dahlberg | |
2015-11-17 | Add support for HAMT maps in preserved copy | Björn-Egil Dahlberg | |
2015-11-17 | Fix Map preserved sharing copy implementation | Björn-Egil Dahlberg | |
The Map implementation has changed since initial preserved copy implementation. | |||
2015-11-17 | Fix Halfword removal | Björn-Egil Dahlberg | |
Halfword is no longer present in the runtime system. | |||
2015-11-17 | Fix internal stacks | Björn-Egil Dahlberg | |
The internal stacks has changed between releases. | |||
2015-11-17 | Add support for maps in preserved copy | Nikolaos S. Papaspyrou | |
2015-11-17 | Add --enable-sharing-preserving configure flag | Yiannis Tsiouris | |
2015-11-17 | Add -debug +vc flag for debuging SHCOPY | Nikolaos S. Papaspyrou | |
This is very verbose, you have been warned. It should work with the copy-spy.py script, which may be a bit outdated. | |||
2015-11-17 | Enable shcopy for spawning processes | Nikolaos S. Papaspyrou | |