aboutsummaryrefslogtreecommitdiffstats
path: root/lib/stdlib/doc/src/specs.xml
AgeCommit message (Collapse)Author
2018-05-04Move error formatting to erl_error.erl and delete lib.erlRichard Carlsson
2017-10-23stdlib: Add API and doc of uri_string modulePéter Dimitrov
2016-02-09New state machineRaimo Niskanen
2015-05-08Merge branch 'dgud/stdlib/rand/OTP-12586'Dan Gudmundsson
* dgud/stdlib/rand/OTP-12586: stdlib: Document and add normal distributed random value function stdlib: Add new random functionality/module
2015-04-30stdlib: Document and add normal distributed random value functionDan Gudmundsson
It is needed in various tests. It uses the Ziggurat algorithm, which is the fastest that I know.
2015-04-30stdlib: Add module erl_annoHans Bolinder
Introduce erl_anno, an abstraction of the second element of tokens and tuples in the abstract format. The convention that negative line numbers can be used for silencing compiler warnings will no longer work in OTP 19; instead the annotation 'generated' is to be used.
2014-04-26Remove the pg module and related documentationLoïc Hoguin
This module has been marked experimental for more than 15 years, and has largely been superseded by the pg2 module from the kernel application. The original pg also has no tests and has not been updated in the last 15 years other than small maintenance edits (like adding specs or replacing pid/1 by is_pid/1). It is pretty unlikely that anyone uses it today and its presence is simply confusing as people should be using pg2 anyway.
2014-03-06stdlib: Document Maps moduleBjörn-Egil Dahlberg
2013-04-19Convert XML files to UTF-8Hans Bolinder
2011-10-27stdlib: Remove the deprecated regexp moduleBjörn Gustavsson
2011-05-12rHans Bolinder
Use Erlang specs and types for documentation