<feed xmlns='http://www.w3.org/2005/Atom'>
<title>otp.git/lib/stdlib/src, branch OTP-18.1.4</title>
<subtitle>Mirror of Erlang/OTP repository.
</subtitle>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/'/>
<entry>
<title>Update application versions</title>
<updated>2015-09-18T08:57:46+00:00</updated>
<author>
<name>Hans Bolinder</name>
<email>hasse@erlang.org</email>
</author>
<published>2015-09-18T08:48:10+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=1d3e719905f29dfa6a87b0f65aa0120b3e6cfe2f'/>
<id>1d3e719905f29dfa6a87b0f65aa0120b3e6cfe2f</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 'dgud/stdlib/fix-file-error_log-leak' into maint</title>
<updated>2015-09-18T06:29:47+00:00</updated>
<author>
<name>Dan Gudmundsson</name>
<email>dgud@erlang.org</email>
</author>
<published>2015-09-18T06:29:47+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=b5fc65bb0a959bd96c125ce523c41052bbc0c04d'/>
<id>b5fc65bb0a959bd96c125ce523c41052bbc0c04d</id>
<content type='text'>
* dgud/stdlib/fix-file-error_log-leak:
  stdlib: Fix leaking files after error_logger:logfile(close)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* dgud/stdlib/fix-file-error_log-leak:
  stdlib: Fix leaking files after error_logger:logfile(close)
</pre>
</div>
</content>
</entry>
<entry>
<title>stdlib: Fix leaking files after error_logger:logfile(close)</title>
<updated>2015-09-17T07:40:04+00:00</updated>
<author>
<name>Dan Gudmundsson</name>
<email>dgud@erlang.org</email>
</author>
<published>2015-09-17T07:40:04+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=ad7bb40d88acd0de5bdad9b64f8d8dd5c303fa48'/>
<id>ad7bb40d88acd0de5bdad9b64f8d8dd5c303fa48</id>
<content type='text'>
Introduced when changing state from tuple to record.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Introduced when changing state from tuple to record.
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'leoliu/export-catch_exception' into maint</title>
<updated>2015-09-17T07:22:52+00:00</updated>
<author>
<name>Henrik Nord</name>
<email>henrik@erlang.org</email>
</author>
<published>2015-09-17T07:22:52+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=2f3556934883d7b249a322d3a52db04e78d3a591'/>
<id>2f3556934883d7b249a322d3a52db04e78d3a591</id>
<content type='text'>
* leoliu/export-catch_exception:
  Export shell:catch_exception/1 as documented
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* leoliu/export-catch_exception:
  Export shell:catch_exception/1 as documented
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'howleysv/stdlib/compiled-unicode/OTP-12977' into maint</title>
<updated>2015-09-10T11:11:37+00:00</updated>
<author>
<name>Björn Gustavsson</name>
<email>bjorn@erlang.org</email>
</author>
<published>2015-09-10T11:11:37+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=c3e4e985d4f3c99d93f7d7f830e65e54d89fc880'/>
<id>c3e4e985d4f3c99d93f7d7f830e65e54d89fc880</id>
<content type='text'>
* howleysv/stdlib/compiled-unicode/OTP-12977:
  stdlib: Fix bug with unicode detection in re
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* howleysv/stdlib/compiled-unicode/OTP-12977:
  stdlib: Fix bug with unicode detection in re
</pre>
</div>
</content>
</entry>
<entry>
<title>stdlib: Fix bug with unicode detection in re</title>
<updated>2015-09-09T13:16:50+00:00</updated>
<author>
<name>Shane Howley</name>
<email>howleysv@gmail.com</email>
</author>
<published>2015-07-15T17:46:21+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=b3c7bf872f7fbe304cdcb449a2d501933805aa48'/>
<id>b3c7bf872f7fbe304cdcb449a2d501933805aa48</id>
<content type='text'>
Fix bug with unrecognised 'unicode' option in re:split/2,3 &amp;
re:replace/3,4 when using pre-compiled regex.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fix bug with unrecognised 'unicode' option in re:split/2,3 &amp;
re:replace/3,4 when using pre-compiled regex.
</pre>
</div>
</content>
</entry>
<entry>
<title>proc_lib: Add format/3</title>
<updated>2015-09-07T08:35:32+00:00</updated>
<author>
<name>Björn Gustavsson</name>
<email>bjorn@erlang.org</email>
</author>
<published>2015-08-25T13:07:43+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=7df173516a08455304abd0a783c9e8b64e88859e'/>
<id>7df173516a08455304abd0a783c9e8b64e88859e</id>
<content type='text'>
We'll need a way to limit the size of the crash report produced
by proc_lib:format(). Add format/3, where the third argument is
a depth argument.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
We'll need a way to limit the size of the crash report produced
by proc_lib:format(). Add format/3, where the third argument is
a depth argument.
</pre>
</div>
</content>
</entry>
<entry>
<title>Teach error_logger_tty_h to truncate big messages</title>
<updated>2015-09-07T08:35:32+00:00</updated>
<author>
<name>Björn Gustavsson</name>
<email>bjorn@erlang.org</email>
</author>
<published>2015-08-21T08:54:00+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=3c3a5b08589a6e54b0d2d81e470fcffaaa74c15c'/>
<id>3c3a5b08589a6e54b0d2d81e470fcffaaa74c15c</id>
<content type='text'>
Add the possibility to truncate big messages to avoid running out
of memory.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Add the possibility to truncate big messages to avoid running out
of memory.
</pre>
</div>
</content>
</entry>
<entry>
<title>error_logger_tty_h: Refactor and modernize code</title>
<updated>2015-09-07T08:35:32+00:00</updated>
<author>
<name>Björn Gustavsson</name>
<email>bjorn@erlang.org</email>
</author>
<published>2015-08-20T10:29:29+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=62a8c96e22951d6b8d696b32d898c823969f4812'/>
<id>62a8c96e22951d6b8d696b32d898c823969f4812</id>
<content type='text'>
Refactor, simplify, and modernize the code to facilitate future
improvements in the following commits.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Refactor, simplify, and modernize the code to facilitate future
improvements in the following commits.
</pre>
</div>
</content>
</entry>
<entry>
<title>Teach error_logger_file_h to truncate big messages</title>
<updated>2015-09-07T08:35:32+00:00</updated>
<author>
<name>Björn Gustavsson</name>
<email>bjorn@erlang.org</email>
</author>
<published>2015-08-21T08:54:00+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=7c0333ff7a559c2d0f138b3156c4a5b73e15051b'/>
<id>7c0333ff7a559c2d0f138b3156c4a5b73e15051b</id>
<content type='text'>
Add the possibility to truncate big messages to avoid running out
of memory.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Add the possibility to truncate big messages to avoid running out
of memory.
</pre>
</div>
</content>
</entry>
</feed>
