summaryrefslogtreecommitdiff
path: root/lib/stdlib/test/string_SUITE.erl
Commit message (Expand)AuthorAgeFilesLines
* Update copyright yearErlang/OTP2022-04-111-1/+1
* Make sure to keep tail in strings containing emojis as wellChristian Rasmussen2022-03-121-0/+6
* Make sure to keep tail in string:next_grapheme/1Christian Rasmussen2022-03-121-4/+10
* beam_ssa_type: Improve type inference in recursive functionsJohn Högberg2019-11-211-5/+15
* Fix bug string:slice/3 on bad inputDan Gudmundsson2019-04-301-1/+62
* stdlib: Restore timeout in string_SUITE:meas()Hans Bolinder2019-03-211-3/+3
* stdlib: Optimize handling of Unicode in the string moduleHans Bolinder2019-03-201-7/+20
* stdlib: Optimize handling of Unicode in the string moduleHans Bolinder2019-03-201-8/+24
* Update copyright yearHenrik Nord2018-06-181-1/+1
* Fix *case bugs for binariesDan Gudmundsson2018-06-041-6/+6
* Optimize string lowercase, uppercase and casefold for ASCII charactersDan Gudmundsson2018-05-141-0/+12
* Merge branch 'maint'Dan Gudmundsson2018-03-011-0/+4
|\
| * ERL-558 Add the missing function clause for string:prefix (#1702)Seyed Mirsadeghi2018-03-011-0/+4
* | stdlib: Do not call erlang:get_stacktrace()Hans Bolinder2018-02-061-5/+5
* | Merge branch 'maint'Dan Gudmundsson2017-11-301-15/+107
|\ \ | |/
| * Avoid falling measurements testcases on slow machinesDan Gudmundsson2017-11-291-12/+25
| * stdlib: string optimize special case for ASCIIDan Gudmundsson2017-11-291-8/+86
| * stdlib: Minor unicode_util optsDan Gudmundsson2017-11-291-8/+8
* | stdlib: Add unicode string benchmarksDan Gudmundsson2017-09-261-7/+7
|/
* Return error tuple on unicode normalization functionsJosé Valim2017-05-221-0/+4
* Update copyright yearRaimo Niskanen2017-05-041-1/+1
* Handle chardata in string:to_float and string:to_listDan Gudmundsson2017-04-241-19/+65
* New unicode aware string module that works with unicode:chardata()Dan Gudmundsson2017-04-241-21/+872
* update copyright-yearHenrik Nord2016-03-151-1/+1
* Remove ?line macrosBjörn Gustavsson2016-03-091-228/+228
* Replace "%" with "%%" at the beginning of a lineBjörn Gustavsson2016-03-091-5/+5
* Eliminate 'suite' and 'doc' clausesBjörn Gustavsson2016-03-091-76/+0
* Modernize use of timetrapsBjörn Gustavsson2016-03-091-13/+7
* Eliminate use of test_server.hrl and test_server_line.hrlBjörn Gustavsson2016-02-171-1/+1
* Change license text to APLv2Bruce Yinhe2015-06-181-10/+11
* Eliminate use of deprecated now/0 for random number generationBjörn Gustavsson2015-04-101-2/+2
* Modernize and strengthen the test case for string:tokens/2Björn Gustavsson2015-02-161-11/+29
* Remove the "coding: utf-8" comment from all Erlang source filesHans Bolinder2013-04-191-2/+1
* Prepare OTP files for Unicode as default encodingHans Bolinder2013-01-091-3/+4
* Improve and correct types and specifications in Kernel and STDLIBHans Bolinder2011-08-311-2/+2
* Update copyright yearsBjörn-Egil Dahlberg2011-03-111-1/+1
* Rename Suite Callback to Common Test HookLukas Larsson2011-02-171-1/+1
* Fix formatting for stdlibLukas Larsson2011-02-171-7/+8
* Add init_per_suite and end_per_suiteLukas Larsson2011-02-171-1/+7
* Add ts_install_scb to suite/0Lukas Larsson2011-02-171-1/+3
* Update stdlib tests to conform with common_test standardLukas Larsson2011-02-171-10/+17
* Update all fin_per_testcase to end_per_testcase.Lukas Larsson2011-02-171-2/+2
* string_SUITE: Add test for string:copies(Str, Float)Björn Gustavsson2010-10-291-0/+1
* string_SUITE: Fix copy and paste error in test of string:copies/2Björn Gustavsson2010-10-291-2/+2
* The R13B03 release.OTP_R13B03Erlang/OTP2009-11-201-0/+511