aboutsummaryrefslogtreecommitdiffstats
path: root/erts/emulator/test/nif_SUITE_data
AgeCommit message (Expand)Author
2011-12-19erts: Add missing cleanup to nif_SUITE:threadingSverker Eriksson
2011-12-02Iron out bugs in Win64 found in daily buildsPatrik Nyblom
2011-10-31erts: Fix memory leak of enif_inspect_* on independent environmentSverker Eriksson
2011-10-18Merge branch 'fm/enif_is_number'Henrik Nord
2011-08-25Merge branch 'dev' into majorHenrik Nord
2011-08-15erts: use a union to avoid strict aliasing issuesTuncer Ayaz
2011-07-13Correct merge conflict mistake in parentSverker Eriksson
2011-07-13Merge branch 'dev' into majorSverker Eriksson
2011-07-01Rename enif_get_reverse_list to enif_make_reverse_listLukas Larsson
2011-06-30Fix halfword bug in enif_make_int64Sverker Eriksson
2011-06-30Added enif_get_reverse_list to nif APILukas Larsson
2011-06-08Add NIF function enif_is_numberFilipe David Manana
2011-05-20Update copyright yearsBjörn-Egil Dahlberg
2011-03-24add support for checking if an ERL_NIF_TERM is an exceptionSteve Vinoski
2011-03-11Update copyright yearsBjörn-Egil Dahlberg
2011-02-17Fix formatting for emulatorLukas Larsson
2010-09-06Stop leaking memory in nif_SUITE:send* testcasesPatrik Nyblom
2010-07-23NIF 64-bit integer supportSverker Eriksson
2010-07-08nif_SUITE send3 stress testSverker Eriksson
2010-06-07Fix erts_bld_string_n (called by enif_make_string and erlang:decode_packet/3)...Paul Guyot
2010-06-03OTP-8555 Send message from NIFSverker Eriksson
2010-05-24erl_nif: add make_atom_len, make_existing_atom_len and make_string_lenTuncer Ayaz
2010-05-24erl_nif: add enif_get_atom_length and enif_get_list_lengthTuncer Ayaz
2010-05-24erl_nif: add enif_is_list and enif_is_tupleTuncer Ayaz
2010-04-28OTP-8474 NIF improvements after R13B04Sverker Eriksson
2010-02-11OTP-8335 Even more NIF featuresSverker Eriksson
2009-12-09OTP-8304 Incompatible changes in the experimental NIF feature. Changed theSverker Eriksson
2009-12-09OTP-8304 Incompatible changes in the experimental NIF feature. Changed theSverker Eriksson
2009-11-20The R13B03 release.OTP_R13B03Erlang/OTP