aboutsummaryrefslogtreecommitdiffstats
path: root/lib/erl_interface/src/decode
AgeCommit message (Expand)Author
2018-06-18Update copyright yearHenrik Nord
2018-04-19erl_interface: Optimize latin1_to_utf8 and friendSverker Eriksson
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: Move isfinite definition to headerBjörn-Egil Dahlberg
2014-11-24erts: Use finite instead of isfinite with gccLukas Larsson
2014-10-28Use isfinite() instead of finite() when availableAnthony Ramine
2014-03-10erl_interface: Add map support in ei_skip_termSverker Eriksson
2014-03-06erl_interface: Add ei encode/decode for mapsSverker Eriksson
2013-02-22Update copyright yearsBjörn-Egil Dahlberg
2013-02-18erl_interface,ic: Remove node_org_enc from erlang_{pid,port,ref}Sverker Eriksson
2013-02-11erl_interface: Fixup of b069306, typdef enum erlang_char_encodingSverker Eriksson
2013-02-08Merge branch 'sverk/erl_interface-enum-typedef'Sverker Eriksson
2013-02-07erl_interface: Change enum erlang_char_encoding to a typedefSverker Eriksson
2013-01-30erl_interface: Fix ei_skip_termSverker Eriksson
2013-01-25Update copyright yearsBjörn-Egil Dahlberg
2013-01-23erl_interface: Fix bug when transcoding atoms from and to UTF8Lukas Larsson
2013-01-23erl_interface: Changed erlang_char_encoding interfaceSverker Eriksson
2013-01-18erl_interface: utf8 atoms continuedSverker Eriksson
2013-01-08erl_interface: Enable decode of unicode atomsSverker Eriksson
2011-03-11Update copyright yearsBjörn-Egil Dahlberg
2011-02-22ei: buffer overflow when decoding atomsMichael Santos
2010-10-29ei: error if return value of ei_alloc_big is NULLMichael Santos
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
2009-12-14Fix ei_skip_term() handling of funs encoded as NEW_FUN_EXTSimon Cornish
2009-11-20The R13B03 release.OTP_R13B03Erlang/OTP