aboutsummaryrefslogtreecommitdiffstats
path: root/erts/emulator/beam/binary.c
AgeCommit message (Expand)Author
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
2009-11-20The R13B03 release.OTP_R13B03Erlang/OTP