Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Prepare release | Erlang/OTP | 2018-09-24 | 1 | -0/+47 |
| | |||||
* | Update copyright year | Henrik Nord | 2018-09-21 | 1 | -1/+1 |
| | |||||
* | docs: make clean all XMLDIR | Lukas Larsson | 2018-07-13 | 1 | -0/+1 |
| | |||||
* | Merge branch 'maint-20' into maint | Sverker Eriksson | 2018-06-29 | 1 | -0/+18 |
|\ | | | | | | | | | | | | | | | | | | | * maint-20: Updated OTP version Prepare release kernel: Fix tick count bug when pending writes kernel: Send tick to hidden node even if pending writes ic: Fix buffer overrun bug in oe_ei_encode_atom erl_interface: Fix simultaneous connection setup | ||||
| * | Prepare release | Erlang/OTP | 2018-06-28 | 1 | -0/+18 |
| | | |||||
* | | Prepare release | Erlang/OTP | 2018-06-19 | 1 | -0/+38 |
| | | |||||
* | | Update copyright year | Henrik Nord | 2018-06-18 | 1 | -1/+1 |
| | | |||||
* | | Revert "Prepare release" | Henrik | 2018-05-29 | 1 | -16/+0 |
| | | | | | | | | This reverts commit fd8e49b5bddceaae803670121b603b5eee8c5c08. | ||||
* | | Prepare release | Erlang/OTP | 2018-05-25 | 1 | -0/+16 |
| | | |||||
* | | Revert "Update release notes" | Henrik | 2018-05-02 | 1 | -16/+0 |
| | | | | | | | | This reverts commit 202bb737e3deabfebee683266f4b7c42781eb521. | ||||
* | | Update release notes | Erlang/OTP | 2018-04-30 | 1 | -0/+16 |
|/ | |||||
* | Prepare release | Erlang/OTP | 2018-04-19 | 1 | -0/+23 |
| | |||||
* | Update release notes | Erlang/OTP | 2017-12-08 | 1 | -0/+15 |
| | |||||
* | Refactor xmllint check and make it fail on failure | Lukas Larsson | 2017-10-31 | 1 | -1/+1 |
| | | | | | | | This commit also adds a check to see that all files that are part of an xi:include also have part of XML_FILES and vice versa. It also fixes any applications where this was not true. | ||||
* | Remove unused files from the documentation build | Lars Thorsen | 2017-09-28 | 5 | -92/+13 |
| | |||||
* | Prepare release | Erlang/OTP | 2017-06-21 | 1 | -0/+39 |
| | |||||
* | Revert "Prepare release" | Hans Nilsson | 2017-05-31 | 1 | -33/+0 |
| | | | | This reverts commit eaf8ca41dfa4850437ad270d3897399c9358ced0. | ||||
* | Prepare release | Erlang/OTP | 2017-05-30 | 1 | -0/+33 |
| | |||||
* | Revert "Prepare release" | Raimo Niskanen | 2017-05-05 | 1 | -33/+0 |
| | | | | This reverts commit dc57404252c47520f352834ad9be45ad684f96c9. | ||||
* | Prepare release | Erlang/OTP | 2017-05-04 | 1 | -0/+33 |
| | |||||
* | Update copyright year | Raimo Niskanen | 2017-05-04 | 3 | -3/+3 |
| | |||||
* | Merge branch sverker/remove-latin1-atom-encoding/OTP-14337 | Sverker Eriksson | 2017-04-12 | 1 | -13/+7 |
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * sverker/remove-latin1-atom-encoding: kernel: Fix erl_distribution_wb_SUITE:whitebox kernel: Remove pg2_SUITE:compat erts: Remove fun_r13_SUITE stdlib: Remove test cases for R12 io protocol kernel: Make DFLAG_UTF8_ATOMS mandatory kernel: Rewrite distribution flag verification tools: Update assumptions in lcnt about external atom format stdlib: Tweak beam_lib_SUITE whitebox assumptions orber: Remove hard dependency to external atom format kernel: Try mend disk_log whitebox tests erts: Mark latin1 atom encoding as deprecated jinterface: Do not generate atoms on old latin1 external format erl_interface: Do not generate atoms on old latin1 ext format erts: Do not generate atoms on old latin1 external format erts: Fix faulty ASSERT for failed dec_term | ||||
| * | erl_interface: Do not generate atoms on old latin1 ext format | Sverker Eriksson | 2017-03-08 | 1 | -13/+7 |
| | | | | | | | | | | Solved by letting ei_encode_atom_as ignore 'to_enc' argument and always encode in UTF8 format. | ||||
* | | Merge branch 'maint' | Rickard Green | 2017-03-14 | 1 | -0/+15 |
|\ \ | |/ |/| | | | | | | | | | | | | | | | | | * maint: Updated OTP version Prepare release Conflicts: OTP_VERSION lib/typer/doc/src/notes.xml lib/typer/vsn.mk | ||||
| * | Prepare release | Erlang/OTP | 2017-03-14 | 1 | -0/+15 |
| | | |||||
| * | Update copyright year | Rickard Green | 2017-03-10 | 1 | -1/+1 |
|/ | |||||
* | Documentation: tuple funs are unsupported | Magnus Henoch | 2017-02-15 | 1 | -1/+1 |
| | | | | | | Remove use of tuple fun from erl_call documentation. It seems like fun math:sqrt/1 isn't parsed correctly by erl_call, so I replaced the example with a simpler one that doesn't require a fun. | ||||
* | Prepare release | Erlang/OTP | 2016-12-09 | 1 | -0/+29 |
| | |||||
* | erl_interface: Remove CDATA tag except for example code | Björn-Egil Dahlberg | 2016-10-24 | 14 | -1118/+1117 |
| | |||||
* | erl_interface: Remove unused file | Björn-Egil Dahlberg | 2016-10-24 | 1 | -24/+0 |
| | |||||
* | erl_interface: Fix broken links in documentation | Björn-Egil Dahlberg | 2016-10-24 | 5 | -10/+9 |
| | |||||
* | erl_interface: Fix xmllint problems | Björn-Egil Dahlberg | 2016-10-24 | 7 | -18/+1 |
| | |||||
* | erl_interface: Fix editorial changes | Björn-Egil Dahlberg | 2016-10-24 | 12 | -46/+44 |
| | |||||
* | erl_interface: Editorial changes | xsipewe | 2016-10-20 | 14 | -2091/+2774 |
| | |||||
* | erl_interface: Refactor documentation | Björn-Egil Dahlberg | 2016-10-20 | 14 | -1381/+1369 |
| | |||||
* | Prepare release | Erlang/OTP | 2016-09-20 | 1 | -0/+17 |
| | |||||
* | Prepare release | Erlang/OTP | 2016-06-21 | 1 | -0/+42 |
| | |||||
* | Revert "Prepare release" | Erlang/OTP | 2016-06-02 | 1 | -20/+0 |
| | | | | This reverts commit e020f75c10410a6943cd055bfa072a2641eab7da. | ||||
* | Prepare release | Erlang/OTP | 2016-06-02 | 1 | -0/+20 |
| | |||||
* | Revert "Prepare release" | Erlang/OTP | 2016-05-12 | 1 | -20/+0 |
| | | | | This reverts commit bd64ad8e15d66e48b36dbe3584315dd5cfc8b59a. | ||||
* | Prepare release | Erlang/OTP | 2016-05-11 | 1 | -0/+20 |
| | |||||
* | update copyright-year | Henrik Nord | 2016-03-15 | 24 | -24/+24 |
| | |||||
* | Prepare release | Erlang/OTP | 2016-03-14 | 1 | -0/+30 |
| | |||||
* | [erl_interface] Correct documentation | Hans Bolinder | 2016-02-24 | 3 | -6/+10 |
| | | | | Fix mistakes found by 'xmllint'. | ||||
* | Update release notes | Erlang/OTP | 2015-12-15 | 1 | -0/+16 |
| | |||||
* | Prepare release | Erlang/OTP | 2015-06-23 | 1 | -0/+20 |
| | |||||
* | Change license text to APLv2 | Bruce Yinhe | 2015-06-18 | 24 | -238/+262 |
| | |||||
* | erl_interface: Document non finite encoding returns | Björn-Egil Dahlberg | 2015-03-19 | 2 | -2/+7 |
| | |||||
* | Prepare release | Erlang/OTP | 2014-12-09 | 1 | -0/+36 |
| | |||||
* | Prepare release | Erlang/OTP | 2014-09-29 | 1 | -0/+15 |
| |