Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-05-04 | Update copyright year | Raimo Niskanen | |
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. | |||
2016-04-13 | Merge branch 'henrik/update-copyrightyear' | Henrik Nord | |
* henrik/update-copyrightyear: update copyright-year | |||
2016-04-07 | erl_interface: Support 32-bit creation for pid,port,refs | Sverker Eriksson | |
2016-03-15 | update copyright-year | Henrik Nord | |
2015-06-18 | Change license text to APLv2 | Bruce Yinhe | |
2015-06-02 | erl_interface: Surround isfinite with HAVE_ISFINITE conditional | Björn-Egil Dahlberg | |
2015-06-02 | erl_interface: Use isfinite instead of fpclassify | Björn-Egil Dahlberg | |
2015-03-19 | Do not accept Nan and Infinity values | David N. Welton | |
Erlang does not accept these values, so we return an error in the C interface rather than letting them through to the Erlang VM, which rejects the message with a somewhat cryptic "bad external term". | |||
2013-09-12 | Remove ^L characters hidden randomly in the code. Not those used in text ↵ | Pierre Fenoll | |
files as delimiters. While working on a tool that processes Erlang code and testing it against this repo, I found out about those little sneaky 0xff. I thought it may be of help to other people build such tools to remove non-conforming-to-standard characters. | |||
2013-02-07 | erl_interface: Change enum erlang_char_encoding to a typedef | Sverker Eriksson | |
to make the API independent of the actual type of erlang_char_encoding | |||
2013-01-25 | Update copyright years | Björn-Egil Dahlberg | |
2013-01-18 | erl_interface: utf8 atoms continued | Sverker Eriksson | |
2010-02-02 | Merge branch 'sf/erl_match-longlong' into ccase/r13b04_dev | Erlang/OTP | |
* sf/erl_match-longlong: erl_interface: Allow erl_match() to match ERL_LONGLONG and ERL_U_LONGLONG terms OTP-8400 Allow erl_match() to match ERL_LONGLONG and ERL_U_LONGLONG terms (Thanks to Scott Lystig Fritchie). | |||
2010-01-23 | erl_interface: Allow erl_match() to match ERL_LONGLONG and ERL_U_LONGLONG terms | Scott Lystig Fritchie | |
The Erlang/OTP distro now includes 90% of what's required to handle signed and unsigned ints up to 8 bytes long, so add this remaining (?) 10%. | |||
2009-11-20 | The R13B03 release.OTP_R13B03 | Erlang/OTP | |