<feed xmlns='http://www.w3.org/2005/Atom'>
<title>otp.git/lib, branch master</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 'maint'</title>
<updated>2019-08-27T13:42:20+00:00</updated>
<author>
<name>Ingela Anderton Andin</name>
<email>ingela@erlang.org</email>
</author>
<published>2019-08-27T13:42:20+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=ad127c1a8478df4269bee848f8680454cc975d6d'/>
<id>ad127c1a8478df4269bee848f8680454cc975d6d</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 'ingela/ssl/test-move' into maint</title>
<updated>2019-08-27T13:41:38+00:00</updated>
<author>
<name>Ingela Anderton Andin</name>
<email>ingela@erlang.org</email>
</author>
<published>2019-08-27T13:41:38+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=3688631813c890c3713589c654d56b6949fb935d'/>
<id>3688631813c890c3713589c654d56b6949fb935d</id>
<content type='text'>
* ingela/ssl/test-move:
  ssl: Move tests from ssl_certificate_verify_SUITE to ssl_cert_SUITE
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* ingela/ssl/test-move:
  ssl: Move tests from ssl_certificate_verify_SUITE to ssl_cert_SUITE
</pre>
</div>
</content>
</entry>
<entry>
<title>ssl: Move tests from ssl_certificate_verify_SUITE to ssl_cert_SUITE</title>
<updated>2019-08-26T09:04:27+00:00</updated>
<author>
<name>Ingela Anderton Andin</name>
<email>ingela@erlang.org</email>
</author>
<published>2019-08-21T15:13:17+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=fba094c3c7397a5ad7aedf015094acd121257f94'/>
<id>fba094c3c7397a5ad7aedf015094acd121257f94</id>
<content type='text'>
Test should be run for all diffrent cert types. ssl_payload_SUITE
should test socket active option.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Test should be run for all diffrent cert types. ssl_payload_SUITE
should test socket active option.
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'maint'</title>
<updated>2019-08-26T06:38:55+00:00</updated>
<author>
<name>Hans Bolinder</name>
<email>hasse@erlang.org</email>
</author>
<published>2019-08-26T06:38:55+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=db00e5033b964471b378f872e0f2f64e82da83be'/>
<id>db00e5033b964471b378f872e0f2f64e82da83be</id>
<content type='text'>
* maint:
  Update test suite
  Also unwrap map_type_* name and value
  Add unwrap calls to map_field_* in erl_syntax
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* maint:
  Update test suite
  Also unwrap map_type_* name and value
  Add unwrap calls to map_field_* in erl_syntax
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'zadean/syntax_tools/add_missing_unwrap/OTP-16012/PR-2348' into maint</title>
<updated>2019-08-26T06:10:43+00:00</updated>
<author>
<name>Hans Bolinder</name>
<email>hasse@erlang.org</email>
</author>
<published>2019-08-26T06:10:43+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=dcc3ff74d5932a1aadd39ddf91cb480ff122da7b'/>
<id>dcc3ff74d5932a1aadd39ddf91cb480ff122da7b</id>
<content type='text'>
* zadean/syntax_tools/add_missing_unwrap/OTP-16012/PR-2348:
  Update test suite
  Also unwrap map_type_* name and value
  Add unwrap calls to map_field_* in erl_syntax
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* zadean/syntax_tools/add_missing_unwrap/OTP-16012/PR-2348:
  Update test suite
  Also unwrap map_type_* name and value
  Add unwrap calls to map_field_* in erl_syntax
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'maint'</title>
<updated>2019-08-23T12:50:52+00:00</updated>
<author>
<name>Björn Gustavsson</name>
<email>bjorn@erlang.org</email>
</author>
<published>2019-08-23T12:50:52+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=4a055cbed15129dcb63384a3c24c07513cdcb88b'/>
<id>4a055cbed15129dcb63384a3c24c07513cdcb88b</id>
<content type='text'>
* maint:
  Fix filelib:wildcard/1,2 for patterns containing ".." and/or "@"
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* maint:
  Fix filelib:wildcard/1,2 for patterns containing ".." and/or "@"
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #2353 from bjorng/bjorn/stdlib/fix-file_lib-wildcard/ERL-1029/OTP-15987</title>
<updated>2019-08-23T12:48:13+00:00</updated>
<author>
<name>Björn Gustavsson</name>
<email>bjorn@erlang.org</email>
</author>
<published>2019-08-23T12:48:13+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=a7c5d6c80d6879cb1c67b60632ac31c5459c26d4'/>
<id>a7c5d6c80d6879cb1c67b60632ac31c5459c26d4</id>
<content type='text'>
Fix filelib:wildcard/1,2 for patterns containing ".." and/or "@"</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fix filelib:wildcard/1,2 for patterns containing ".." and/or "@"</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'maint'</title>
<updated>2019-08-23T07:44:16+00:00</updated>
<author>
<name>Lukas Larsson</name>
<email>lukas@erlang.org</email>
</author>
<published>2019-08-23T07:44:16+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=ae6cd4c5749c6439d19fb6ace04501664b192cc3'/>
<id>ae6cd4c5749c6439d19fb6ace04501664b192cc3</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 #2301 from stuart-thackray/saslLoggerStartup/OTP-15942</title>
<updated>2019-08-23T07:43:52+00:00</updated>
<author>
<name>Lukas Larsson</name>
<email>lukas@erlang.org</email>
</author>
<published>2019-08-23T07:43:52+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=681551f849be45dfc848366cc879b0f96bff1479'/>
<id>681551f849be45dfc848366cc879b0f96bff1479</id>
<content type='text'>
Start up of SASl when compared log level is all</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Start up of SASl when compared log level is all</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'sverker/ets-test-cuddle'</title>
<updated>2019-08-22T15:26:30+00:00</updated>
<author>
<name>Sverker Eriksson</name>
<email>sverker@erlang.org</email>
</author>
<published>2019-08-22T15:26:30+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=0b059106055e33241c4d259166bf892253814fbb'/>
<id>0b059106055e33241c4d259166bf892253814fbb</id>
<content type='text'>
* sverker/ets-test-cuddle:
  stdlib: Fix ets_SUITE:tabfile_ext4
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* sverker/ets-test-cuddle:
  stdlib: Fix ets_SUITE:tabfile_ext4
</pre>
</div>
</content>
</entry>
</feed>
