<feed xmlns='http://www.w3.org/2005/Atom'>
<title>otp.git/lib/stdlib/test, branch OTP-20.1</title>
<subtitle>Mirror of Erlang/OTP repository.
</subtitle>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/'/>
<entry>
<title>Merge branch 'sverker/valgrind-fixes/OTP-14609' into maint</title>
<updated>2017-09-12T18:02:48+00:00</updated>
<author>
<name>Sverker Eriksson</name>
<email>sverker@erlang.org</email>
</author>
<published>2017-09-12T18:02:48+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=c8cf0eb3af418ee505f6726258cb5d34b14f8867'/>
<id>c8cf0eb3af418ee505f6726258cb5d34b14f8867</id>
<content type='text'>
* sverker/valgrind-fixes/OTP-14609:
  erts: Suppress false memory leak for dlerror
  [ct] Cleanup and rename purify related functions as valgrind
  Revert "remove unused purify functions"
  erts: Fix memory leak when sending to terminating port
  erts: Fix harmless use of uninitialised value
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* sverker/valgrind-fixes/OTP-14609:
  erts: Suppress false memory leak for dlerror
  [ct] Cleanup and rename purify related functions as valgrind
  Revert "remove unused purify functions"
  erts: Fix memory leak when sending to terminating port
  erts: Fix harmless use of uninitialised value
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #1561 from bjorng/bjorn/stdlib/false-warning/ERL-478/OTP-14600</title>
<updated>2017-09-08T08:05:41+00:00</updated>
<author>
<name>Björn Gustavsson</name>
<email>bgustavsson@gmail.com</email>
</author>
<published>2017-09-08T08:05:41+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=a8e085c0aafcb52b9eed11b0a81fd69ac7801689'/>
<id>a8e085c0aafcb52b9eed11b0a81fd69ac7801689</id>
<content type='text'>
Eliminate incorrect get_stacktrace/0 warning</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Eliminate incorrect get_stacktrace/0 warning</pre>
</div>
</content>
</entry>
<entry>
<title>Eliminate incorrect get_stacktrace/0 warning</title>
<updated>2017-09-06T11:16:45+00:00</updated>
<author>
<name>Björn Gustavsson</name>
<email>bjorn@erlang.org</email>
</author>
<published>2017-09-06T11:06:48+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=c00141b1e368bc41d9628fddbc01a6553ca14479'/>
<id>c00141b1e368bc41d9628fddbc01a6553ca14479</id>
<content type='text'>
There could be a false warning for erlang:get_stacktrace/0
being outside a try block when it was actually inside a try
block.

https://bugs.erlang.org/browse/ERL-478
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
There could be a false warning for erlang:get_stacktrace/0
being outside a try block when it was actually inside a try
block.

https://bugs.erlang.org/browse/ERL-478
</pre>
</div>
</content>
</entry>
<entry>
<title>stdlib: add Unicode translation modifier in error_logger_tty_h</title>
<updated>2017-09-05T09:29:26+00:00</updated>
<author>
<name>Siri Hansen</name>
<email>siri@erlang.org</email>
</author>
<published>2017-08-22T14:41:25+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=d4317108cb50081de28337685e77564854175704'/>
<id>d4317108cb50081de28337685e77564854175704</id>
<content type='text'>
Check if standard_io can handle Unicode, and if so add the 't'
modifier to format strings.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Check if standard_io can handle Unicode, and if so add the 't'
modifier to format strings.
</pre>
</div>
</content>
</entry>
<entry>
<title>stdlib: Improve handling of Unicode in edlin_expand</title>
<updated>2017-09-05T09:02:25+00:00</updated>
<author>
<name>Hans Bolinder</name>
<email>hasse@erlang.org</email>
</author>
<published>2017-06-20T10:27:35+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=d9e56433f0aff84cae516486fdd7043de38f23fe'/>
<id>d9e56433f0aff84cae516486fdd7043de38f23fe</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>stdlib: Modify handling of Unicode in proc_lib</title>
<updated>2017-09-05T09:02:25+00:00</updated>
<author>
<name>Hans Bolinder</name>
<email>hasse@erlang.org</email>
</author>
<published>2017-06-14T11:16:47+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=2ca6b53da655b4c1377e8ddb818ce70c71e3538e'/>
<id>2ca6b53da655b4c1377e8ddb818ce70c71e3538e</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 'rickard/pcre-8.41' into maint</title>
<updated>2017-08-31T12:34:07+00:00</updated>
<author>
<name>Rickard Green</name>
<email>rickard@erlang.org</email>
</author>
<published>2017-08-31T12:34:07+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=919ddb608125db223f43b328e53fae37cab312ce'/>
<id>919ddb608125db223f43b328e53fae37cab312ce</id>
<content type='text'>
OTP-14574

* rickard/pcre-8.41:
  Upgrade to PCRE 8.41 from PCRE 8.40
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
OTP-14574

* rickard/pcre-8.41:
  Upgrade to PCRE 8.41 from PCRE 8.40
</pre>
</div>
</content>
</entry>
<entry>
<title>[ct] Cleanup and rename purify related functions as valgrind</title>
<updated>2017-08-30T14:26:40+00:00</updated>
<author>
<name>Sverker Eriksson</name>
<email>sverker@erlang.org</email>
</author>
<published>2017-08-29T14:42:14+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=214d71f577e8e21ea2e27da60b1e3bd0494a6627'/>
<id>214d71f577e8e21ea2e27da60b1e3bd0494a6627</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Revert "remove unused purify functions"</title>
<updated>2017-08-30T14:26:40+00:00</updated>
<author>
<name>Sverker Eriksson</name>
<email>sverker@erlang.org</email>
</author>
<published>2017-08-29T14:16:33+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=d83975178956dbaed84c315ba249a571ce796cb3'/>
<id>d83975178956dbaed84c315ba249a571ce796cb3</id>
<content type='text'>
This reverts commit d8c8e0c66d6faf5402682f3a8568362eedebdfee.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This reverts commit d8c8e0c66d6faf5402682f3a8568362eedebdfee.
</pre>
</div>
</content>
</entry>
<entry>
<title>Upgrade to PCRE 8.41 from PCRE 8.40</title>
<updated>2017-08-29T16:28:23+00:00</updated>
<author>
<name>Rickard Green</name>
<email>rickard@erlang.org</email>
</author>
<published>2017-08-29T16:28:23+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=cdcbf85b4f00f8dc2f61e895055943fc7209027c'/>
<id>cdcbf85b4f00f8dc2f61e895055943fc7209027c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
