Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-08-25 | Fix misspellings of 'another' | Tuncer Ayaz | |
2013-02-18 | erl_interface,ic: Remove node_org_enc from erlang_{pid,port,ref} | Sverker Eriksson | |
in order to be backward compatible with user code that accesses the members of erlang_pid and friend. The documentation does not mention the content of these structs, but we have example code that does. So the safe way it the revert the node_org_enc field (added in R16A) and instead determine in runtime which atom encoding to use depending on if the node atom contains unicode (>255) characters or not. | |||
2013-01-25 | Update copyright years | Björn-Egil Dahlberg | |
2013-01-22 | erl_interface: even more utf8 atom stuff | Sverker Eriksson | |
2013-01-18 | erl_interface: utf8 atoms continued | Sverker Eriksson | |
2011-04-26 | The function 'erl_xreceive_msg' returned garbage in the 'to' and 'to_name' ↵ | Goran Larsson | |
members of the message. The reason for that was found in the 'erl_do_receive_msg' function. When no 'pid' is provided by the sender, like when doing rpc calls as those uses registered name sends, it doesn't initialize the 'to' member and also the 'to_name' member is copied by the function. | |||
2011-03-11 | Update copyright years | Björn-Egil Dahlberg | |
2011-02-22 | erl_interface: fix buffer overflows | Michael Santos | |
2009-11-20 | The R13B03 release.OTP_R13B03 | Erlang/OTP | |