Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-05-31 | Revert "Prepare release" | Hans Nilsson | |
This reverts commit eaf8ca41dfa4850437ad270d3897399c9358ced0. | |||
2017-05-30 | Prepare release | Erlang/OTP | |
2017-05-05 | Revert "Prepare release" | Raimo Niskanen | |
This reverts commit dc57404252c47520f352834ad9be45ad684f96c9. | |||
2017-05-04 | Prepare release | Erlang/OTP | |
2017-05-04 | Update copyright year | Raimo Niskanen | |
2017-04-12 | Merge branch sverker/remove-latin1-atom-encoding/OTP-14337 | Sverker Eriksson | |
* 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 | |||
2017-03-30 | Merge branch 'goeldeepak/erts/fix_inet_gethost_long/ERL-61/PR-1345/OTP-14310' | Lukas Larsson | |
* goeldeepak/erts/fix_inet_gethost_long/ERL-61/PR-1345/OTP-14310: This patch fixes the issue in which erlang fails to start if the hostname is 64 characters on a linux system. | |||
2017-03-22 | This patch fixes the issue in which erlang fails to start | Deepak Goel | |
if the hostname is 64 characters on a linux system. | |||
2017-03-14 | Merge branch 'maint' | Rickard Green | |
* maint: Updated OTP version Prepare release Conflicts: OTP_VERSION lib/typer/doc/src/notes.xml lib/typer/vsn.mk | |||
2017-03-14 | Prepare release | Erlang/OTP | |
2017-03-10 | Update copyright year | Rickard Green | |
2017-03-08 | erl_interface: Do not generate atoms on old latin1 ext format | Sverker Eriksson | |
Solved by letting ei_encode_atom_as ignore 'to_enc' argument and always encode in UTF8 format. | |||
2017-02-21 | Merge branch 'maint' | Björn-Egil Dahlberg | |
2017-02-15 | Documentation: tuple funs are unsupported | Magnus Henoch | |
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. | |||
2017-02-14 | Fixed typos in lib/erl_interface | Andrew Dryga | |
2016-12-09 | Prepare release | Erlang/OTP | |
2016-12-07 | erl_interface: Fix compile warning in erl_call | 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-20 | erl_interface: Editorial changes | xsipewe | |
2016-10-20 | erl_interface: Refactor documentation | Björn-Egil Dahlberg | |
2016-10-13 | use only two low bits of creation | Alexandre Snarskii | |
2016-09-20 | Prepare release | Erlang/OTP | |
2016-08-30 | Merge branch 'sverker/erl_interface/vxworks-socklen_t' into maint | Sverker Eriksson | |
2016-08-30 | Merge branch 'sverker/erl_interface-win-home/OTP-13849' into maint | Sverker Eriksson | |
* sverker/erl_interface-win-home: erl_interface: Look for .erlang.cookie in windows directory erl_interface: Refactor get_home() | |||
2016-08-19 | erl_interface: Fix faulty #if logic | Sverker Eriksson | |
2016-06-21 | erl_interface: Look for .erlang.cookie in windows directory | Sverker Eriksson | |
the same as erlexec do to set -home command argument which is used to look for .erlang.cookie. | |||
2016-06-21 | erl_interface: Refactor get_home() | Sverker Eriksson | |
by separating WIN32 and other implementation more. | |||
2016-06-21 | Prepare release | Erlang/OTP | |
2016-06-14 | Merge branch 'lukas/erts/testfixes-19' | Lukas Larsson | |
* lukas/erts/testfixes-19: erts: Increase bif and nif call_time trace test erts: Fix distribution_SUITE:bulk_send_bigbig on windows erts: Ensure bs_add_overflow test has enough memory kernel: Better explain controlling_process' tcp behaviour kernel: Fix t_recv_delim on bsd os_mon: Make sure to start/stop os_mon in tests correctly ssl: Fix use_interface dist_SSL test erl_interface: Fix signed int overflow tc bug erts: fix atom_roundtrip_r15b tc erts: Require more memory for debug tests | |||
2016-06-14 | erl_interface: Fix trace level tracing on windows | Lukas Larsson | |
2016-06-14 | erl_interface: Fix decode_ulong on windows | Lukas Larsson | |
2016-06-14 | erl_interface: Fix signed int overflow tc bug | Lukas Larsson | |
2016-06-13 | Fix decoding of LLONG_MIN in erl_decode | Björn-Egil Dahlberg | |
Reported-by: Peter Lemenkov | |||
2016-06-07 | erl_interface: Let struct iovec * be visible | Björn-Egil Dahlberg | |
2016-06-02 | Revert "Prepare release" | Erlang/OTP | |
This reverts commit e020f75c10410a6943cd055bfa072a2641eab7da. | |||
2016-06-02 | Prepare release | Erlang/OTP | |
2016-05-13 | erl_interface: Fix race bug in ei tests on OpenBSD | Sverker Eriksson | |
Must call erl_init() to create mutex "ei_gethost_sem". The lazy initialization done in my_gethostbyname_r is not thread-safe. | |||
2016-04-13 | Merge branch 'henrik/update-copyrightyear' | Henrik Nord | |
* henrik/update-copyrightyear: update copyright-year | |||
2016-04-07 | erts: Add DFLAG_BIG_CREATION | Sverker Eriksson | |
to let future nodes know that we can handle NEW_PID_EXT, NEW_PORT_EXT and NEWER_REFERENCE_EXT. | |||
2016-04-07 | erl_interface: Support 32-bit creation for pid,port,refs | Sverker Eriksson | |
2016-04-07 | erl_interface: Cuddle test ei_tmo_SUITE | Sverker Eriksson | |
Increase max number of messages sent to fill buffers. | |||
2016-04-07 | test_server,erl_interface: Add test_host_not_reachable config | Sverker Eriksson | |
2016-04-07 | Remove forgotten line | Björn-Egil Dahlberg | |
2016-03-21 | Eliminate use of test_server:fail/0,1 | Björn-Egil Dahlberg | |
2016-03-21 | Cleanup test code | Björn-Egil Dahlberg | |