diff options
author | Sverker Eriksson <[email protected]> | 2015-11-04 18:51:36 +0100 |
---|---|---|
committer | Sverker Eriksson <[email protected]> | 2015-11-04 19:08:52 +0100 |
commit | 1670e9d90acaea7ecba79a5f1cacfd54a7c6d87d (patch) | |
tree | 814380281cd380f4c1a7cf51cbcac76ce95452ac /erts/emulator/beam/bif.tab | |
parent | c4fd58a394f427edf54fae75288c3b9159f9cc1a (diff) | |
parent | 8067992954f9b882ffd7332ee669a254c000f1b2 (diff) | |
download | otp-1670e9d90acaea7ecba79a5f1cacfd54a7c6d87d.tar.gz otp-1670e9d90acaea7ecba79a5f1cacfd54a7c6d87d.tar.bz2 otp-1670e9d90acaea7ecba79a5f1cacfd54a7c6d87d.zip |
Merge branch 'sverk/binary_split_bif'
OTP-13082
* sverk/binary_split_bif:
erts: Minor refactor for binary find BIF backend
erts: Refactor BIF for binary:match,matches,split
erts: Refactor backend of binary:split
erts: Replace 0 with THE_NON_VALUE
stdlib: Add BIF option 'trim_all' to binary:split/3
stdlib: Add BIF binary:split/2 and binary:split/3
Conflicts:
bootstrap/lib/stdlib/ebin/binary.beam
Diffstat (limited to 'erts/emulator/beam/bif.tab')
-rw-r--r-- | erts/emulator/beam/bif.tab | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/erts/emulator/beam/bif.tab b/erts/emulator/beam/bif.tab index 4f0656d174..65f8d6f1f5 100644 --- a/erts/emulator/beam/bif.tab +++ b/erts/emulator/beam/bif.tab @@ -643,3 +643,10 @@ bif erts_debug:map_info/1 # bif erlang:hash/2 + +# +# New in 19.0 +# + +bif binary:split/2 +bif binary:split/3 |