aboutsummaryrefslogtreecommitdiffstats
path: root/lib/erl_interface/src/legacy
AgeCommit message (Expand)Author
2019-02-05Introduce ei_init()Rickard Green
2019-01-23Pluggable distribution socket implementation for EIRickard Green
2018-08-14Fixed bug calling erl_compare_ext with terms containing listsSimon Cornish
2018-06-18Update copyright yearHenrik Nord
2018-04-21erl_interface: fix bad memsetMikael Pettersson
2017-05-04Update copyright yearRaimo Niskanen
2017-03-08erl_interface: Do not generate atoms on old latin1 ext formatSverker Eriksson
2017-02-14Fixed typos in lib/erl_interfaceAndrew Dryga
2016-06-13Fix decoding of LLONG_MIN in erl_decodeBjörn-Egil Dahlberg
2016-04-13Merge branch 'henrik/update-copyrightyear'Henrik Nord
2016-04-07erl_interface: Support 32-bit creation for pid,port,refsSverker Eriksson
2016-03-15update copyright-yearHenrik Nord
2015-06-18Change license text to APLv2Bruce Yinhe
2015-06-02erl_interface: Surround isfinite with HAVE_ISFINITE conditionalBjörn-Egil Dahlberg
2015-06-02erl_interface: Use isfinite instead of fpclassifyBjörn-Egil Dahlberg
2015-03-19Do not accept Nan and Infinity valuesDavid N. Welton
2014-08-25Fix misspellings of 'another'Tuncer Ayaz
2013-12-02Silence two warnings about tests being always trueAnthony Ramine
2013-09-12Remove ^L characters hidden randomly in the code. Not those used in text file...Pierre Fenoll
2013-02-18erl_interface,ic: Remove node_org_enc from erlang_{pid,port,ref}Sverker Eriksson
2013-02-07erl_interface: Change enum erlang_char_encoding to a typedefSverker Eriksson
2013-01-25Update copyright yearsBjörn-Egil Dahlberg
2013-01-23erl_interface: Changed erlang_char_encoding interfaceSverker Eriksson
2013-01-22erl_interface: even more utf8 atom stuffSverker Eriksson
2013-01-18erl_interface: utf8 atoms continuedSverker Eriksson
2013-01-08erl_interface: Enable decode of unicode atomsSverker Eriksson
2011-12-09Update copyright yearsBjörn-Egil Dahlberg
2011-12-08Only step pointer arity stepsLukas Larsson
2011-09-29Update copyright yearsBjörn-Egil Dahlberg
2011-09-06Changes inspired by running cppcheck(1)Christian von Roques
2011-05-11Merge branch 'gl/erl_do_receive_msg/OTP-9241' into devBjörn-Egil Dahlberg
2011-04-26The function 'erl_xreceive_msg' returned garbage in the 'to' and 'to_name' me...Goran Larsson
2011-04-13erl_interface: fix compile errorMichael Santos
2011-03-11Update copyright yearsBjörn-Egil Dahlberg
2011-02-22erl_interface: fix buffer overflowsMichael Santos
2010-12-10Fix wrong erl_compare_ext result comparing listsVitaliy Batichko
2010-12-10Correct erl_global{register, unregister} functionsVitaliy Batichko
2010-11-25erl_interface: Fix erl_term_len for integers and refsSverker Eriksson
2010-10-29ei: error if return value of ei_alloc_big is NULLMichael Santos
2010-07-05term_to_binary use all 32 bits of INTEGER_EXTSverker Eriksson
2010-06-08Merge branch 'sv/serge-new_float_ext' into devErlang/OTP
2010-06-07compact IEEE 754 double encoding in external binary format for eiSteve Vinoski
2010-02-02Merge branch 'sf/erl_match-longlong' into ccase/r13b04_devErlang/OTP
2010-01-23erl_interface: Allow erl_match() to match ERL_LONGLONG and ERL_U_LONGLONG termsScott Lystig Fritchie
2009-11-20The R13B03 release.OTP_R13B03Erlang/OTP