aboutsummaryrefslogtreecommitdiffstats
path: root/lib/erl_interface/src/decode/decode_fun.c
AgeCommit message (Collapse)Author
2019-04-23erl_interface: Fix C++ compile errorSverker Eriksson
"export" is a reserved C++ keyword. lib/erl_interface/include/ei.h:290:9: error: expected ‘;’ after struct definition } export; ^ lib/erl_interface/include/ei.h:290:11: error: expected unqualified-id before ‘export’ } export; ^
2019-04-17erl_interface: Add bitstring and export fun supportSverker Eriksson
2016-03-15update copyright-yearHenrik Nord
2015-06-18Change license text to APLv2Bruce Yinhe
2013-02-11erl_interface: Fixup of b069306, typdef enum erlang_char_encodingSverker Eriksson
2013-01-30erl_interface: Fix ei_skip_termSverker Eriksson
2013-01-25Update copyright yearsBjörn-Egil Dahlberg
2013-01-18erl_interface: utf8 atoms continuedSverker Eriksson
2009-11-20The R13B03 release.OTP_R13B03Erlang/OTP