<feed xmlns='http://www.w3.org/2005/Atom'>
<title>otp.git/lib/stdlib/test, branch OTP-20.2.1</title>
<subtitle>Mirror of Erlang/OTP repository.
</subtitle>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/'/>
<entry>
<title>Avoid falling measurements testcases on slow machines</title>
<updated>2017-11-29T12:17:11+00:00</updated>
<author>
<name>Dan Gudmundsson</name>
<email>dgud@erlang.org</email>
</author>
<published>2017-10-13T12:35:07+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=34df9b51b0237172c41e81fd5ae5597cba534473'/>
<id>34df9b51b0237172c41e81fd5ae5597cba534473</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>stdlib: string optimize special case for ASCII</title>
<updated>2017-11-29T12:17:11+00:00</updated>
<author>
<name>Dan Gudmundsson</name>
<email>dgud@erlang.org</email>
</author>
<published>2017-10-04T14:20:25+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=8350886687735b3552f41780563eedac7e6650e7'/>
<id>8350886687735b3552f41780563eedac7e6650e7</id>
<content type='text'>
Avoid unicode_util module call for ASCII strings
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Avoid unicode_util module call for ASCII strings
</pre>
</div>
</content>
</entry>
<entry>
<title>stdlib: Minor unicode_util opts</title>
<updated>2017-11-29T12:17:11+00:00</updated>
<author>
<name>Dan Gudmundsson</name>
<email>dgud@erlang.org</email>
</author>
<published>2017-10-02T15:09:50+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=1ecdeb93de260fcd31a9e7032e404b92d206e50f'/>
<id>1ecdeb93de260fcd31a9e7032e404b92d206e50f</id>
<content type='text'>
Exit early for Latin-1
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Exit early for Latin-1
</pre>
</div>
</content>
</entry>
<entry>
<title>stdlib: Fix a minor issue with the qlc suite</title>
<updated>2017-10-30T13:36:53+00:00</updated>
<author>
<name>Hans Bolinder</name>
<email>hasse@erlang.org</email>
</author>
<published>2017-10-30T13:36:53+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=7fdded4d4fc2a63a927f499161bd1820aab07306'/>
<id>7fdded4d4fc2a63a927f499161bd1820aab07306</id>
<content type='text'>
When comparing the process dictionary before and after a test, only
(a sorted list of) qlc keys are compared.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
When comparing the process dictionary before and after a test, only
(a sorted list of) qlc keys are compared.
</pre>
</div>
</content>
</entry>
<entry>
<title>fix win32 share filename join/split (#1604)</title>
<updated>2017-10-23T10:06:51+00:00</updated>
<author>
<name>Bikram Chatterjee</name>
<email>chatterjee@bluewin.ch</email>
</author>
<published>2017-10-23T10:06:51+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=faddc82d3c8c25fbddb1074d511582b8ac020c38'/>
<id>faddc82d3c8c25fbddb1074d511582b8ac020c38</id>
<content type='text'>
Handle UNC (shared) path on win32, previously  "//dir/.." and "\\\\dir\.." was cleaned up to
"/dir/.." which was not correct.

OTP-14693</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Handle UNC (shared) path on win32, previously  "//dir/.." and "\\\\dir\.." was cleaned up to
"/dir/.." which was not correct.

OTP-14693</pre>
</div>
</content>
</entry>
<entry>
<title>Revert "Merge branch 'rickard/null-char-filenames/ERL-370/OTP-14543' into maint"</title>
<updated>2017-10-12T14:28:31+00:00</updated>
<author>
<name>Rickard Green</name>
<email>rickard@erlang.org</email>
</author>
<published>2017-10-12T14:28:31+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=f28539265d753bbaa473cb488e951bfe47304a01'/>
<id>f28539265d753bbaa473cb488e951bfe47304a01</id>
<content type='text'>
This reverts commit 0717a2194e863f3a78595184ccc5637697f03353, reversing
changes made to 71a40658a0cef8b3e25df3a8e48a72d0563a89bf.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This reverts commit 0717a2194e863f3a78595184ccc5637697f03353, reversing
changes made to 71a40658a0cef8b3e25df3a8e48a72d0563a89bf.
</pre>
</div>
</content>
</entry>
<entry>
<title>Don't allow null in filenames</title>
<updated>2017-09-27T15:47:01+00:00</updated>
<author>
<name>Rickard Green</name>
<email>rickard@erlang.org</email>
</author>
<published>2017-09-06T15:00:14+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=eae496a72e270fd7af411714738e99a7fadfd19b'/>
<id>eae496a72e270fd7af411714738e99a7fadfd19b</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/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>
</feed>
