<feed xmlns='http://www.w3.org/2005/Atom'>
<title>otp.git/lib/stdlib, branch OTP_17.0-rc1</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 'egil/maps/OTP-11616'</title>
<updated>2014-01-29T10:15:46+00:00</updated>
<author>
<name>Björn-Egil Dahlberg</name>
<email>egil@erlang.org</email>
</author>
<published>2014-01-29T10:15:46+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=cb50354a9d3463cf07b830ecf28260adc5b361c0'/>
<id>cb50354a9d3463cf07b830ecf28260adc5b361c0</id>
<content type='text'>
* egil/maps/OTP-11616: (112 commits)
  compiler: Add core compile test for maps
  compiler: Fix core parse for Maps
  compiler: Fixup #map_pair{} spec
  erts: Strengthen map_SUITE tests
  erts: Update maps_fold test to respect maps:fold/3
  stdlib: Make maps:fold/3 order-independent
  erts: Fixup enif_make_map_put on windows
  erts: Update preloaded erts_internal.beam
  hipe: Fixup update cerl pretty printer
  erts: Add map construction to driver API
  dialyzer: Add maps tests
  dialyzer: Remove dead code
  dialyzer: Reflect map_pair core changes in dialyzer
  hipe: Update cerl pretty printer
  compiler: Update inliner tests
  compiler: Squash #c_map_pair_*{} to #c_map_pair{}
  compiler: Squash #k_map_pair_*{} to #k_map_pair{}
  preloaded: Fixup export cmp_term in erts_internal
  erts: Change 'size' argument of enif_get_map_size from int* to size_t*
  erts: Fix compile error for halfword emulator
  ...
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* egil/maps/OTP-11616: (112 commits)
  compiler: Add core compile test for maps
  compiler: Fix core parse for Maps
  compiler: Fixup #map_pair{} spec
  erts: Strengthen map_SUITE tests
  erts: Update maps_fold test to respect maps:fold/3
  stdlib: Make maps:fold/3 order-independent
  erts: Fixup enif_make_map_put on windows
  erts: Update preloaded erts_internal.beam
  hipe: Fixup update cerl pretty printer
  erts: Add map construction to driver API
  dialyzer: Add maps tests
  dialyzer: Remove dead code
  dialyzer: Reflect map_pair core changes in dialyzer
  hipe: Update cerl pretty printer
  compiler: Update inliner tests
  compiler: Squash #c_map_pair_*{} to #c_map_pair{}
  compiler: Squash #k_map_pair_*{} to #k_map_pair{}
  preloaded: Fixup export cmp_term in erts_internal
  erts: Change 'size' argument of enif_get_map_size from int* to size_t*
  erts: Fix compile error for halfword emulator
  ...
</pre>
</div>
</content>
</entry>
<entry>
<title>stdlib: Make maps:fold/3 order-independent</title>
<updated>2014-01-29T10:08:50+00:00</updated>
<author>
<name>Björn-Egil Dahlberg</name>
<email>egil@erlang.org</email>
</author>
<published>2014-01-27T15:00:34+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=335e6bf3e4987e5f549136c1f692c628b1dfc360'/>
<id>335e6bf3e4987e5f549136c1f692c628b1dfc360</id>
<content type='text'>
This means replacing maps:foldl/3 and maps:foldr/3 with maps:fold/3.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This means replacing maps:foldl/3 and maps:foldr/3 with maps:fold/3.
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'bjorn/fna-default/OTP-11612'</title>
<updated>2014-01-29T09:50:26+00:00</updated>
<author>
<name>Björn Gustavsson</name>
<email>bjorn@erlang.org</email>
</author>
<published>2014-01-29T09:50:26+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=d960d54f75c51b81a99a1c5cf40c19f2e9d55068'/>
<id>d960d54f75c51b81a99a1c5cf40c19f2e9d55068</id>
<content type='text'>
* bjorn/fna-default/OTP-11612:
  Change the default file name encoding mode to +fnaw
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* bjorn/fna-default/OTP-11612:
  Change the default file name encoding mode to +fnaw
</pre>
</div>
</content>
</entry>
<entry>
<title>stdlib: Strengthen Map module with guards</title>
<updated>2014-01-28T16:06:44+00:00</updated>
<author>
<name>Björn-Egil Dahlberg</name>
<email>egil@erlang.org</email>
</author>
<published>2013-10-24T16:13:31+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=1a234c9eba8ac2c78f97e5f3e33521b8cc5d3748'/>
<id>1a234c9eba8ac2c78f97e5f3e33521b8cc5d3748</id>
<content type='text'>
This commit requires Map enabled bootstrap compiler.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This commit requires Map enabled bootstrap compiler.
</pre>
</div>
</content>
</entry>
<entry>
<title>stdlib: Pretty print maps</title>
<updated>2014-01-28T16:06:44+00:00</updated>
<author>
<name>Björn-Egil Dahlberg</name>
<email>egil@erlang.org</email>
</author>
<published>2013-10-24T16:00:57+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=5dda9e038891500a0849a3bf4d1079a355cdd30f'/>
<id>5dda9e038891500a0849a3bf4d1079a355cdd30f</id>
<content type='text'>
Pretty printing behaviour mimic records.

This commit requires Map enabled bootstrap compiler.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Pretty printing behaviour mimic records.

This commit requires Map enabled bootstrap compiler.
</pre>
</div>
</content>
</entry>
<entry>
<title>stdlib: Remove bogus map() type</title>
<updated>2014-01-28T16:06:43+00:00</updated>
<author>
<name>Björn-Egil Dahlberg</name>
<email>egil@erlang.org</email>
</author>
<published>2013-11-06T10:56:58+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=94963032a2bb7bd5bfe5ea05d99ca507e67e7ad7'/>
<id>94963032a2bb7bd5bfe5ea05d99ca507e67e7ad7</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>erts,stdlib: Change map module name to maps</title>
<updated>2014-01-28T16:06:42+00:00</updated>
<author>
<name>Björn-Egil Dahlberg</name>
<email>egil@erlang.org</email>
</author>
<published>2013-10-24T17:06:34+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=6fdad74f41803089a0f9026c98f319daecda9a50'/>
<id>6fdad74f41803089a0f9026c98f319daecda9a50</id>
<content type='text'>
Name conforms to EEP.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Name conforms to EEP.
</pre>
</div>
</content>
</entry>
<entry>
<title>erts,stdlib: Teach matchspec compiler map guards</title>
<updated>2014-01-28T16:06:42+00:00</updated>
<author>
<name>Björn-Egil Dahlberg</name>
<email>egil@erlang.org</email>
</author>
<published>2013-10-25T14:28:50+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=457b29c9ddd2b338e80916a5e7bad8dfe4b36ffc'/>
<id>457b29c9ddd2b338e80916a5e7bad8dfe4b36ffc</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>stdlib: Fixup id_transform_SUITE</title>
<updated>2014-01-28T16:06:42+00:00</updated>
<author>
<name>Björn-Egil Dahlberg</name>
<email>egil@erlang.org</email>
</author>
<published>2013-10-25T01:57:38+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=6868557c0244140ea7709822e8f7a0ba26029b21'/>
<id>6868557c0244140ea7709822e8f7a0ba26029b21</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>dialyzer,hipe,stdlib: Add Maps understanding to Dialyzer</title>
<updated>2014-01-28T16:06:41+00:00</updated>
<author>
<name>Björn-Egil Dahlberg</name>
<email>egil@erlang.org</email>
</author>
<published>2013-11-06T08:01:30+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=351987be44e11e6eb9e5841adb197ec8e49bc49d'/>
<id>351987be44e11e6eb9e5841adb197ec8e49bc49d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
