aboutsummaryrefslogtreecommitdiffstats
path: root/lib/stdlib/src/string.erl
AgeCommit message (Expand)Author
2018-03-01ERL-558 Add the missing function clause for string:prefix (#1702)Seyed Mirsadeghi
2017-11-29stdlib: string optimize special case for ASCIIDan Gudmundsson
2017-06-26Fix old length usage in stringDan 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
2015-06-18Change license text to APLv2Bruce Yinhe
2015-02-18Optimize string:tokens/2Björn Gustavsson
2013-10-14Merge branch 'maint'Fredrik Gustafsson
2013-09-12Remove ^L characters hidden randomly in the code. Not those used in text file...Pierre Fenoll
2013-04-19Remove the "coding: utf-8" comment from all Erlang source filesHans Bolinder
2013-01-25Update copyright yearsBjörn-Egil Dahlberg
2013-01-25Make adjustments for UnicodeHans Bolinder
2013-01-09Prepare OTP files for Unicode as default encodingHans Bolinder
2012-01-27Move types and specs from erl_bif_types.erl to modulesHans Bolinder
2011-05-12Types and specifications have been modified and addedHans Bolinder
2011-03-11Update copyright yearsBjörn-Egil Dahlberg
2010-10-26Fix crash in string:copies/2Michael Santos
2009-11-20The R13B03 release.OTP_R13B03Erlang/OTP