<feed xmlns='http://www.w3.org/2005/Atom'>
<title>otp.git/lib/stdlib/doc, branch dgud-string-depr</title>
<subtitle>Mirror of Erlang/OTP repository.
</subtitle>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/'/>
<entry>
<title>Remove comments about deprecation in OTP-21</title>
<updated>2018-05-08T09:30:51+00:00</updated>
<author>
<name>Dan Gudmundsson</name>
<email>dgud@erlang.org</email>
</author>
<published>2018-05-08T09:30:51+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=1e72dca59f07ccacec8ca9fa2547459c2f7f9fe0'/>
<id>1e72dca59f07ccacec8ca9fa2547459c2f7f9fe0</id>
<content type='text'>
I had missed the one in lower section.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
I had missed the one in lower section.</pre>
</div>
</content>
</entry>
<entry>
<title>Revert "Update release notes"</title>
<updated>2018-05-02T07:19:05+00:00</updated>
<author>
<name>Henrik</name>
<email>henrik@erlang.org</email>
</author>
<published>2018-05-02T07:19:05+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=561e871d680a081d531ff205b8331eacca1d7a3c'/>
<id>561e871d680a081d531ff205b8331eacca1d7a3c</id>
<content type='text'>
This reverts commit 202bb737e3deabfebee683266f4b7c42781eb521.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This reverts commit 202bb737e3deabfebee683266f4b7c42781eb521.
</pre>
</div>
</content>
</entry>
<entry>
<title>Update release notes</title>
<updated>2018-04-30T08:06:42+00:00</updated>
<author>
<name>Erlang/OTP</name>
<email>otp@erlang.org</email>
</author>
<published>2018-04-30T08:06:42+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=202bb737e3deabfebee683266f4b7c42781eb521'/>
<id>202bb737e3deabfebee683266f4b7c42781eb521</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 'hasse/stdlib/rfc3339_datetime/OTP-14764'</title>
<updated>2018-04-27T07:34:46+00:00</updated>
<author>
<name>Hans Bolinder</name>
<email>hasse@erlang.org</email>
</author>
<published>2018-04-27T07:34:46+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=f58f8779c9c8cf623ebd117ccb3c41416069f2da'/>
<id>f58f8779c9c8cf623ebd117ccb3c41416069f2da</id>
<content type='text'>
* hasse/stdlib/rfc3339_datetime/OTP-14764:
  stdlib: Add RFC 3339 functions to module calendar
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* hasse/stdlib/rfc3339_datetime/OTP-14764:
  stdlib: Add RFC 3339 functions to module calendar
</pre>
</div>
</content>
</entry>
<entry>
<title>[stdlib/sys]: install one debug function more times (#1781)</title>
<updated>2018-04-26T13:49:59+00:00</updated>
<author>
<name>Pouriya</name>
<email>pouriya.jahanbakhsh@gmail.com</email>
</author>
<published>2018-04-26T13:49:59+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=eefcc985530acbd5cc4c97b6e4f537492fd61622'/>
<id>eefcc985530acbd5cc4c97b6e4f537492fd61622</id>
<content type='text'>
Allow installing multiple instances of sys debug function

This commit solves a bug which allowed installing {Fun,State} as sys debug function even if Fun was already installed. This happened in the case when the current State of the debug fun was undefined.

Also, the new format {Id,Fun,State} of debug functions can be installed, allowing multiple instances of the same fun.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Allow installing multiple instances of sys debug function

This commit solves a bug which allowed installing {Fun,State} as sys debug function even if Fun was already installed. This happened in the case when the current State of the debug fun was undefined.

Also, the new format {Id,Fun,State} of debug functions can be installed, allowing multiple instances of the same fun.
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #1759 from sunboshan/sys-fix</title>
<updated>2018-04-26T13:39:28+00:00</updated>
<author>
<name>Siri Hansen</name>
<email>erlangsiri@gmail.com</email>
</author>
<published>2018-04-26T13:39:28+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=f24a15640beef8acd832e4a3eaf20bbd3c16e38d'/>
<id>f24a15640beef8acd832e4a3eaf20bbd3c16e38d</id>
<content type='text'>
[stdlib/sys.erl] Fix sys module's debug statistics not including the out message count when using gen_server:call/2.

OTP-15047</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
[stdlib/sys.erl] Fix sys module's debug statistics not including the out message count when using gen_server:call/2.

OTP-15047</pre>
</div>
</content>
</entry>
<entry>
<title>stdlib: Add RFC 3339 functions to module calendar</title>
<updated>2018-04-26T13:30:20+00:00</updated>
<author>
<name>Hans Bolinder</name>
<email>hasse@erlang.org</email>
</author>
<published>2018-02-01T15:35:43+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=c650e93aaac225559229968fbbf6dfd7ca5d0cf7'/>
<id>c650e93aaac225559229968fbbf6dfd7ca5d0cf7</id>
<content type='text'>
Functions for converting between RFC 3339 strings and system time
are added.

Options are lists, but we are considering using maps instead. If we
change, it will happen after Erlang/OTP 21.0-rc1 is released.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Functions for converting between RFC 3339 strings and system time
are added.

Options are lists, but we are considering using maps instead. If we
change, it will happen after Erlang/OTP 21.0-rc1 is released.
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'hasse/stdlib/calendar_systemtime/OTP-13413'</title>
<updated>2018-04-26T13:21:41+00:00</updated>
<author>
<name>Hans Bolinder</name>
<email>hasse@erlang.org</email>
</author>
<published>2018-04-26T13:21:41+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=bfde922a6308a7f0956cf688ab38cbdbffbba41d'/>
<id>bfde922a6308a7f0956cf688ab38cbdbffbba41d</id>
<content type='text'>
* hasse/stdlib/calendar_systemtime/OTP-13413:
  stdlib: Add system time functions to module calendar
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* hasse/stdlib/calendar_systemtime/OTP-13413:
  stdlib: Add system time functions to module calendar
</pre>
</div>
</content>
</entry>
<entry>
<title>stdlib: Introduce characters limit of formated strings</title>
<updated>2018-04-25T14:23:30+00:00</updated>
<author>
<name>Hans Bolinder</name>
<email>hasse@erlang.org</email>
</author>
<published>2018-04-17T13:22:15+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=29a347ffd408c68861a914db4efc75d8ea20a762'/>
<id>29a347ffd408c68861a914db4efc75d8ea20a762</id>
<content type='text'>
Inspiration from module lager_format.

Also some improvements of Unicode handling.

io_lib:format/3 and io_lib:fwrite/3 are new functions. The
representation of the options is a list, but we are considering using
a map instead. If we change, it will happen after Erlang/OTP 21.0-rc1
is released.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Inspiration from module lager_format.

Also some improvements of Unicode handling.

io_lib:format/3 and io_lib:fwrite/3 are new functions. The
representation of the options is a list, but we are considering using
a map instead. If we change, it will happen after Erlang/OTP 21.0-rc1
is released.
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'raimo/stdlib/gen_statem-dev/OTP-14015'</title>
<updated>2018-04-24T13:36:14+00:00</updated>
<author>
<name>Raimo Niskanen</name>
<email>raimo@erlang.org</email>
</author>
<published>2018-04-24T13:36:14+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=685cd438232282ee0fa790517e7fe193110ff265'/>
<id>685cd438232282ee0fa790517e7fe193110ff265</id>
<content type='text'>
* raimo/stdlib/gen_statem-dev/OTP-14015:
  Fix after feedback
  Improve pointer to User's Guide
  Fix after feedback on 'When to use'
  Add a 'When to use' section
  Fix timeout parsing and doc feedback
  Improve doc, change images to .svg
  erl_docgen: Implement width in image tag
  Update User's Guide and pointers to it
  Improve error reasons from state enter call
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* raimo/stdlib/gen_statem-dev/OTP-14015:
  Fix after feedback
  Improve pointer to User's Guide
  Fix after feedback on 'When to use'
  Add a 'When to use' section
  Fix timeout parsing and doc feedback
  Improve doc, change images to .svg
  erl_docgen: Implement width in image tag
  Update User's Guide and pointers to it
  Improve error reasons from state enter call
</pre>
</div>
</content>
</entry>
</feed>
