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
/
lib
/
stdlib
/
src
/
binary.erl
Age
Commit message (
Expand
)
Author
2016-03-15
update copyright-year
Henrik Nord
2015-11-04
stdlib: Add BIF binary:split/2 and binary:split/3
Andrew Bennett
2015-06-18
Change license text to APLv2
Bruce Yinhe
2014-12-18
Merge branch 'maint'
Bruce Yinhe
2014-12-02
Replaced "Endianess" with "Endianness" everywhere
David Haguenauer
2014-10-29
Add 'trim_all' option to binary:split/3
Christopher Faulet
2013-02-22
Update copyright years
Björn-Egil Dahlberg
2013-02-21
bin_to_list can also take a negative len
Lukas Larsson
2013-02-18
Updated to fit spec of -type part()
Lukas Larsson
2012-10-05
Fix Dialyzer warnings
Hans Bolinder
2012-09-27
Refine a few opaque types
Hans Bolinder
2012-01-27
Move types and specs from erl_bif_types.erl to modules
Hans Bolinder
2011-05-12
Types and specifications have been modified and added
Hans Bolinder
2010-05-20
Merge branch 'pan/otp_8217_binary' into dev
Erlang/OTP
2010-05-17
Add binary:{encode,decode}_unsigned({1,2}
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:part to erl_bif_binary.c
Patrik Nyblom
2010-05-17
Teach binary.c the semantics to take longest instead of shortest match
Patrik Nyblom
2010-05-17
Initial commit of the binary EEP
Patrik Nyblom