aboutsummaryrefslogtreecommitdiffstats
path: root/lib/stdlib/src/binary.erl
diff options
context:
space:
mode:
authorPatrik Nyblom <[email protected]>2010-04-30 18:17:17 +0200
committerBjörn Gustavsson <[email protected]>2010-05-17 15:51:50 +0200
commitccf8728a95af72aa4847e0844d45dcda991ea435 (patch)
tree1e52543c81f70ba659593b11a6a0918ea95f490f /lib/stdlib/src/binary.erl
parent8f21d4026e8f338245812d6edfd113c05282e321 (diff)
downloadotp-ccf8728a95af72aa4847e0844d45dcda991ea435.tar.gz
otp-ccf8728a95af72aa4847e0844d45dcda991ea435.tar.bz2
otp-ccf8728a95af72aa4847e0844d45dcda991ea435.zip
Add binary:{encode,decode}_unsigned({1,2}
Add testcases for encode/decode_unsigned/1,2.
Diffstat (limited to 'lib/stdlib/src/binary.erl')
-rw-r--r--lib/stdlib/src/binary.erl2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/stdlib/src/binary.erl b/lib/stdlib/src/binary.erl
index 61b7aacf49..0a66559602 100644
--- a/lib/stdlib/src/binary.erl
+++ b/lib/stdlib/src/binary.erl
@@ -31,9 +31,9 @@
%% binary:bin_to_list/{1,2,3}
%% binary:list_to_bin/1
%% binary:copy/{1,2}
-%% - Not yet:
%% binary:referenced_byte_size/1
%% binary:decode_unsigned/{1,2}
+%% - Not yet:
%%
%% Implemented in this module:
-export([split/2,split/3,replace/3,replace/4]).