aboutsummaryrefslogtreecommitdiffstats
path: root/lib/stdlib/src/binary.erl
AgeCommit message (Expand)Author
2018-06-18Update copyright yearHenrik Nord
2018-02-26Replace binary:bin_to_list CIF implementation with binary_to_listJohn Högberg
2017-05-04Update copyright yearRaimo Niskanen
2017-02-06Use magic refs for binary compile patternsRickard Green
2016-03-15update copyright-yearHenrik Nord
2015-11-04stdlib: Add BIF binary:split/2 and binary:split/3Andrew Bennett
2015-06-18Change license text to APLv2Bruce Yinhe
2014-12-18Merge branch 'maint'Bruce Yinhe
2014-12-02Replaced "Endianess" with "Endianness" everywhereDavid Haguenauer
2014-10-29Add 'trim_all' option to binary:split/3Christopher Faulet
2013-02-22Update copyright yearsBjörn-Egil Dahlberg
2013-02-21bin_to_list can also take a negative lenLukas Larsson
2013-02-18Updated to fit spec of -type part()Lukas Larsson
2012-10-05Fix Dialyzer warningsHans Bolinder
2012-09-27Refine a few opaque typesHans Bolinder
2012-01-27Move types and specs from erl_bif_types.erl to modulesHans Bolinder
2011-05-12Types and specifications have been modified and addedHans Bolinder
2010-05-20Merge branch 'pan/otp_8217_binary' into devErlang/OTP
2010-05-17Add binary:{encode,decode}_unsigned({1,2}Patrik Nyblom
2010-05-17Add binary:list_to_bin/1 and binary:copy/1,2Patrik Nyblom
2010-05-17Add bin_to_list/{1,2,3}Patrik Nyblom
2010-05-17Add binary:part to erl_bif_binary.cPatrik 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