aboutsummaryrefslogtreecommitdiffstats
path: root/erts/emulator/test/nif_SUITE_data
AgeCommit message (Expand)Author
2015-06-18Change license text to APLv2Bruce Yinhe
2015-06-01Merge branch 'vinoski/enif-raise-exception/OTP-12770'Sverker Eriksson
2015-05-27erts: Rename ErlNifMapIteratorEntry enumsSverker Eriksson
2015-05-26Add enif_raise_exceptionSteve Vinoski
2015-05-26Enhance enif_has_pending_exceptionSteve Vinoski
2015-05-26Fix for enif_schedule_nif and exceptionsSteve Vinoski
2015-04-22Merge branch 'sverk/pr632/prevent-illegal-nif-terms/OTP-12655'Sverker Eriksson
2015-04-15erts: Add enif_has_pending_exceptionSverker Eriksson
2015-04-15erts: Fix divide by zero compile error in nif_SUITE.cSverker Eriksson
2015-03-19erts: Silence valgrind warning in nif_SUITE.cSverker Eriksson
2015-03-15Ensure NIF term creation disallows illegal valuesSteve Vinoski
2015-03-12erts: Fix nif API for hashmapsSverker Eriksson
2014-11-04Fix gc-related problem with dirty NIFsSteve Vinoski
2014-09-12erts: Remove enif_have_dirty_schedulers()Sverker Eriksson
2014-09-04Merge branch 'sverk/nif-inspect-copy-bug/OTP-9828' into maintSverker Eriksson
2014-09-03erts: Fix bug with enif_make_copy reallocating writable binarySverker Eriksson
2014-08-28add enif_schedule_nif() to NIF APISteve Vinoski
2014-03-20Merge branch 'vinoski/ds-enif-send'Rickard Green
2014-03-10enable enif_send to work from a dirty schedulerSteve Vinoski
2014-02-28erts: Fix leak in nif_SUITE:resource_takeover (again)Sverker Eriksson
2014-02-20erts: Fix memory leak in nif_SUITE:resource_takeoverSverker Eriksson
2014-02-19Merge branch 'sverk/crypto/hmac-context-reuse-bug'Sverker Eriksson
2014-02-05erts: Fix NIF bug when load/upgrade fails after enif_open_resource_typeSverker Eriksson
2014-01-29erts: Change 'size' argument of enif_get_map_size from int* to size_t*Sverker Eriksson
2014-01-29erts: Add more tests for the NIF map APISverker Eriksson
2014-01-29erts: Fix map iterator bug when reverting from end of map positionSverker Eriksson
2014-01-29erts: Test Maps with NIFsBjörn-Egil Dahlberg
2014-01-28initial support for dirty schedulers and dirty NIFsSteve Vinoski
2013-05-03erts: Fix crash in nif_SUITE for win64Sverker Eriksson
2013-02-22Update copyright yearsBjörn-Egil Dahlberg
2013-02-13erts: Add enif_consume_timesliceSverker Eriksson
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