summaryrefslogtreecommitdiff
path: root/lib/stdlib/src/binary.erl
Commit message (Expand)AuthorAgeFilesLines
* Mark hex function as inlineNelson Vides2021-04-071-0/+1
* Unify approach for function headsNelson Vides2021-04-071-1/+1
* Prefer hex over decimal notationNelson Vides2021-04-071-66/+68
* Report better error messagesNelson Vides2021-04-071-1/+1
* Fix error messagesNelson Vides2021-04-071-1/+3
* Optimise decoding algorithmNelson Vides2021-04-071-26/+69
* Optimise encoding algorithmNelson Vides2021-03-291-19/+37
* Add hex encoding fonctions on the binary modulegearnode2021-03-181-3/+61
* binary: Add extended error information for all BIFsBjörn Gustavsson2021-01-151-11/+51
* Update copyright yearRickard Green2020-03-131-1/+1
* Fix erroneous type-spec for binary:list_to_binRickard Green2019-10-011-1/+1
* Update copyright yearHenrik Nord2018-06-181-1/+1
* Replace binary:bin_to_list CIF implementation with binary_to_listJohn Högberg2018-02-261-6/+22
* Update copyright yearRaimo Niskanen2017-05-041-1/+1
* Use magic refs for binary compile patternsRickard Green2017-02-061-1/+1
* update copyright-yearHenrik Nord2016-03-151-1/+1
* stdlib: Add BIF binary:split/2 and binary:split/3Andrew Bennett2015-11-041-69/+8
* Change license text to APLv2Bruce Yinhe2015-06-181-9/+10
* Merge branch 'maint'Bruce Yinhe2014-12-181-4/+4
|\
| * Replaced "Endianess" with "Endianness" everywhereDavid Haguenauer2014-12-021-4/+4
* | Add 'trim_all' option to binary:split/3Christopher Faulet2014-10-291-16/+23
|/
* Update copyright yearsBjörn-Egil Dahlberg2013-02-221-1/+1
* bin_to_list can also take a negative lenLukas Larsson2013-02-211-1/+1
* Updated to fit spec of -type part()Lukas Larsson2013-02-181-1/+1
* Fix Dialyzer warningsHans Bolinder2012-10-051-0/+2
* Refine a few opaque typesHans Bolinder2012-09-271-1/+1
* Move types and specs from erl_bif_types.erl to modulesHans Bolinder2012-01-271-18/+174
* Types and specifications have been modified and addedHans Bolinder2011-05-121-1/+36
* Merge branch 'pan/otp_8217_binary' into devErlang/OTP2010-05-201-1/+1
* Add binary:{encode,decode}_unsigned({1,2}Patrik Nyblom2010-05-171-1/+1
* Add binary:list_to_bin/1 and binary:copy/1,2Patrik Nyblom2010-05-171-1/+1
* Add bin_to_list/{1,2,3}Patrik Nyblom2010-05-171-1/+1
* Add binary:part to erl_bif_binary.cPatrik Nyblom2010-05-171-53/+150
* Teach binary.c the semantics to take longest instead of shortest matchPatrik Nyblom2010-05-171-2/+2
* Initial commit of the binary EEPPatrik Nyblom2010-05-171-0/+80