<feed xmlns='http://www.w3.org/2005/Atom'>
<title>otp.git/system, branch OTP-19.3.6.5</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>2017-03-10T14:00:46+00:00</updated>
<author>
<name>Rickard Green</name>
<email>rickard@erlang.org</email>
</author>
<published>2017-03-10T14:00:46+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=26c3cd82529836cb5b6eefbf7f92f318fd91f847'/>
<id>26c3cd82529836cb5b6eefbf7f92f318fd91f847</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/kernel/gen_statem-progress/OTP-14114' into maint</title>
<updated>2017-03-03T10:35:59+00:00</updated>
<author>
<name>Raimo Niskanen</name>
<email>raimo@erlang.org</email>
</author>
<published>2017-03-03T10:35:59+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=960b4e63c8fcfa8577ac877464e300959f20db12'/>
<id>960b4e63c8fcfa8577ac877464e300959f20db12</id>
<content type='text'>
* raimo/kernel/gen_statem-progress/OTP-14114:
  Make code_change/4 optional
  Implement fallback for terminate/3
  Clarify code_change and callback mode change
  Stop pampering with stacktraces
  Clean up timer handling
  Remove event timer optimization
  Clean up timer handling
  Reduce number of loop variables hence code mass
  Optimize by using async cancel_timer
  Bugfix: callback mode not cached after code change
  Implement repeat_state and repeat_state_and_data
  Correct type checking function for action {next_event,,}
  Change arity of type to init_result/1
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* raimo/kernel/gen_statem-progress/OTP-14114:
  Make code_change/4 optional
  Implement fallback for terminate/3
  Clarify code_change and callback mode change
  Stop pampering with stacktraces
  Clean up timer handling
  Remove event timer optimization
  Clean up timer handling
  Reduce number of loop variables hence code mass
  Optimize by using async cancel_timer
  Bugfix: callback mode not cached after code change
  Implement repeat_state and repeat_state_and_data
  Correct type checking function for action {next_event,,}
  Change arity of type to init_result/1
</pre>
</div>
</content>
</entry>
<entry>
<title>fix a few statem typos</title>
<updated>2017-02-02T06:07:23+00:00</updated>
<author>
<name>Kim Shrier</name>
<email>kim@westryn.net</email>
</author>
<published>2017-02-02T06:07:23+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=bbc16d5c48cb8657214a270f899cb37834d7d744'/>
<id>bbc16d5c48cb8657214a270f899cb37834d7d744</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Implement repeat_state and repeat_state_and_data</title>
<updated>2017-01-30T13:35:23+00:00</updated>
<author>
<name>Raimo Niskanen</name>
<email>raimo@erlang.org</email>
</author>
<published>2017-01-24T13:15:26+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=85e9fed232a6d89e3659cabbb2169cf3e21127e3'/>
<id>85e9fed232a6d89e3659cabbb2169cf3e21127e3</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 'reith/erts/c_port_driver_tutorial_fix/PR-1281' into maint</title>
<updated>2016-12-28T09:26:13+00:00</updated>
<author>
<name>Lukas Larsson</name>
<email>lukas@erlang.org</email>
</author>
<published>2016-12-28T09:26:13+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=881090290515c69ecb54ac2a0e689f7be6ef736c'/>
<id>881090290515c69ecb54ac2a0e689f7be6ef736c</id>
<content type='text'>
* reith/erts/c_port_driver_tutorial_fix/PR-1281:
  fix library open error in linked-in port driver tutorial
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* reith/erts/c_port_driver_tutorial_fix/PR-1281:
  fix library open error in linked-in port driver tutorial
</pre>
</div>
</content>
</entry>
<entry>
<title>erts: Correct memory footprint for maps</title>
<updated>2016-12-20T13:36:25+00:00</updated>
<author>
<name>Sverker Eriksson</name>
<email>sverker@erlang.org</email>
</author>
<published>2016-12-20T13:36:25+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=9a048a8743c3d384b5e33d6383be97dc4858126e'/>
<id>9a048a8743c3d384b5e33d6383be97dc4858126e</id>
<content type='text'>
Small map was wrong as we should include our own top Eterm and exclude
them for keys and values.

Large maps was wrong as it described the theoretical minimum of a
full tree, which does not happen in reality.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Small map was wrong as we should include our own top Eterm and exclude
them for keys and values.

Large maps was wrong as it described the theoretical minimum of a
full tree, which does not happen in reality.
</pre>
</div>
</content>
</entry>
<entry>
<title>fix library open error in linked-in port driver tutorial</title>
<updated>2016-12-13T13:35:35+00:00</updated>
<author>
<name>Amir Ghassemi Nasr</name>
<email>Ameretat.Reith@gmail.com</email>
</author>
<published>2016-12-13T13:35:35+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=21307fdf279e87b15146f975b3e540d280a4a421'/>
<id>21307fdf279e87b15146f975b3e540d280a4a421</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>doc: Enchance map pair optional/mandatory notes</title>
<updated>2016-12-12T16:11:54+00:00</updated>
<author>
<name>Björn-Egil Dahlberg</name>
<email>egil@erlang.org</email>
</author>
<published>2016-12-12T15:54:42+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=4fbe5a6ea946de03693ffa1be671cf9af93e55eb'/>
<id>4fbe5a6ea946de03693ffa1be671cf9af93e55eb</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>doc: Change "stands for" to "denotes" in typespec</title>
<updated>2016-12-12T16:11:54+00:00</updated>
<author>
<name>Björn-Egil Dahlberg</name>
<email>egil@erlang.org</email>
</author>
<published>2016-12-12T13:50:28+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=74f4aa2897e7b2a3bac688d808b9b396fc35d1aa'/>
<id>74f4aa2897e7b2a3bac688d808b9b396fc35d1aa</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove whitespace errors</title>
<updated>2016-12-12T16:11:54+00:00</updated>
<author>
<name>Björn-Egil Dahlberg</name>
<email>egil@erlang.org</email>
</author>
<published>2016-12-12T16:00:19+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=0d016cdce1c688335dc265056137890d7a7850c9'/>
<id>0d016cdce1c688335dc265056137890d7a7850c9</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
