Age | Commit message (Expand) | Author |
2015-06-24 | erts: Remove HALFWORD_HEAP definition | Björn-Egil Dahlberg |
2015-06-18 | Change license text to APLv2 | Bruce Yinhe |
2015-03-20 | Merge branch 'rickard/time_api/OTP-11997' | Rickard Green |
2015-03-20 | Introduce a new time API | Rickard Green |
2014-10-24 | Merge branch 'sverk/hipe-inline-reserve-trap-frame' | Sverker Eriksson |
2014-10-24 | erts: Make hipe_{un}reserve_beam_trap_frame INLINE | Sverker Eriksson |
2014-09-04 | erts: Refactor binary allocation interface to also initialize Binary | Sverker Eriksson |
2014-08-08 | erts: Fix neg int overflow when sint is min size | Lukas Larsson |
2014-05-22 | Make binary BIFs converting from lists yield on large input | Rickard Green |
2013-09-20 | Check all pattern arguments passed to binary:matches/2 | Mike Sassak |
2013-01-25 | Update copyright years | Björn-Egil Dahlberg |
2012-02-21 | erts: Refactor new helper function erts_init_trap_export | Sverker Eriksson |
2011-12-09 | Update copyright years | Björn-Egil Dahlberg |
2011-11-16 | Remove GCC 4.6 set-but-not-used warning from erl_bif_binary | Patrik Nyblom |
2011-11-16 | Make binary:match with scope return correct values | Patrik Nyblom |
2011-10-26 | Use the proper macros in all BIFs | Björn Gustavsson |
2010-11-29 | Teach binary:matches not to return 'nomatch' on empty input | Patrik Nyblom |
2010-09-07 | Teach erl_bif_binary not leak memory by doing malloc(0) | Patrik Nyblom |
2010-08-30 | Merge branch 'pan/ets_binary_overhead/OTP-8762' into dev | Patrik Nyblom |
2010-08-19 | Remove binary overhead counter from ets objects | Patrik Nyblom |
2010-08-12 | Increase vheap counter to Uint64 | Björn-Egil Dahlberg |
2010-07-20 | One off-heap list, to eliminate two words per ETS object. | Sverker Eriksson |
2010-05-21 | Correct typos in EEP-0031 implementation | Tuncer Ayaz |
2010-05-20 | Merge branch 'pan/otp_8217_binary' into dev | Erlang/OTP |
2010-05-17 | Add documentation for binary module | Patrik Nyblom |
2010-05-17 | Add more tests and make some go easier on small systems | Patrik Nyblom |
2010-05-17 | Correct Boyer More and trapping for longest_common_suffix | Patrik Nyblom |
2010-05-17 | Add guard BIFs binary_part/2,3 | Patrik Nyblom |
2010-05-17 | Add binary:{encode,decode}_unsigned({1,2} | Patrik Nyblom |
2010-05-17 | Add referenced_byte_size/1 | Patrik Nyblom |
2010-05-17 | Add binary:list_to_bin/1 and binary:copy/1,2 | Patrik Nyblom |
2010-05-17 | Add bin_to_list/{1,2,3} | Patrik Nyblom |
2010-05-17 | Add binary:longest_common_prefix/longest_common_suffix | Patrik Nyblom |
2010-05-17 | Add binary:part to erl_bif_binary.c | Patrik Nyblom |
2010-05-17 | Move binary module bif's to erl_bif_binary.c | Patrik Nyblom |