<feed xmlns='http://www.w3.org/2005/Atom'>
<title>otp.git/lib, branch OTP-19.0.4</title>
<subtitle>Mirror of Erlang/OTP repository.
</subtitle>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/'/>
<entry>
<title>Prepare release</title>
<updated>2016-08-08T14:36:36+00:00</updated>
<author>
<name>Erlang/OTP</name>
<email>otp@erlang.org</email>
</author>
<published>2016-08-08T14:36:36+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=796bf022df397d09494d6198102d203d01efc8f6'/>
<id>796bf022df397d09494d6198102d203d01efc8f6</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 'lukas/kernel/fix_os_cmd_background_compat/OTP-13741' into maint-19</title>
<updated>2016-08-08T14:36:19+00:00</updated>
<author>
<name>Erlang/OTP</name>
<email>otp@erlang.org</email>
</author>
<published>2016-08-08T14:36:19+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=3f3d748b3d660430621f4efe9fe5648bb7cf880d'/>
<id>3f3d748b3d660430621f4efe9fe5648bb7cf880d</id>
<content type='text'>
* lukas/kernel/fix_os_cmd_background_compat/OTP-13741:
  kernel: Use ^D as eot for os:cmd on unix platforms
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* lukas/kernel/fix_os_cmd_background_compat/OTP-13741:
  kernel: Use ^D as eot for os:cmd on unix platforms
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'raimo/ssl/version-selection/maint-19/OTP-13753' into maint-19</title>
<updated>2016-08-08T14:36:18+00:00</updated>
<author>
<name>Erlang/OTP</name>
<email>otp@erlang.org</email>
</author>
<published>2016-08-08T14:36:18+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=a6f41035fa99cda656943395e35c3b63c8efc9a1'/>
<id>a6f41035fa99cda656943395e35c3b63c8efc9a1</id>
<content type='text'>
* raimo/ssl/version-selection/maint-19/OTP-13753:
  Improve version selection
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* raimo/ssl/version-selection/maint-19/OTP-13753:
  Improve version selection
</pre>
</div>
</content>
</entry>
<entry>
<title>kernel: Use ^D as eot for os:cmd on unix platforms</title>
<updated>2016-08-08T14:34:18+00:00</updated>
<author>
<name>Lukas Larsson</name>
<email>lukas@erlang.org</email>
</author>
<published>2016-07-14T10:24:49+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=f1ca806498bc7f7dad96f2c7e188fdc55e0124cb'/>
<id>f1ca806498bc7f7dad96f2c7e188fdc55e0124cb</id>
<content type='text'>
This is needed as doing only an 'exit' will only exit the
program, but any children started in the program that have
stdout/stderr still open will keep the port open until they
terminate. i.e.

    os:cmd("while true; do echo sleep 1; sleep 1; done&amp;").

would block os:cmd forever because the while loop keeps its copies
of stdout/stderr open forever.

It could be argued that this is correct behaviour, and it is
the way it works on windows, but changing this breaks backwards
compatability for os:cmd which is not acceptable.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This is needed as doing only an 'exit' will only exit the
program, but any children started in the program that have
stdout/stderr still open will keep the port open until they
terminate. i.e.

    os:cmd("while true; do echo sleep 1; sleep 1; done&amp;").

would block os:cmd forever because the while loop keeps its copies
of stdout/stderr open forever.

It could be argued that this is correct behaviour, and it is
the way it works on windows, but changing this breaks backwards
compatability for os:cmd which is not acceptable.
</pre>
</div>
</content>
</entry>
<entry>
<title>inets: Prepare for release</title>
<updated>2016-08-08T14:25:13+00:00</updated>
<author>
<name>Ingela Anderton Andin</name>
<email>ingela@erlang.org</email>
</author>
<published>2016-08-08T14:07:18+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=0d00aace8b099cdd2d3b45a7f92a3d10f3ecec8e'/>
<id>0d00aace8b099cdd2d3b45a7f92a3d10f3ecec8e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>inets: Fix typo in doc</title>
<updated>2016-08-08T14:25:13+00:00</updated>
<author>
<name>Ingela Anderton Andin</name>
<email>ingela@erlang.org</email>
</author>
<published>2016-08-08T13:40:01+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=fabe1079444d0e35c5f1192ba327666f0f93f0b6'/>
<id>fabe1079444d0e35c5f1192ba327666f0f93f0b6</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>inets: Add mod_esi test for PUT</title>
<updated>2016-08-08T14:25:13+00:00</updated>
<author>
<name>Raimo Niskanen</name>
<email>raimo@erlang.org</email>
</author>
<published>2016-07-14T13:32:34+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=3f20ad0206f118fe172963a351ac42f67ec6d1cb'/>
<id>3f20ad0206f118fe172963a351ac42f67ec6d1cb</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>inets: Unify mod_esi "PUT" callback input</title>
<updated>2016-08-08T14:25:12+00:00</updated>
<author>
<name>Raimo Niskanen</name>
<email>raimo@erlang.org</email>
</author>
<published>2016-07-14T08:21:12+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=67434e928c5d8c5562be5d2912243f49051d19ea'/>
<id>67434e928c5d8c5562be5d2912243f49051d19ea</id>
<content type='text'>
Change it to { Input :: string() | undefined, Body :: string() }
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Change it to { Input :: string() | undefined, Body :: string() }
</pre>
</div>
</content>
</entry>
<entry>
<title>inets: Add mod_esi support for PUT AND DELETE</title>
<updated>2016-08-08T14:24:58+00:00</updated>
<author>
<name>Ingela Anderton Andin</name>
<email>ingela@erlang.org</email>
</author>
<published>2016-07-06T10:31:14+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=f22df15132515022a4ca0a9f7117f893a5ce18db'/>
<id>f22df15132515022a4ca0a9f7117f893a5ce18db</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 'raimo/ssl/version-selection/maint-18/OTP-13753' into raimo/ssl/version-selection/maint-19/OTP-13753</title>
<updated>2016-07-21T08:49:56+00:00</updated>
<author>
<name>Raimo Niskanen</name>
<email>raimo@erlang.org</email>
</author>
<published>2016-07-21T08:49:56+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=ebb1f362db55f2ec26a3ed509267e25303feddf4'/>
<id>ebb1f362db55f2ec26a3ed509267e25303feddf4</id>
<content type='text'>
Conflicts:
	lib/ssl/vsn.mk
	lib/ssl/src/ssl.appup.src
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Conflicts:
	lib/ssl/vsn.mk
	lib/ssl/src/ssl.appup.src
</pre>
</div>
</content>
</entry>
</feed>
