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
/
test
/
binary_module_SUITE.erl
Age
Commit message (
Expand
)
Author
2014-03-28
stdlib: loosen testcases
Dan Gudmundsson
2013-09-30
Merge branch 'maint'
Fredrik Gustafsson
2013-09-25
stdlib: extended binary_module_SUITE to assure badarg for OTP-11350
Fredrik Gustafsson
2013-04-19
Remove the "coding: utf-8" comment from all Erlang source files
Hans Bolinder
2013-01-09
Prepare OTP files for Unicode as default encoding
Hans Bolinder
2011-11-16
Make binary:match with scope return correct values
Patrik Nyblom
2011-03-11
Update copyright years
Björn-Egil Dahlberg
2011-02-17
Rename Suite Callback to Common Test Hook
Lukas Larsson
2011-02-17
Fix formatting for stdlib
Lukas Larsson
2011-02-17
Add init_per_suite and end_per_suite
Lukas Larsson
2011-02-17
Add ts_install_scb to suite/0
Lukas Larsson
2011-02-17
Update stdlib tests to conform with common_test standard
Lukas Larsson
2011-02-17
Update all fin_per_testcase to end_per_testcase.
Lukas Larsson
2010-11-30
Corrected testcases broken by unicode filenames
Patrik Nyblom
2010-05-17
Add documentation for binary module
Patrik Nyblom
2010-05-17
Add more tests and make some go easier on small systems
Patrik Nyblom
2010-05-17
Correct Boyer More and trapping for longest_common_suffix
Patrik Nyblom
2010-05-17
Add longer timetrap to testcases and add binary to app file
Patrik Nyblom
2010-05-17
Add guard BIFs binary_part/2,3
Patrik Nyblom
2010-05-17
Add binary:{encode,decode}_unsigned({1,2}
Patrik Nyblom
2010-05-17
Add referenced_byte_size/1
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:longest_common_prefix/longest_common_suffix
Patrik Nyblom
2010-05-17
Add binary:part to erl_bif_binary.c
Patrik Nyblom
2010-05-17
Count reductions for process even when not trapping
Patrik Nyblom
2010-05-17
Add random compare testcase
Patrik Nyblom
2010-05-17
Teach binary.c the semantics to take longest instead of shortest match
Patrik Nyblom