index
:
otp.git
HansN-patch-1
KennethL-patch-1
bjorn/contributing
bjorn/contributing-1
dgud-string-depr
gcc-5-pic-cmpxchg8b-quickfix
gh-pages
ingela/master/dtls/test-cuddle
maint
maint-17
maint-18
maint-19
maint-20
maint-21
maint-22
maint-r13
maint-r14
maint-r14b03
maint-r15
maint-r16
maint-r16b02
master
meta
sverker-ets-patch-1
Mirror of Erlang/OTP repository.
OTP Team
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
erts
/
emulator
/
beam
/
erl_bif_binary.c
Age
Commit message (
Expand
)
Author
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