<feed xmlns='http://www.w3.org/2005/Atom'>
<title>otp.git/erts, branch sverker-ets-patch-1</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 'raimo/receive-TOS-TCLASS/ERIERL-187/OTP-15145' into maint</title>
<updated>2018-09-17T13:42:01+00:00</updated>
<author>
<name>Raimo Niskanen</name>
<email>raimo@erlang.org</email>
</author>
<published>2018-09-17T13:42:01+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=d6a08843e473da6eebbab0b0e7312efc978108ee'/>
<id>d6a08843e473da6eebbab0b0e7312efc978108ee</id>
<content type='text'>
* raimo/receive-TOS-TCLASS/ERIERL-187/OTP-15145:
  Write testcases for recvtos and friends
  Fix term buffer overflow bug
  Fix documentation due to feedback
  Implement socket option recvtos and friends
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* raimo/receive-TOS-TCLASS/ERIERL-187/OTP-15145:
  Write testcases for recvtos and friends
  Fix term buffer overflow bug
  Fix documentation due to feedback
  Implement socket option recvtos and friends
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'john/erts/improve-list-reverse-trapping/OTP-15199' into maint</title>
<updated>2018-09-17T09:28:10+00:00</updated>
<author>
<name>John Högberg</name>
<email>john@erlang.org</email>
</author>
<published>2018-09-17T09:28:10+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=3a33f5ffe2d130789a7ebc45df75dbb56988016e'/>
<id>3a33f5ffe2d130789a7ebc45df75dbb56988016e</id>
<content type='text'>
* john/erts/improve-list-reverse-trapping/OTP-15199:
  Improve trapping in lists:reverse/2
  Fix unsafe use of lists:reverse/1
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* john/erts/improve-list-reverse-trapping/OTP-15199:
  Improve trapping in lists:reverse/2
  Fix unsafe use of lists:reverse/1
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'rickard/conf-pgo/OTP-15282' into maint</title>
<updated>2018-09-17T08:25:17+00:00</updated>
<author>
<name>Rickard Green</name>
<email>rickard@erlang.org</email>
</author>
<published>2018-09-17T08:25:17+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=01cb61c5dc84bd64acfdfb69f1b072d026cfa114'/>
<id>01cb61c5dc84bd64acfdfb69f1b072d026cfa114</id>
<content type='text'>
* rickard/conf-pgo/OTP-15282:
  Fix PGO configure test
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* rickard/conf-pgo/OTP-15282:
  Fix PGO configure test
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'hasse/syntax_tools/fix_revert/OTP-15294' into maint</title>
<updated>2018-09-14T07:48:32+00:00</updated>
<author>
<name>Hans Bolinder</name>
<email>hasse@erlang.org</email>
</author>
<published>2018-09-14T07:48:32+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=51dcd166c58bf371da4c85250c8d76c27b4148da'/>
<id>51dcd166c58bf371da4c85250c8d76c27b4148da</id>
<content type='text'>
* hasse/syntax_tools/fix_revert/OTP-15294:
  erts: Add comment about [] and nil() to The Abstract Format
  syntax_tools: Correct erl_syntax:revert/1
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* hasse/syntax_tools/fix_revert/OTP-15294:
  erts: Add comment about [] and nil() to The Abstract Format
  syntax_tools: Correct erl_syntax:revert/1
</pre>
</div>
</content>
</entry>
<entry>
<title>erts: Add comment about [] and nil() to The Abstract Format</title>
<updated>2018-09-14T07:29:02+00:00</updated>
<author>
<name>Hans Bolinder</name>
<email>hasse@erlang.org</email>
</author>
<published>2018-09-11T08:09:30+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=8856bfa8d104b700d67180c15eff98003d28e075'/>
<id>8856bfa8d104b700d67180c15eff98003d28e075</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Improve trapping in lists:reverse/2</title>
<updated>2018-09-13T07:02:40+00:00</updated>
<author>
<name>John Högberg</name>
<email>john@erlang.org</email>
</author>
<published>2018-07-19T09:41:06+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=6f5a0d5f83668d4b53fcce9a6c927e30df169765'/>
<id>6f5a0d5f83668d4b53fcce9a6c927e30df169765</id>
<content type='text'>
If the process had more free space than reductions it could run a
lot longer than it was supposed to. It didn't honor the number of
reductions going in either, nor did it bump reductions when
returning its result or erroring out.

This commit also removes this function from a work function in
scheduler_SUITE as it's extremely sensitive to the number of
reductions spent in the test, causing
equal_and_high_with_part_time_max to fail on some machines.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
If the process had more free space than reductions it could run a
lot longer than it was supposed to. It didn't honor the number of
reductions going in either, nor did it bump reductions when
returning its result or erroring out.

This commit also removes this function from a work function in
scheduler_SUITE as it's extremely sensitive to the number of
reductions spent in the test, causing
equal_and_high_with_part_time_max to fail on some machines.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix unsafe use of lists:reverse/1</title>
<updated>2018-09-13T07:02:30+00:00</updated>
<author>
<name>John Högberg</name>
<email>john@erlang.org</email>
</author>
<published>2018-07-19T09:46:23+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=ffa54a25e1cc9c6d0b93dcd3a84ae9c8962ff7ec'/>
<id>ffa54a25e1cc9c6d0b93dcd3a84ae9c8962ff7ec</id>
<content type='text'>
We said reverse/2 but used reverse/1 which is unsafe to use in
preloaded modules. This didn't have any effect in practice as the
affected functions weren't used before the code server was started,
but it's still an error.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
We said reverse/2 but used reverse/1 which is unsafe to use in
preloaded modules. This didn't have any effect in practice as the
affected functions weren't used before the code server was started,
but it's still an error.
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'maint-21' into maint</title>
<updated>2018-09-12T12:41:05+00:00</updated>
<author>
<name>Rickard Green</name>
<email>rickard@erlang.org</email>
</author>
<published>2018-09-12T12:41:05+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=6d665a8296999822e4d516343d0e21ed62e70b37'/>
<id>6d665a8296999822e4d516343d0e21ed62e70b37</id>
<content type='text'>
* maint-21:
  Updated OTP version
  Update release notes
  Update version numbers
  erts: Fix "Prevent inconsistent node lists" fix
  Fix include-path regression caused by dd0a39c
  Restore default SIGTERM behaviour for port programs
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* maint-21:
  Updated OTP version
  Update release notes
  Update version numbers
  erts: Fix "Prevent inconsistent node lists" fix
  Fix include-path regression caused by dd0a39c
  Restore default SIGTERM behaviour for port programs
</pre>
</div>
</content>
</entry>
<entry>
<title>Update release notes</title>
<updated>2018-09-11T14:57:02+00:00</updated>
<author>
<name>Erlang/OTP</name>
<email>otp@erlang.org</email>
</author>
<published>2018-09-11T14:57:02+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=f80b65a178fa95b5454cb238bdf71e27f240eed5'/>
<id>f80b65a178fa95b5454cb238bdf71e27f240eed5</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Update version numbers</title>
<updated>2018-09-11T14:56:49+00:00</updated>
<author>
<name>Erlang/OTP</name>
<email>otp@erlang.org</email>
</author>
<published>2018-09-11T14:56:49+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=d666f2e2141af7ce81c28cb4039665662bed6e6c'/>
<id>d666f2e2141af7ce81c28cb4039665662bed6e6c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
