<feed xmlns='http://www.w3.org/2005/Atom'>
<title>otp.git/lib/stdlib/doc, branch OTP-20.3.1</title>
<subtitle>Mirror of Erlang/OTP repository.
</subtitle>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/'/>
<entry>
<title>Update release notes</title>
<updated>2018-03-09T10:01:07+00:00</updated>
<author>
<name>Erlang/OTP</name>
<email>otp@erlang.org</email>
</author>
<published>2018-03-09T10:01:07+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=7c7ba7191a3932e737fa81fd0166df1c637d4b31'/>
<id>7c7ba7191a3932e737fa81fd0166df1c637d4b31</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>stdlib: Fix doc link in timer</title>
<updated>2018-03-01T09:25:24+00:00</updated>
<author>
<name>Lukas Larsson</name>
<email>lukas@erlang.org</email>
</author>
<published>2018-02-28T09:12:54+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=8bf5e7b1d38faf9c495c34b2eff6044d700993ff'/>
<id>8bf5e7b1d38faf9c495c34b2eff6044d700993ff</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>stdlib: Correct documentation typo</title>
<updated>2018-02-19T11:52:48+00:00</updated>
<author>
<name>Martin Hässler</name>
<email>mhssler@gmail.com</email>
</author>
<published>2018-02-19T11:48:00+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=cd796af08389b0e3d54988f22818764727ca5886'/>
<id>cd796af08389b0e3d54988f22818764727ca5886</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'sverker/ets-match_spec_run-spec/OTP-14889' into maint</title>
<updated>2018-01-29T15:02:17+00:00</updated>
<author>
<name>Sverker Eriksson</name>
<email>sverker@erlang.org</email>
</author>
<published>2018-01-29T15:02:17+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=184db040e4fca5eacd7150098d77c4d5829d6c52'/>
<id>184db040e4fca5eacd7150098d77c4d5829d6c52</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'raimo/stdlib/optimize-gen_statem' into maint</title>
<updated>2018-01-24T14:55:25+00:00</updated>
<author>
<name>Raimo Niskanen</name>
<email>raimo@erlang.org</email>
</author>
<published>2018-01-24T14:55:25+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=b171521e68262b9a830e8b8dd98467097d283753'/>
<id>b171521e68262b9a830e8b8dd98467097d283753</id>
<content type='text'>
* raimo/stdlib/optimize-gen_statem:
  Optimize plain call response time
  Correct typo in design principles for gen_statem
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* raimo/stdlib/optimize-gen_statem:
  Optimize plain call response time
  Correct typo in design principles for gen_statem
</pre>
</div>
</content>
</entry>
<entry>
<title>stdlib: Indent example code</title>
<updated>2018-01-23T20:07:40+00:00</updated>
<author>
<name>Sverker Eriksson</name>
<email>sverker@erlang.org</email>
</author>
<published>2018-01-23T20:07:40+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=b6175a41f90f2a0d2d56ec84fa5b4fcf74366d1c'/>
<id>b6175a41f90f2a0d2d56ec84fa5b4fcf74366d1c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>stdlib: Fix spec for match_spec_run/2</title>
<updated>2018-01-23T20:07:04+00:00</updated>
<author>
<name>Sverker Eriksson</name>
<email>sverker@erlang.org</email>
</author>
<published>2018-01-23T20:07:04+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=7029ac608a31904c294e0d99da1cf4f7750b5294'/>
<id>7029ac608a31904c294e0d99da1cf4f7750b5294</id>
<content type='text'>
Matching can be done on any terms.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Matching can be done on any terms.
</pre>
</div>
</content>
</entry>
<entry>
<title>Optimize plain call response time</title>
<updated>2018-01-16T15:29:38+00:00</updated>
<author>
<name>Raimo Niskanen</name>
<email>raimo@erlang.org</email>
</author>
<published>2017-12-08T08:42:36+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=412080c9e1f53785ef9f158deb91851561018c9d'/>
<id>412080c9e1f53785ef9f158deb91851561018c9d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>stdlib: Let filelib:find_source() search subdirs</title>
<updated>2018-01-05T15:37:42+00:00</updated>
<author>
<name>Hans Bolinder</name>
<email>hasse@erlang.org</email>
</author>
<published>2018-01-04T15:54:22+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=de0771a4b3d882161f10c1d2d03c8027327f9323'/>
<id>de0771a4b3d882161f10c1d2d03c8027327f9323</id>
<content type='text'>
The Design Principles states that an application can have Erlang
source files one level below the "src" directory, and now
filelib:find_source() by default searches one level below "src".

The same applies to "esrc". That directory is only mentioned in
filename(3).
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The Design Principles states that an application can have Erlang
source files one level below the "src" directory, and now
filelib:find_source() by default searches one level below "src".

The same applies to "esrc". That directory is only mentioned in
filename(3).
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #1650 from jabarszcz/doc_digraph_error</title>
<updated>2017-12-14T08:58:54+00:00</updated>
<author>
<name>Hans Bolinder</name>
<email>hasse@erlang.org</email>
</author>
<published>2017-12-14T08:58:54+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=4c7d0f1c937ec37fbdac47de4f71f92feb0128c7'/>
<id>4c7d0f1c937ec37fbdac47de4f71f92feb0128c7</id>
<content type='text'>
digraph: Document a bad_edge error</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
digraph: Document a bad_edge error</pre>
</div>
</content>
</entry>
</feed>
