aboutsummaryrefslogtreecommitdiffstats
path: root/erts/doc/src/erl_nif.xml
AgeCommit message (Expand)Author
2014-09-12erts: Remove enif_have_dirty_schedulers()Sverker Eriksson
2014-08-28add enif_schedule_nif() to NIF APISteve Vinoski
2014-03-21Introduce minimum allowed major driver and nif versions on loadRickard Green
2014-01-28initial support for dirty schedulers and dirty NIFsSteve Vinoski
2013-08-21erts: Add option to include nifs staticallyLukas Larsson
2013-04-19Convert XML files to UTF-8Hans Bolinder
2013-02-22Update copyright yearsBjörn-Egil Dahlberg
2013-02-13erts: Add enif_consume_timesliceSverker Eriksson
2012-11-15Add clearer warnings about misuse of NIF and driver functionalityRickard Green
2012-07-11erts: add space before '*' in some function prototypesHans Bolinder
2011-11-29erts: Deprecate the NIF reload mechanismSverker Eriksson
2011-10-18Merge branch 'fm/enif_is_number'Henrik Nord
2011-09-20Merge branch 'dev' into majorHenrik Nord
2011-09-15Fix typos (variable name) in erl_nif(3)Tuncer Ayaz
2011-07-01Rename enif_get_reverse_list to enif_make_reverse_listLukas Larsson
2011-06-30Added enif_get_reverse_list to nif APILukas Larsson
2011-06-08Add NIF function enif_is_numberFilipe David Manana
2011-03-24add support for checking if an ERL_NIF_TERM is an exceptionSteve Vinoski
2011-03-09clarify NIF resource object deallocation documentationSteve Vinoski
2011-01-05Fix minor typos in erl_nif documentationSverker Eriksson
2010-09-06Remove warning about experimental status of NIFs from erlang.xmlPatrik Nyblom
2010-07-23NIF doc official support noteSverker Eriksson
2010-07-23NIF 64-bit integer supportSverker Eriksson
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-04-07Fix typos in erl_nif.xmlTuncer Ayaz
2010-02-17OTP-8335 NIF improvements:Sverker Eriksson
2010-02-17OTP-8335 NIF improvements:Sverker Eriksson
2010-02-15OTP-8335 NIF improvements:Sverker Eriksson
2010-02-11OTP-8335 Even more NIF featuresSverker Eriksson
2010-01-26OTP-8343 The documentation is now possible to build in an open sourceLars G Thorsen
2009-12-09OTP-8304 Incompatible changes in the experimental NIF feature. Changed theSverker Eriksson
2009-11-20The R13B03 release.OTP_R13B03Erlang/OTP