<feed xmlns='http://www.w3.org/2005/Atom'>
<title>otp.git/lib, branch OTP-18.3.4.6</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>2017-11-15T13:40:25+00:00</updated>
<author>
<name>Erlang/OTP</name>
<email>otp@erlang.org</email>
</author>
<published>2017-11-15T13:40:25+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=07a38dac41aec3c5b96f7b3df71a761f10ae3e0a'/>
<id>07a38dac41aec3c5b96f7b3df71a761f10ae3e0a</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 'hans/ssh/dont_remove_trailing_ws_18/OTP-14763' into maint-18</title>
<updated>2017-11-15T13:40:00+00:00</updated>
<author>
<name>Erlang/OTP</name>
<email>otp@erlang.org</email>
</author>
<published>2017-11-15T13:40:00+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=abff32568f62afd604e08fcd8333673271e9ec2f'/>
<id>abff32568f62afd604e08fcd8333673271e9ec2f</id>
<content type='text'>
* hans/ssh/dont_remove_trailing_ws_18/OTP-14763:
  ssh: Unicode encoding fix
  ssh: testcases for space trailing Hello msg
  ssh: Don't remove trailing WS in Hello msg
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* hans/ssh/dont_remove_trailing_ws_18/OTP-14763:
  ssh: Unicode encoding fix
  ssh: testcases for space trailing Hello msg
  ssh: Don't remove trailing WS in Hello msg
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'hans/fix_build_env/OTP-14765' into maint-18</title>
<updated>2017-11-15T13:40:00+00:00</updated>
<author>
<name>Erlang/OTP</name>
<email>otp@erlang.org</email>
</author>
<published>2017-11-15T13:40:00+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=5e3a6a639e22b4e5b0b0b0c4d4407e4c553c377b'/>
<id>5e3a6a639e22b4e5b0b0b0c4d4407e4c553c377b</id>
<content type='text'>
* hans/fix_build_env/OTP-14765:
  Remove unused test include file from test suites
  eldap: Repair Makefile
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* hans/fix_build_env/OTP-14765:
  Remove unused test include file from test suites
  eldap: Repair Makefile
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'john/compiler/fail-labels-in-blocks-otp-18/ERIERL-48/OTP-14522' into maint-18</title>
<updated>2017-11-15T13:39:58+00:00</updated>
<author>
<name>Erlang/OTP</name>
<email>otp@erlang.org</email>
</author>
<published>2017-11-15T13:39:58+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=59de2ff0e39ca427aa8c075f127869fec7791dad'/>
<id>59de2ff0e39ca427aa8c075f127869fec7791dad</id>
<content type='text'>
* john/compiler/fail-labels-in-blocks-otp-18/ERIERL-48/OTP-14522:
  compiler: Fix live regs update on allocate in validator
  Take fail labels into account when determining liveness in block ops
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* john/compiler/fail-labels-in-blocks-otp-18/ERIERL-48/OTP-14522:
  compiler: Fix live regs update on allocate in validator
  Take fail labels into account when determining liveness in block ops
</pre>
</div>
</content>
</entry>
<entry>
<title>ssh: Unicode encoding fix</title>
<updated>2017-11-15T13:33:43+00:00</updated>
<author>
<name>Hans Nilsson</name>
<email>hans@erlang.org</email>
</author>
<published>2017-11-15T13:29:47+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=a36785f388f5545524832811b711748ca37b5209'/>
<id>a36785f388f5545524832811b711748ca37b5209</id>
<content type='text'>
Conflicts:
	lib/ssh/src/ssh_connection_handler.erl
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Conflicts:
	lib/ssh/src/ssh_connection_handler.erl
</pre>
</div>
</content>
</entry>
<entry>
<title>ssh: testcases for space trailing Hello msg</title>
<updated>2017-11-10T12:14:18+00:00</updated>
<author>
<name>Hans Nilsson</name>
<email>hans@erlang.org</email>
</author>
<published>2017-11-10T12:14:18+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=47a9dd48cbb087e1936bee4859a60256f77c5243'/>
<id>47a9dd48cbb087e1936bee4859a60256f77c5243</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove unused test include file from test suites</title>
<updated>2017-11-09T16:54:33+00:00</updated>
<author>
<name>Hans Nilsson</name>
<email>hans@erlang.org</email>
</author>
<published>2017-11-09T13:05:31+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=599107f1dcc6533c094301ad21919c7c697b9a1b'/>
<id>599107f1dcc6533c094301ad21919c7c697b9a1b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>eldap: Repair Makefile</title>
<updated>2017-11-09T12:35:36+00:00</updated>
<author>
<name>Hans Nilsson</name>
<email>hans@erlang.org</email>
</author>
<published>2017-11-09T11:49:46+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=876f69dc4fad019d876e3175d5d6306ce2b6850c'/>
<id>876f69dc4fad019d876e3175d5d6306ce2b6850c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>ssh: Don't remove trailing WS in Hello msg</title>
<updated>2017-11-09T11:35:12+00:00</updated>
<author>
<name>Hans Nilsson</name>
<email>hans@erlang.org</email>
</author>
<published>2017-11-09T11:35:12+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=638f0faf282218089cdbf636bf487a7cad95a621'/>
<id>638f0faf282218089cdbf636bf487a7cad95a621</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>compiler: Fix live regs update on allocate in validator</title>
<updated>2017-08-16T11:30:34+00:00</updated>
<author>
<name>Lukas Larsson</name>
<email>lukas@erlang.org</email>
</author>
<published>2017-07-19T15:01:02+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=c803276c92bce2ed739f87f353108daff21c0d91'/>
<id>c803276c92bce2ed739f87f353108daff21c0d91</id>
<content type='text'>
The state without pruned registers was passed on to test_heap
causing the validator to belive registers that aren't live
actually are live.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The state without pruned registers was passed on to test_heap
causing the validator to belive registers that aren't live
actually are live.
</pre>
</div>
</content>
</entry>
</feed>
