aboutsummaryrefslogtreecommitdiffstats
path: root/erts/emulator/beam/bif.c
AgeCommit message (Expand)Author
2015-03-27Merge branch 'sverk/large-list_to_integer-bug/OTP-12624' into maintSverker Eriksson
2015-03-25erts: Fix bug in list_to_integer for very large stringsSverker Eriksson
2015-03-24erts: Fix comparison of exact termsBjörn-Egil Dahlberg
2014-09-22erts: Fix ub in list_to_integer and bignum divLukas Larsson
2014-09-04Merge branch 'sverk/MIN_SMALL-to-integer' into maintSverker Eriksson
2014-09-04erts: Correct conversion of MIN_SMALL numeral to fixnumSverker Eriksson
2014-08-21Merge branch 'nox/reedr-logging/OTP-12115' into maintLukas Larsson
2014-06-05erts: tracing on send now works for registered processesLukas Larsson
2014-03-09Demote rare debug slogan of message discarding to debug buildRick Reed
2014-02-24Merge branch 'lukas/ose/master/OTP-11334'Lukas Larsson
2014-02-24Added support for ENEA OSELukas Larsson
2014-02-24further enhancements for dirty schedulersSteve Vinoski
2014-01-29erts: Add BIF erts_internal:cmp_term/2Björn-Egil Dahlberg
2014-01-15fix system_flag deprecation warningsSteve Vinoski
2013-12-07Merge branch 'rickard/garbage_collect/OTP-11388'Rickard Green
2013-11-26Ensure exit signal due to link precede port BIF returnRickard Green
2013-11-18Execution of system tasks in context of another processRickard Green
2013-07-30Change default of erlang:halt/2 to the documentedPatrik Nyblom
2013-03-12erts: Refactor erlang:insert_element/3 for clarityBjörn-Egil Dahlberg
2013-03-12erts: Fix copy error in erlang:delete_element/2Björn-Egil Dahlberg
2013-02-14Merge branch 'rickard/erl_drv_consume_timeslice/OTP-10810'Rickard Green
2013-02-14Add float_to_binary and binary_to_floatLukas Larsson
2013-02-14Add new binary conversion bifsLukas Larsson
2013-02-13Implement erl_drv_consume_timeslice()Rickard Green
2013-02-07float_to_list/2 changed rounding and cosmetic cleanupSerge Aleynikov
2013-01-28Merge branch 'sverk/enc_atom-opt'Sverker Eriksson
2013-01-25Merge branch 'pan/fix-compiler-warnings-clang-and-new-gcc'Patrik Nyblom
2013-01-25Update copyright yearsBjörn-Egil Dahlberg
2013-01-25erts: Refactor erts_atom_get to use ErtsAtomEncodingSverker Eriksson
2013-01-23Merge branch 'sverk/r16/utf8-atoms'Sverker Eriksson
2013-01-23Fix clang compiler warnings on FreeBSD in ertsPatrik Nyblom
2013-01-21Text representation of a float formatted using given options.Serge Aleynikov
2013-01-16UTF-8 support for distributionRickard Green
2013-01-08erts: Change internal representation of atoms to utf8Sverker Eriksson
2012-12-14Add insert_element/3 and delete_element/2Björn-Egil Dahlberg
2012-12-12Merge branch 'egil/enforce-tuple-specification-size/OTP-10633'Björn-Egil Dahlberg
2012-12-07Merge branch 'rickard/port-optimizations/OTP-10336' into rickard/r16/port-opt...Rickard Green
2012-12-07Implement true asynchronous signaling between processes and portsRickard Green
2012-12-03Move busy port flagRickard Green
2012-12-03Use ptab functionality also for portsRickard Green
2012-12-03Prepare for use of ptab functionality also for portsRickard Green
2012-12-03Atomic port stateRickard Green
2012-12-03Generalize process table implementationRickard Green
2012-11-27erts: Use memcpy instead of while in setelement/3Björn-Egil Dahlberg
2012-11-27erts: Enforce tuple max size on BIFsBjörn-Egil Dahlberg
2012-09-07Replace sprintf with erts_snprintf in beamBjörn-Egil Dahlberg
2012-08-03Merge branch 'rickard/proc-sched/OTP-9892'Rickard Green
2012-08-02Read message queue lengths while having lockRickard Green
2012-06-04Merge branch 'maint'Lukas Larsson
2012-05-10Remove the erlang:garbage_collect_message_area/0 BIFBjörn Gustavsson