aboutsummaryrefslogtreecommitdiffstats
path: root/lib/stdlib/test/string_SUITE.erl
AgeCommit message (Expand)Author
2019-04-30Fix bug string:slice/3 on bad inputDan Gudmundsson
2019-03-21stdlib: Restore timeout in string_SUITE:meas()Hans Bolinder
2019-03-20stdlib: Optimize handling of Unicode in the string moduleHans Bolinder
2019-03-20stdlib: Optimize handling of Unicode in the string moduleHans Bolinder
2018-06-18Update copyright yearHenrik Nord
2018-06-04Fix *case bugs for binariesDan Gudmundsson
2018-05-14Optimize string lowercase, uppercase and casefold for ASCII charactersDan Gudmundsson
2018-03-01Merge branch 'maint'Dan Gudmundsson
2018-03-01ERL-558 Add the missing function clause for string:prefix (#1702)Seyed Mirsadeghi
2018-02-06stdlib: Do not call erlang:get_stacktrace()Hans Bolinder
2017-11-30Merge branch 'maint'Dan Gudmundsson
2017-11-29Avoid falling measurements testcases on slow machinesDan Gudmundsson
2017-11-29stdlib: string optimize special case for ASCIIDan Gudmundsson
2017-11-29stdlib: Minor unicode_util optsDan Gudmundsson
2017-09-26stdlib: Add unicode string benchmarksDan Gudmundsson
2017-05-22Return error tuple on unicode normalization functionsJosé Valim
2017-05-04Update copyright yearRaimo Niskanen
2017-04-24Handle chardata in string:to_float and string:to_listDan Gudmundsson
2017-04-24New unicode aware string module that works with unicode:chardata()Dan Gudmundsson
2016-03-15update copyright-yearHenrik Nord
2016-03-09Remove ?line macrosBjörn Gustavsson
2016-03-09Replace "%" with "%%" at the beginning of a lineBjörn Gustavsson
2016-03-09Eliminate 'suite' and 'doc' clausesBjörn Gustavsson
2016-03-09Modernize use of timetrapsBjörn Gustavsson
2016-02-17Eliminate use of test_server.hrl and test_server_line.hrlBjörn Gustavsson
2015-06-18Change license text to APLv2Bruce Yinhe
2015-04-10Eliminate use of deprecated now/0 for random number generationBjörn Gustavsson
2015-02-16Modernize and strengthen the test case for string:tokens/2Björn Gustavsson
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
2011-08-31Improve and correct types and specifications in Kernel and STDLIBHans Bolinder
2011-03-11Update copyright yearsBjörn-Egil Dahlberg
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-02-17Update all fin_per_testcase to end_per_testcase.Lukas Larsson
2010-10-29string_SUITE: Add test for string:copies(Str, Float)Björn Gustavsson
2010-10-29string_SUITE: Fix copy and paste error in test of string:copies/2Björn Gustavsson
2009-11-20The R13B03 release.OTP_R13B03Erlang/OTP