<feed xmlns='http://www.w3.org/2005/Atom'>
<title>otp.git/lib/stdlib/test, branch maint-r15</title>
<subtitle>Mirror of Erlang/OTP repository.
</subtitle>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/'/>
<entry>
<title>Update tests to run with an oldshell emulator</title>
<updated>2012-10-22T14:01:59+00:00</updated>
<author>
<name>Lukas Larsson</name>
<email>lukas@erlang-solutions.com</email>
</author>
<published>2012-10-01T14:09:50+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=26456ce61835619539349960f962a7963c07a95d'/>
<id>26456ce61835619539349960f962a7963c07a95d</id>
<content type='text'>
Some of the tests which tested shell output assumed that
when starting a shell using `erl` a shell with newshell
was used. This is not true for systems built with
--disable-termcap, so the on some embedded systems those
tests failed.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Some of the tests which tested shell output assumed that
when starting a shell using `erl` a shell with newshell
was used. This is not true for systems built with
--disable-termcap, so the on some embedded systems those
tests failed.
</pre>
</div>
</content>
</entry>
<entry>
<title>Update copyright years</title>
<updated>2012-08-31T12:48:46+00:00</updated>
<author>
<name>Björn-Egil Dahlberg</name>
<email>egil@erlang.org</email>
</author>
<published>2012-08-31T12:48:46+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=2d03ab7ffde828d3b56f8b7738fd0c00d0f5b630'/>
<id>2d03ab7ffde828d3b56f8b7738fd0c00d0f5b630</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 'sverk/ets-test_ms-bug/OTP-10190' into maint</title>
<updated>2012-08-23T13:23:32+00:00</updated>
<author>
<name>Sverker Eriksson</name>
<email>sverker@erlang.org</email>
</author>
<published>2012-08-23T13:23:32+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=5b51ee7f109b4492870958d86338e216288a4a37'/>
<id>5b51ee7f109b4492870958d86338e216288a4a37</id>
<content type='text'>
* sverk/ets-test_ms-bug/OTP-10190:
  Fix bug in ets:test_ms/2.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* sverk/ets-test_ms-bug/OTP-10190:
  Fix bug in ets:test_ms/2.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix bug in ets:test_ms/2.</title>
<updated>2012-08-21T09:53:16+00:00</updated>
<author>
<name>Sverker Eriksson</name>
<email>sverker@erlang.org</email>
</author>
<published>2012-08-21T09:12:20+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=17a8416f2ccbcda98c5d28af2b007aaca2b333fe'/>
<id>17a8416f2ccbcda98c5d28af2b007aaca2b333fe</id>
<content type='text'>
copy_shallow was called when using '$_'
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
copy_shallow was called when using '$_'
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'jkl/fix-filename-nativename/OTP-10188' into maint</title>
<updated>2012-08-20T15:08:40+00:00</updated>
<author>
<name>Fredrik Gustafsson</name>
<email>fredrik@erlang.org</email>
</author>
<published>2012-08-20T15:08:40+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=f09b615c6a63aa336787be78bb932fc350a1bbc0'/>
<id>f09b615c6a63aa336787be78bb932fc350a1bbc0</id>
<content type='text'>
* jkl/fix-filename-nativename/OTP-10188:
  Fix filename:nativename/1 on Win32
  Add filename:nativename/1 binary argument test to suite
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* jkl/fix-filename-nativename/OTP-10188:
  Fix filename:nativename/1 on Win32
  Add filename:nativename/1 binary argument test to suite
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'sverk/ets-compressed-binary-bug/OTP-10182' into maint</title>
<updated>2012-08-15T19:00:37+00:00</updated>
<author>
<name>Sverker Eriksson</name>
<email>sverker@erlang.org</email>
</author>
<published>2012-08-15T19:00:37+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=68e0078eb58803dc4a7e0bfd801f32c2c92b7f26'/>
<id>68e0078eb58803dc4a7e0bfd801f32c2c92b7f26</id>
<content type='text'>
* sverk/ets-compressed-binary-bug/OTP-10182:
  Fix corrupted binaries in compressed ETS tables
  Make ETS compile with #define DEBUG_CLONE
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* sverk/ets-compressed-binary-bug/OTP-10182:
  Fix corrupted binaries in compressed ETS tables
  Make ETS compile with #define DEBUG_CLONE
</pre>
</div>
</content>
</entry>
<entry>
<title>erl_lint: Add a deprecated warning for literal tuple funs</title>
<updated>2012-08-15T08:54:52+00:00</updated>
<author>
<name>Björn Gustavsson</name>
<email>bjorn@erlang.org</email>
</author>
<published>2012-08-13T08:09:48+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=6cdc6b667a8db2b63a4613c63dc4f75a34a5ea7f'/>
<id>6cdc6b667a8db2b63a4613c63dc4f75a34a5ea7f</id>
<content type='text'>
The run-time warning for use of tuple funs will not catch the use
of literal tuple funs, such as:

    if
	{erlang,'+'}(3,X) =:= 0 -&gt; true;
	true -&gt; false
    end.

Therefore, add a compile-time warning to give users some warning
before they stop working in R16.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The run-time warning for use of tuple funs will not catch the use
of literal tuple funs, such as:

    if
	{erlang,'+'}(3,X) =:= 0 -&gt; true;
	true -&gt; false
    end.

Therefore, add a compile-time warning to give users some warning
before they stop working in R16.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix corrupted binaries in compressed ETS tables</title>
<updated>2012-08-14T12:28:08+00:00</updated>
<author>
<name>Sverker Eriksson</name>
<email>sverker@erlang.org</email>
</author>
<published>2012-08-14T10:28:22+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=29921882be8873f763f6135badc864442de74304'/>
<id>29921882be8873f763f6135badc864442de74304</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Bugfix escript_SUITE:archive_script_file_access</title>
<updated>2012-08-08T14:17:30+00:00</updated>
<author>
<name>Siri Hansen</name>
<email>siri@erlang.org</email>
</author>
<published>2012-08-08T14:17:30+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=4e3cd7868d0d42c066b8222472b741195c76ecad'/>
<id>4e3cd7868d0d42c066b8222472b741195c76ecad</id>
<content type='text'>
Used internal function do_run/3 instead of run/3 for executing
escript. This will always fail on windows.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Used internal function do_run/3 instead of run/3 for executing
escript. This will always fail on windows.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix flattening of paths in erl_prim_loader</title>
<updated>2012-08-07T15:36:18+00:00</updated>
<author>
<name>Siri Hansen</name>
<email>siri@erlang.org</email>
</author>
<published>2012-08-07T15:23:26+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=af23ae42edcd582ec72e6c97540f82ea03bb36fe'/>
<id>af23ae42edcd582ec72e6c97540f82ea03bb36fe</id>
<content type='text'>
When correcting OTP-10071, a new error was introduced in
erl_prim_loader. In order to improve ability to detect if a file was
inside the primary archive, all paths were flattened - i.e. "."  and
".." were removed. This implementation had some faults, and it did not
take symlinks into account. This has been corrected.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
When correcting OTP-10071, a new error was introduced in
erl_prim_loader. In order to improve ability to detect if a file was
inside the primary archive, all paths were flattened - i.e. "."  and
".." were removed. This implementation had some faults, and it did not
take symlinks into account. This has been corrected.
</pre>
</div>
</content>
</entry>
</feed>
