<feed xmlns='http://www.w3.org/2005/Atom'>
<title>otp.git/lib/stdlib/test, branch OTP-17.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 'saa/add_default_value_for_maps_get/OTP-11951' into maint</title>
<updated>2014-05-26T14:38:50+00:00</updated>
<author>
<name>Björn-Egil Dahlberg</name>
<email>egil@erlang.org</email>
</author>
<published>2014-05-26T14:38:50+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=6b6cd01b607a1bfcf61bb6d5f4cc3fe9b37445db'/>
<id>6b6cd01b607a1bfcf61bb6d5f4cc3fe9b37445db</id>
<content type='text'>
* saa/add_default_value_for_maps_get/OTP-11951:
  stdlib: Fix indentation of maps doc
  Add docs and test for maps:get/3
  Add default value for maps:get
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* saa/add_default_value_for_maps_get/OTP-11951:
  stdlib: Fix indentation of maps doc
  Add docs and test for maps:get/3
  Add default value for maps:get
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'nox/fix-eval-map-update/OTP-11922' into maint</title>
<updated>2014-05-12T14:36:59+00:00</updated>
<author>
<name>Björn-Egil Dahlberg</name>
<email>egil@erlang.org</email>
</author>
<published>2014-05-12T14:36:59+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=c563f5866b42a3479050241284fffc1245aebe7d'/>
<id>c563f5866b42a3479050241284fffc1245aebe7d</id>
<content type='text'>
* nox/fix-eval-map-update/OTP-11922:
  Fix evaluation of map updates in the debugger and erl_eval
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* nox/fix-eval-map-update/OTP-11922:
  Fix evaluation of map updates in the debugger and erl_eval
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'bjorn/stdlib/erl_tar/OTP-11854' into maint</title>
<updated>2014-05-09T10:09:26+00:00</updated>
<author>
<name>Björn Gustavsson</name>
<email>bjorn@erlang.org</email>
</author>
<published>2014-05-09T10:09:26+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=17a4fefd66da7e34775c5ddb9ac146816d5abd42'/>
<id>17a4fefd66da7e34775c5ddb9ac146816d5abd42</id>
<content type='text'>
* bjorn/stdlib/erl_tar/OTP-11854:
  Correct typo in type specification
  Fix typo in erl_tar docs
  Update information about compatibility
  Correct end of tape marker
  Support path names with characters outside the US ASCII range
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* bjorn/stdlib/erl_tar/OTP-11854:
  Correct typo in type specification
  Fix typo in erl_tar docs
  Update information about compatibility
  Correct end of tape marker
  Support path names with characters outside the US ASCII range
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'siri/cuddle-with-tests' into maint</title>
<updated>2014-05-09T08:17:16+00:00</updated>
<author>
<name>Siri Hansen</name>
<email>siri@erlang.org</email>
</author>
<published>2014-05-09T08:17:16+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=c5979e269c01789546f03660930e3991ee1037b8'/>
<id>c5979e269c01789546f03660930e3991ee1037b8</id>
<content type='text'>
* siri/cuddle-with-tests:
  Fix regexp in release_handler test so versions are correctly replaced
  Update kernel, stdlib and sasl appup tests
  Minor update to test_server for finding old releases
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* siri/cuddle-with-tests:
  Fix regexp in release_handler test so versions are correctly replaced
  Update kernel, stdlib and sasl appup tests
  Minor update to test_server for finding old releases
</pre>
</div>
</content>
</entry>
<entry>
<title>Correct end of tape marker</title>
<updated>2014-05-08T12:26:27+00:00</updated>
<author>
<name>Björn Gustavsson</name>
<email>bjorn@erlang.org</email>
</author>
<published>2014-04-09T14:30:49+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=bb2b84c35e75ae80174ef54dad7babf6c6fa9075'/>
<id>bb2b84c35e75ae80174ef54dad7babf6c6fa9075</id>
<content type='text'>
The POSIX standard for tar says that there must be at least
two 512-bytes zero blocks at the end of the tar archive file.

Our implementation would only emit a single 512-byte zero block if the
size of the last file was in the range 18*512 through 19*512-1 (modulo
20*512). GNU tar would correctly unpack such tar archive file, but
would emit a warning:

   tar: A lone zero block at 20
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The POSIX standard for tar says that there must be at least
two 512-bytes zero blocks at the end of the tar archive file.

Our implementation would only emit a single 512-byte zero block if the
size of the last file was in the range 18*512 through 19*512-1 (modulo
20*512). GNU tar would correctly unpack such tar archive file, but
would emit a warning:

   tar: A lone zero block at 20
</pre>
</div>
</content>
</entry>
<entry>
<title>Support path names with characters outside the US ASCII range</title>
<updated>2014-05-08T12:26:27+00:00</updated>
<author>
<name>Björn Gustavsson</name>
<email>bjorn@erlang.org</email>
</author>
<published>2014-04-09T10:42:32+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=61138cb31e1f6ad44d3ca54e668de9d2d4adb2ec'/>
<id>61138cb31e1f6ad44d3ca54e668de9d2d4adb2ec</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 'bjorn/stdlib/file_lib-wildcard/OTP-11850' into maint</title>
<updated>2014-05-08T08:49:54+00:00</updated>
<author>
<name>Björn Gustavsson</name>
<email>bjorn@erlang.org</email>
</author>
<published>2014-05-08T08:49:54+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=6bf1835ac2d6f4db6c266b2df6167f8a10e95c92'/>
<id>6bf1835ac2d6f4db6c266b2df6167f8a10e95c92</id>
<content type='text'>
* bjorn/stdlib/file_lib-wildcard/OTP-11850:
  filelib:wildcard() should show broken symlinks
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* bjorn/stdlib/file_lib-wildcard/OTP-11850:
  filelib:wildcard() should show broken symlinks
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix evaluation of map updates in the debugger and erl_eval</title>
<updated>2014-05-03T19:06:37+00:00</updated>
<author>
<name>Anthony Ramine</name>
<email>n.oxyde@gmail.com</email>
</author>
<published>2014-05-03T18:49:08+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=ec15a2aaab58816c728676807c0b6e61d5a5185e'/>
<id>ec15a2aaab58816c728676807c0b6e61d5a5185e</id>
<content type='text'>
Reported-by: José Valim
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Reported-by: José Valim
</pre>
</div>
</content>
</entry>
<entry>
<title>Update kernel, stdlib and sasl appup tests</title>
<updated>2014-04-23T12:29:30+00:00</updated>
<author>
<name>Siri Hansen</name>
<email>siri@erlang.org</email>
</author>
<published>2014-04-22T13:29:02+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=5e1cfb2f2a296778c400c4afd47571bceb86d4ca'/>
<id>5e1cfb2f2a296778c400c4afd47571bceb86d4ca</id>
<content type='text'>
Add test of update instructions from current major to current
minor. Earlier only previous major to current was tested.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Add test of update instructions from current major to current
minor. Earlier only previous major to current was tested.
</pre>
</div>
</content>
</entry>
<entry>
<title>stdlib: Fix error message when exporting (redefined) map() type</title>
<updated>2014-04-16T10:40:05+00:00</updated>
<author>
<name>Hans Bolinder</name>
<email>hasse@erlang.org</email>
</author>
<published>2014-04-16T10:40:05+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=8fefeb8a1738a3be87bd7c324a07ae866d958112'/>
<id>8fefeb8a1738a3be87bd7c324a07ae866d958112</id>
<content type='text'>
When redefining and exporting the type map() erl_lint erroneously
emitted an error. This bug has been fixed.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
When redefining and exporting the type map() erl_lint erroneously
emitted an error. This bug has been fixed.
</pre>
</div>
</content>
</entry>
</feed>
