summaryrefslogtreecommitdiff
path: root/erts/emulator/beam/erl_bif_binary.c
Commit message (Expand)AuthorAgeFilesLines
...
* | erts: Refactor binary allocation interface to also initialize BinarySverker Eriksson2014-09-041-2/+0
|/
* erts: Fix neg int overflow when sint is min sizeLukas Larsson2014-08-081-8/+8
* Make binary BIFs converting from lists yield on large inputRickard Green2014-05-221-9/+2
* Check all pattern arguments passed to binary:matches/2Mike Sassak2013-09-201-0/+3
* Update copyright yearsBjörn-Egil Dahlberg2013-01-251-1/+1
* erts: Refactor new helper function erts_init_trap_exportSverker Eriksson2012-02-211-46/+23
* Update copyright yearsBjörn-Egil Dahlberg2011-12-091-1/+1
* Remove GCC 4.6 set-but-not-used warning from erl_bif_binaryPatrik Nyblom2011-11-161-6/+6
* Make binary:match with scope return correct valuesPatrik Nyblom2011-11-161-1/+1
* Use the proper macros in all BIFsBjörn Gustavsson2011-10-261-24/+40
* Teach binary:matches not to return 'nomatch' on empty inputPatrik Nyblom2010-11-291-1/+1
* Teach erl_bif_binary not leak memory by doing malloc(0)Patrik Nyblom2010-09-071-7/+15
* Merge branch 'pan/ets_binary_overhead/OTP-8762' into devPatrik Nyblom2010-08-301-1/+2
|\
| * Remove binary overhead counter from ets objectsPatrik Nyblom2010-08-191-1/+2
* | Increase vheap counter to Uint64Björn-Egil Dahlberg2010-08-121-1/+1
|/
* One off-heap list, to eliminate two words per ETS object.Sverker Eriksson2010-07-201-2/+2
* Correct typos in EEP-0031 implementationTuncer Ayaz2010-05-211-12/+12
* Merge branch 'pan/otp_8217_binary' into devErlang/OTP2010-05-201-1/+1
* Add documentation for binary modulePatrik Nyblom2010-05-171-1/+2
* Add more tests and make some go easier on small systemsPatrik Nyblom2010-05-171-13/+4
* Correct Boyer More and trapping for longest_common_suffixPatrik Nyblom2010-05-171-28/+48
* Add guard BIFs binary_part/2,3Patrik Nyblom2010-05-171-10/+115
* Add binary:{encode,decode}_unsigned({1,2}Patrik Nyblom2010-05-171-0/+304
* Add referenced_byte_size/1Patrik Nyblom2010-05-171-0/+23
* Add binary:list_to_bin/1 and binary:copy/1,2Patrik Nyblom2010-05-171-0/+257
* Add bin_to_list/{1,2,3}Patrik Nyblom2010-05-171-1/+295
* Add binary:longest_common_prefix/longest_common_suffixPatrik Nyblom2010-05-171-0/+317
* Add binary:part to erl_bif_binary.cPatrik Nyblom2010-05-171-79/+149
* Move binary module bif's to erl_bif_binary.cPatrik Nyblom2010-05-171-0/+1548