Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-10-25 | Merge branch 'maint' | Hans Nilsson | |
2016-10-25 | Merge branch 'hans/inets/kostis_ftp_dialyzer_fixes/PR-1207/OTP-13982' into maint | Hans Nilsson | |
2016-10-24 | Merge branch 'sverker/hipe-llvm-remote-call/OTP-13983' | Sverker Eriksson | |
2016-10-24 | Merge branch 'maint' | Dan Gudmundsson | |
* maint: Fix whitespace setting in test files Avoid some error reports when stopping mnesia wx: Improve error handling Fix all whitespace-related issues in erlang.el mnesia: Fix double blocked tables which could cause a crash wx: Add wxWindow:getContentScaleFactor | |||
2016-10-24 | Merge branch 'dgud/wx/scale-factor' into maint | Dan Gudmundsson | |
* dgud/wx/scale-factor: wx: Improve error handling wx: Add wxWindow:getContentScaleFactor | |||
2016-10-24 | Merge branch 'dgud/mnesia/fix-blocked/OTP-13970' into maint | Dan Gudmundsson | |
* dgud/mnesia/fix-blocked/OTP-13970: Avoid some error reports when stopping mnesia mnesia: Fix double blocked tables which could cause a crash | |||
2016-10-24 | Merge branch 'dgud/tools/emacs/prefer-space/ERL-1200' into maint | Dan Gudmundsson | |
* dgud/tools/emacs/prefer-space/ERL-1200: Fix whitespace setting in test files Fix all whitespace-related issues in erlang.el | |||
2016-10-24 | Fix whitespace setting in test files | Dan Gudmundsson | |
Continuation of the previous commit on test files, which gave whitespace diffs for tabs vs spaces depending on personal settings. And we want to encourage space instead of tabs. | |||
2016-10-24 | Merge branch 'maint' | Björn-Egil Dahlberg | |
2016-10-24 | Merge branch 'egil/erl_interface/doc-update/OTP-13980' into maint | Björn-Egil Dahlberg | |
* egil/erl_interface/doc-update/OTP-13980: erl_interface: Remove CDATA tag except for example code erl_interface: Remove unused file erl_interface: Fix broken links in documentation erl_interface: Fix xmllint problems erl_interface: Fix editorial changes erl_interface: Editorial changes erl_interface: Refactor documentation | |||
2016-10-24 | erl_interface: Remove CDATA tag except for example code | Björn-Egil Dahlberg | |
2016-10-24 | erl_interface: Remove unused file | Björn-Egil Dahlberg | |
2016-10-24 | erl_interface: Fix broken links in documentation | Björn-Egil Dahlberg | |
2016-10-24 | erl_interface: Fix xmllint problems | Björn-Egil Dahlberg | |
2016-10-24 | erl_interface: Fix editorial changes | Björn-Egil Dahlberg | |
2016-10-21 | Change two calls to file_close/1 to allow {error,einval} | Kostis Sagonas | |
2016-10-21 | hipe,llvm: Change inc_stack_0 bif call to not_remote | Sverker Eriksson | |
Seems to work either way, it just seem more correct as all other 'bif' calls are 'not_remote'. | |||
2016-10-21 | hipe: Remove redundant assertion | Sverker Eriksson | |
2016-10-21 | kernel: Fix hipe compiler option to_llvm | Sverker Eriksson | |
2016-10-21 | kernel: Test hipe and hipe_llvm separate | Sverker Eriksson | |
in code_SUITE:upgrade. Combining both takes time. | |||
2016-10-21 | Merge branch 'maint' | Hans Bolinder | |
* maint: dialyzer: Fix error handling of bad -dialyzer() attributes | |||
2016-10-21 | Merge branch 'fishcakez/dialyzer/fix_attribute_bug/ERL-283/OTP-13979' into maint | Hans Bolinder | |
* fishcakez/dialyzer/fix_attribute_bug/ERL-283/OTP-13979: dialyzer: Fix error handling of bad -dialyzer() attributes | |||
2016-10-21 | dialyzer: Fix error handling of bad -dialyzer() attributes | Hans Bolinder | |
If a dialyzer module attribute references an undefined (local) function an error tuple is thrown but no caught. This leads to a 'nocatch' error and not the intended "clean" error. | |||
2016-10-20 | Merge branch 'kostis/hipe_bifs-add_ref/PR-1205' | Sverker Eriksson | |
2016-10-20 | Merge branch 'maint' | Sverker Eriksson | |
2016-10-20 | Merge branch 'sverker/ei_connect_xinit/PR-1202/OTP-13981' into maint | Sverker Eriksson | |
* sverker/ei_connect_xinit/PR-1202: use only two low bits of creation | |||
2016-10-20 | erl_interface: Editorial changes | xsipewe | |
2016-10-20 | erl_interface: Refactor documentation | Björn-Egil Dahlberg | |
2016-10-19 | Eliminate unmatched return dialyzer warnings | Kostis Sagonas | |
The code contained a lot of unmatched return warnings, mostly in function calls that were executed only for their side-effects. Also, there were various places where possible errors were not checked and now they are. This may cause crashes, both in the ftp testsuite (which I have not run) and in situations were errors occur but are ignored. | |||
2016-10-19 | Declare types and specs | Kostis Sagonas | |
2016-10-19 | Code cleanups | Kostis Sagonas | |
2016-10-19 | Eliminate dialyzer warning about unreachable clause | Kostis Sagonas | |
2016-10-19 | Merge branch 'maint' | Hans Bolinder | |
* maint: dbg:fun2ms: allow empty list as head | |||
2016-10-19 | Merge branch 'gomoripeti/stdlib/ms_fix/PR-1203/OTP-13974' into maint | Hans Bolinder | |
* gomoripeti/stdlib/ms_fix/PR-1203/OTP-13974: dbg:fun2ms: allow empty list as head | |||
2016-10-19 | Merge branch 'maint' | Raimo Niskanen | |
2016-10-19 | Merge branch 'raimo/gen_statem-improvements/OTP-13929' into maint | Raimo Niskanen | |
* raimo/gen_statem-improvements/OTP-13929: Fix race condition in cancel_timer/1 Use parameterized types Implement state timeouts Improve docs and types Change state entry events into state enter calls Improve docs Improve docs Implement state entry events Implement call/3 dirty_timeout | |||
2016-10-18 | kernel: Reduce test logging | Sverker Eriksson | |
from code_SUITE:upgrade | |||
2016-10-18 | hipe_llvm: Use different symbols for remote calls | Magnus Lång | |
2016-10-18 | Restore the erroneously taken out assertion | Kostis Sagonas | |
2016-10-18 | Merge branch 'maint' | Hans Nilsson | |
2016-10-18 | Merge branch 'hans/inets/ftp_multiline_resp/PR-1196/OTP-13960' into maint | Hans Nilsson | |
2016-10-18 | Merge branch 'hans/inets/ftp_locks/OTP-13967' into maint | Hans Nilsson | |
2016-10-18 | Code cleanup to remove confusing assertion | Kostis Sagonas | |
The code of add_ref/6 contained an assertion that somehow appeared twice. Also, a recent commit (2b2de61) suppressed an unmatched return warning in a non-optimal way. By changing the return type of hipe_bifs:add_ref/2 to be 'ok' instead of [] the code can be cleaned up and simplified. While at it, fixed the wrong indentation of some nearby code. | |||
2016-10-18 | Change the return type of hipe_bifs:add_ref/2 | Kostis Sagonas | |
2016-10-18 | Merge branch 'maint' | Hans Nilsson | |
Conflicts: OTP_VERSION | |||
2016-10-18 | Merge branch 'maint-19' into maint | Hans Nilsson | |
2016-10-17 | Prepare release | Erlang/OTP | |
2016-10-17 | ssh: fix renegotiation problem | Hans Nilsson | |
2016-10-17 | ssh: test case for renegotiation with openssh client | Hans Nilsson | |
2016-10-17 | Merge branch 'maint' | Björn-Egil Dahlberg | |