aboutsummaryrefslogtreecommitdiffstats
path: root/erts/emulator/beam/binary.c
AgeCommit message (Expand)Author
2019-08-09erts: Create heap binaries in split_binary/2John Högberg
2019-01-10Fix passing large integers as base to integer_to_X/2John Högberg
2019-01-10Implement integer_to_list/2 and integer_to_binary/2 as CIFsStanislav Mayorov
2019-01-10Accept base in all integer-printing functionsStanislav Mayorov
2018-06-18Update copyright yearHenrik Nord
2018-04-12New process_info() implementation using signalsRickard Green
2018-02-19Merge branch 'john/erts/fix-iolist-bitstring-badarg/OTP-14926' into maintJohn Högberg
2018-02-15badarg on iolist_to_binary(Bitstring)John Högberg
2018-01-04erts: Refactor ProcBin creationSverker Eriksson
2017-05-04Update copyright yearRaimo Niskanen
2017-04-11erts: Init refc=1 in erts_bin_nrml_allocSverker Eriksson
2017-02-15Merge branch 'fix-source-typos'Björn Gustavsson
2017-02-14erts: Add deallocation veto for magic destructorsSverker Eriksson
2017-02-14Fixed typos in ertsAndrew Dryga
2017-02-06Use magic refs for list_to_binary/binary_to_list trapsRickard Green
2017-02-06Implement magic referencesRickard Green
2016-05-05erts_new_mso_binary(): do not truncate lenMikael Pettersson
2016-03-15update copyright-yearHenrik Nord
2016-02-24Merge branch 'master' into sverk/master/halt-INT_MINSverker Eriksson
2016-02-24erts: Change erl_exit into erts_exitSverker Eriksson
2015-11-12Improve yield strategy for list_to_binary()/binary_to_list()Rickard Green
2015-06-18Change license text to APLv2Bruce Yinhe
2014-10-24Merge branch 'sverk/hipe-inline-reserve-trap-frame'Sverker Eriksson
2014-10-24erts: Make hipe_{un}reserve_beam_trap_frame INLINESverker Eriksson
2014-09-04erts: Refactor binary allocation interface to also initialize BinarySverker Eriksson
2014-05-22Make binary BIFs converting from lists yield on large inputRickard Green
2014-05-22Make binary BIFs converting to lists yield on large inputRickard Green
2013-04-30erts: Use fast path for list_to_binary([Bin]) caseBjörn-Egil Dahlberg
2013-02-14Add new binary conversion bifsLukas Larsson
2013-01-25Update copyright yearsBjörn-Egil Dahlberg
2012-12-07Implement true asynchronous signaling between processes and portsRickard Green
2011-12-02Get cerl and distribution working in Win64Patrik Nyblom
2011-11-07erts: Remove debug variable in list_to_binaryBjörn-Egil Dahlberg
2011-05-10Fix overflow in list_to_bitstring/1Björn Gustavsson
2011-05-10Replace io_list_len() with erts_iolist_size()Björn Gustavsson
2011-03-11Update copyright yearsBjörn-Egil Dahlberg
2011-03-09Fix 18 exabyte memory allocation failureBjörn Gustavsson
2010-11-29Add bifs to translate between erlang filenames and native encodingPatrik Nyblom
2010-08-12Increase vheap counter to Uint64Björn-Egil Dahlberg
2010-07-20One off-heap list, to eliminate two words per ETS object.Sverker Eriksson
2010-05-17Add binary:list_to_bin/1 and binary:copy/1,2Patrik Nyblom
2010-05-17Add binary:longest_common_prefix/longest_common_suffixPatrik Nyblom
2010-05-17Move binary module bif's to erl_bif_binary.cPatrik Nyblom
2010-05-17Count reductions for process even when not trappingPatrik Nyblom
2010-05-17Add random compare testcasePatrik Nyblom
2010-05-17Teach BIF's binary:match/matches interrupting/restartingPatrik Nyblom
2010-05-17Teach binary.c the semantics to take longest instead of shortest matchPatrik Nyblom
2010-05-17Initial commit of the binary EEPPatrik Nyblom
2010-03-10Fix further test-suite problemsPatrik Nyblom
2010-02-11OTP-8335 Even more NIF featuresSverker Eriksson