aboutsummaryrefslogtreecommitdiffstats
path: root/lib/stdlib/test/base64_SUITE.erl
AgeCommit message (Expand)Author
2017-11-28stdlib: Do not check base64 input more than neededHans Bolinder
2017-11-28stdlib: Optimize base64 functionsHans Bolinder
2017-05-04Update copyright yearRaimo Niskanen
2017-02-14Fixed typos in lib/stdlibAndrew Dryga
2016-11-04stdlib: Increase timeouts in base64_SUITEBjörn-Egil Dahlberg
2016-03-15update copyright-yearHenrik Nord
2016-03-09Eliminate 'suite' and 'doc' clausesBjörn Gustavsson
2016-03-09Modernize use of timetrapsBjörn Gustavsson
2015-12-11stdlib tests: Replace 'random' with 'rand'Björn Gustavsson
2015-09-11base64_SUITE: Speed up roundtrip/1Björn Gustavsson
2015-06-18Change license text to APLv2Bruce Yinhe
2013-04-19Remove the "coding: utf-8" comment from all Erlang source filesHans Bolinder
2013-01-09Prepare OTP files for Unicode as default encodingHans Bolinder
2012-10-30stdlib: Fix test timeouts in cover runsDan Gudmundsson
2011-02-17Rename Suite Callback to Common Test HookLukas Larsson
2011-02-17Fix formatting for stdlibLukas Larsson
2011-02-17Add init_per_suite and end_per_suiteLukas Larsson
2011-02-17Add ts_install_scb to suite/0Lukas Larsson
2011-02-17Update stdlib tests to conform with common_test standardLukas Larsson
2011-01-17Removed use of deprecated function sizeIngela Anderton Andin
2010-12-07Improve pad character handling in base64 MIME decoding functionsThomas O'Dowd
2009-11-20The R13B03 release.OTP_R13B03Erlang/OTP