aboutsummaryrefslogtreecommitdiffstats
path: root/lib/stdlib/doc/src/erl_parse.xml
AgeCommit message (Collapse)Author
2014-03-25stdlib: Generalize erl_parse:abstract/2Hans Bolinder
The 'encoding' option of erl_parse:abstract/2 has been extended to include 'none' and a callback function (a predicate). The rationale is that a more general means of determining what integer lists are to be represented as strings may help readability when generating Erlang code given input in some other encoding than Latin-1 or UTF-8.
2013-04-19Convert XML files to UTF-8Hans Bolinder
2013-03-29Document erl_parse:abstract/2Hans Bolinder
A bug has been fixed: when given the option {encoding,utf8} a list of floating point numbers (in the correct interval) was mistakenly returned as a string.
2011-05-12rHans Bolinder
Use Erlang specs and types for documentation
2010-09-07Linkify applications listed under "See Also"Cristian Greco
2010-02-05OTP-8404: Doc: some corrections and improvements in STDLIBBjörn Gustavsson
2009-11-20The R13B03 release.OTP_R13B03Erlang/OTP