<feed xmlns='http://www.w3.org/2005/Atom'>
<title>otp.git/lib/stdlib/test, branch OTP-21.0</title>
<subtitle>Mirror of Erlang/OTP repository.
</subtitle>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/'/>
<entry>
<title>Update copyright year</title>
<updated>2018-06-18T12:51:18+00:00</updated>
<author>
<name>Henrik Nord</name>
<email>henrik@erlang.org</email>
</author>
<published>2018-06-18T12:51:18+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=5ca92e2eac1e84fd22f60e7abc3aa2b0ff1cb42b'/>
<id>5ca92e2eac1e84fd22f60e7abc3aa2b0ff1cb42b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #1835 from sirihansen/siri/logger-fix</title>
<updated>2018-06-12T12:06:46+00:00</updated>
<author>
<name>Siri Hansen</name>
<email>erlangsiri@gmail.com</email>
</author>
<published>2018-06-12T12:06:46+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=465d2849ed0d832577a25a52f0717ec5f7eb94bd'/>
<id>465d2849ed0d832577a25a52f0717ec5f7eb94bd</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 'peterdmv/stdlib/fix_uri_string_normalize/ERL-636/OTP-15112'</title>
<updated>2018-06-12T07:57:25+00:00</updated>
<author>
<name>Péter Dimitrov</name>
<email>peterdmv@erlang.org</email>
</author>
<published>2018-06-12T07:57:25+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=0f752d6e9cb447552673bddebccab31539e55358'/>
<id>0f752d6e9cb447552673bddebccab31539e55358</id>
<content type='text'>
* peterdmv/stdlib/fix_uri_string_normalize/ERL-636/OTP-15112:
  stdlib: Fix release_tests target in Makefile
  stdlib: Fix normalization function in uri_string

Change-Id: I656a583befd8950d4326d15e60145c617acd41c3
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* peterdmv/stdlib/fix_uri_string_normalize/ERL-636/OTP-15112:
  stdlib: Fix release_tests target in Makefile
  stdlib: Fix normalization function in uri_string

Change-Id: I656a583befd8950d4326d15e60145c617acd41c3
</pre>
</div>
</content>
</entry>
<entry>
<title>stdlib: Fix release_tests target in Makefile</title>
<updated>2018-06-11T13:44:13+00:00</updated>
<author>
<name>Péter Dimitrov</name>
<email>peterdmv@erlang.org</email>
</author>
<published>2018-06-11T12:56:04+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=24231f76f5e3fed3ec64abdfca22928928f46933'/>
<id>24231f76f5e3fed3ec64abdfca22928928f46933</id>
<content type='text'>
'make release_tests' copies the property_test directory.

Change-Id: Ife75711aec1ef6e85ef091b1ba28a221be3d1110
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
'make release_tests' copies the property_test directory.

Change-Id: Ife75711aec1ef6e85ef091b1ba28a221be3d1110
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'jl/sharpen-maps-tests/OTP-14012'</title>
<updated>2018-06-11T13:14:30+00:00</updated>
<author>
<name>Lukas Larsson</name>
<email>lukas@erlang.org</email>
</author>
<published>2018-06-11T13:14:30+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=a221bb53d41de10f5fcf3d5d6c0174af702c3cce'/>
<id>a221bb53d41de10f5fcf3d5d6c0174af702c3cce</id>
<content type='text'>
* jl/sharpen-maps-tests/OTP-14012:
  stdlib: Fix error reason for maps:with/without
  Check for the overlap between maps and iterators
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* jl/sharpen-maps-tests/OTP-14012:
  stdlib: Fix error reason for maps:with/without
  Check for the overlap between maps and iterators
</pre>
</div>
</content>
</entry>
<entry>
<title>stdlib: Fix normalization function in uri_string</title>
<updated>2018-06-11T12:53:54+00:00</updated>
<author>
<name>Péter Dimitrov</name>
<email>peterdmv@erlang.org</email>
</author>
<published>2018-06-08T11:24:02+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=1ff534f6e410c4904b6e65dbfc9135d34445685d'/>
<id>1ff534f6e410c4904b6e65dbfc9135d34445685d</id>
<content type='text'>
- Fix parsing of hostnames that start with a number.
- Update uri_string:parse/1 to be only responsible for parsing
  input URIs into URI components. Implicit percent-encoding
  normalization has been removed.
- Implement percent-encoding normalization.
- Update uri_string:normalize/{1,2} to include percent-encoding
  normalization.
- Update test suites according to the new semantics.
- Add new property test: normalize

Change-Id: I6f37dcae2b3fcb4b29d286dbb0dfc563e8f211ae
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- Fix parsing of hostnames that start with a number.
- Update uri_string:parse/1 to be only responsible for parsing
  input URIs into URI components. Implicit percent-encoding
  normalization has been removed.
- Implement percent-encoding normalization.
- Update uri_string:normalize/{1,2} to include percent-encoding
  normalization.
- Update test suites according to the new semantics.
- Add new property test: normalize

Change-Id: I6f37dcae2b3fcb4b29d286dbb0dfc563e8f211ae
</pre>
</div>
</content>
</entry>
<entry>
<title>[logger] Update return values from get_handler_config/0,1 and get_config/0</title>
<updated>2018-06-08T12:48:14+00:00</updated>
<author>
<name>Siri Hansen</name>
<email>siri@erlang.org</email>
</author>
<published>2018-06-07T09:47:05+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=f20c281be6fa27e2da1c543a64029531c5f00325'/>
<id>f20c281be6fa27e2da1c543a64029531c5f00325</id>
<content type='text'>
Module and Id are now always included as fields in Config, so these
are no longer returned as separate elements.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Module and Id are now always included as fields in Config, so these
are no longer returned as separate elements.
</pre>
</div>
</content>
</entry>
<entry>
<title>[logger] Change name of handler specific config field from ?MODULE to 'config'</title>
<updated>2018-06-08T12:47:34+00:00</updated>
<author>
<name>Siri Hansen</name>
<email>siri@erlang.org</email>
</author>
<published>2018-06-06T13:58:12+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=7f6e61ca0d752c780ffadd7aacf29aaab0783c78'/>
<id>7f6e61ca0d752c780ffadd7aacf29aaab0783c78</id>
<content type='text'>
And add field 'module' in handler config.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
And add field 'module' in handler config.
</pre>
</div>
</content>
</entry>
<entry>
<title>stdlib: Make pP insert no line breaks with field width zero</title>
<updated>2018-06-07T06:43:20+00:00</updated>
<author>
<name>Hans Bolinder</name>
<email>hasse@erlang.org</email>
</author>
<published>2018-06-04T11:58:02+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=380af78843891b0994f625d392fad674c1bc4fef'/>
<id>380af78843891b0994f625d392fad674c1bc4fef</id>
<content type='text'>
See also https://bugs.erlang.org/browse/ERL-607.

A zero field width used to insert line breaks "everywhere", but with
this patch no line breaks are inserted.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
See also https://bugs.erlang.org/browse/ERL-607.

A zero field width used to insert line breaks "everywhere", but with
this patch no line breaks are inserted.
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'dgud/stdlib/string-case-bin-bug'</title>
<updated>2018-06-05T06:37:30+00:00</updated>
<author>
<name>Dan Gudmundsson</name>
<email>dgud@erlang.org</email>
</author>
<published>2018-06-05T06:37:30+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=cc6724f7c42dd92fd1d6a02248853203aaad73b6'/>
<id>cc6724f7c42dd92fd1d6a02248853203aaad73b6</id>
<content type='text'>
* dgud/stdlib/string-case-bin-bug:
  Fix *case bugs for binaries
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* dgud/stdlib/string-case-bin-bug:
  Fix *case bugs for binaries
</pre>
</div>
</content>
</entry>
</feed>
