<feed xmlns='http://www.w3.org/2005/Atom'>
<title>otp.git/lib/stdlib, branch maint-r14</title>
<subtitle>Mirror of Erlang/OTP repository.
</subtitle>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/'/>
<entry>
<title>Prepare release</title>
<updated>2011-10-04T10:06:58+00:00</updated>
<author>
<name>Erlang/OTP</name>
<email>otp@erlang.org</email>
</author>
<published>2011-10-04T10:06:58+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=b6dc1a844eab061d0a7153d46e7e68296f15a504'/>
<id>b6dc1a844eab061d0a7153d46e7e68296f15a504</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Update copyright years</title>
<updated>2011-09-29T16:10:19+00:00</updated>
<author>
<name>Björn-Egil Dahlberg</name>
<email>egil@erlang.org</email>
</author>
<published>2011-09-29T16:10:19+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=5acac472723ef5cac6a944caf7b7ec4320c003e9'/>
<id>5acac472723ef5cac6a944caf7b7ec4320c003e9</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/fix-beam_lib-race/OTP-9586' into dev</title>
<updated>2011-09-28T09:08:06+00:00</updated>
<author>
<name>Björn Gustavsson</name>
<email>bjorn@erlang.org</email>
</author>
<published>2011-09-28T09:08:06+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=b83073436a39553da458b19ef572ded9cd051611'/>
<id>b83073436a39553da458b19ef572ded9cd051611</id>
<content type='text'>
* bjorn/stdlib/fix-beam_lib-race/OTP-9586:
  beam_lib: Handle rare race in the crypto key server functionality
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* bjorn/stdlib/fix-beam_lib-race/OTP-9586:
  beam_lib: Handle rare race in the crypto key server functionality
</pre>
</div>
</content>
</entry>
<entry>
<title>beam_lib: Handle rare race in the crypto key server functionality</title>
<updated>2011-09-27T07:50:10+00:00</updated>
<author>
<name>Björn Gustavsson</name>
<email>bjorn@erlang.org</email>
</author>
<published>2011-09-27T06:51:51+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=bc4362edacedb40c6edb9e855aa234c066b8292f'/>
<id>bc4362edacedb40c6edb9e855aa234c066b8292f</id>
<content type='text'>
In rare circumstances, there can be a race when the crypto key server
is started by beam_lib:crypto_key_fun/1 shortly after stopping it
using beam_lib:clear_crypto_key_fun/0. The race occurs because
the crypto key server first sends back the reply to the calling
process, then terminates. (The race is probably more likely to happen
on CPUs with hyper threading.)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
In rare circumstances, there can be a race when the crypto key server
is started by beam_lib:crypto_key_fun/1 shortly after stopping it
using beam_lib:clear_crypto_key_fun/0. The race occurs because
the crypto key server first sends back the reply to the calling
process, then terminates. (The race is probably more likely to happen
on CPUs with hyper threading.)
</pre>
</div>
</content>
</entry>
<entry>
<title>Correct XML files</title>
<updated>2011-09-26T07:27:41+00:00</updated>
<author>
<name>Hans Bolinder</name>
<email>hasse@erlang.org</email>
</author>
<published>2011-09-19T13:36:08+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=ee205b29f7a2bb92aeef55ca88fccc8c91f22ec0'/>
<id>ee205b29f7a2bb92aeef55ca88fccc8c91f22ec0</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 'ta/docs-fixes' into dev</title>
<updated>2011-09-20T08:36:11+00:00</updated>
<author>
<name>Henrik Nord</name>
<email>henrik@erlang.org</email>
</author>
<published>2011-09-20T08:36:07+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=1f7377287bb8563a0fbf9eff1478462fb86618f0'/>
<id>1f7377287bb8563a0fbf9eff1478462fb86618f0</id>
<content type='text'>
* ta/docs-fixes:
  Fix misspelling of intermediate
  Fix typos in erts/preloaded/src
  Fix more misspellings of compatibility
  Fix misspelling of kept
  Fix misspelling of compatibility in ssl_basic_SUITE
  Fix misspelling of compatibility
  Fix misspelling of accommodate
  Fix misspelling of exceed
  Fix misspelling of accidentally
  Fix misspelling of erroneous in xmerl_xsd
  Fix misspelling of erroneous
  Fix misspelling of successful
  Fix typos in instrument(3)
  Fix typos in dbg(3)
  dialyzer: fix a small typo in list_to_bitstring test
  Fix typos in cover.erl
  Fix typos (variable name) in erl_nif(3)
  Fix typos in mod_esi(3)
  Fix trivial typos in erlang(3)

OTP-9555
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* ta/docs-fixes:
  Fix misspelling of intermediate
  Fix typos in erts/preloaded/src
  Fix more misspellings of compatibility
  Fix misspelling of kept
  Fix misspelling of compatibility in ssl_basic_SUITE
  Fix misspelling of compatibility
  Fix misspelling of accommodate
  Fix misspelling of exceed
  Fix misspelling of accidentally
  Fix misspelling of erroneous in xmerl_xsd
  Fix misspelling of erroneous
  Fix misspelling of successful
  Fix typos in instrument(3)
  Fix typos in dbg(3)
  dialyzer: fix a small typo in list_to_bitstring test
  Fix typos in cover.erl
  Fix typos (variable name) in erl_nif(3)
  Fix typos in mod_esi(3)
  Fix trivial typos in erlang(3)

OTP-9555
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'bjorn/stdlib/fix-tar_SUITE' into dev</title>
<updated>2011-09-19T13:05:18+00:00</updated>
<author>
<name>Björn Gustavsson</name>
<email>bjorn@erlang.org</email>
</author>
<published>2011-09-19T13:05:18+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=692772c8e238d66eb054faba5dd0fba4bacf3a2f'/>
<id>692772c8e238d66eb054faba5dd0fba4bacf3a2f</id>
<content type='text'>
* bjorn/stdlib/fix-tar_SUITE:
  tar_SUITE: Work around limited pathname length on Windows
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* bjorn/stdlib/fix-tar_SUITE:
  tar_SUITE: Work around limited pathname length on Windows
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'pan/erl-bif-types/OTP-9496' into dev</title>
<updated>2011-09-16T13:14:06+00:00</updated>
<author>
<name>Björn-Egil Dahlberg</name>
<email>egil@erlang.org</email>
</author>
<published>2011-09-16T13:14:06+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=3753f81232c68c8db9e6dcd0b2911583cf1b5bd1'/>
<id>3753f81232c68c8db9e6dcd0b2911583cf1b5bd1</id>
<content type='text'>
* pan/erl-bif-types/OTP-9496:
  Cleanup ETS bif's in hipe:erl_bif_types.erl (for dialyzer)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* pan/erl-bif-types/OTP-9496:
  Cleanup ETS bif's in hipe:erl_bif_types.erl (for dialyzer)
</pre>
</div>
</content>
</entry>
<entry>
<title>tar_SUITE: Work around limited pathname length on Windows</title>
<updated>2011-09-16T09:24:45+00:00</updated>
<author>
<name>Björn Gustavsson</name>
<email>bjorn@erlang.org</email>
</author>
<published>2011-09-16T08:46:01+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=23d16bd14c0d324d7a2c3895efc68b4f069d7efa'/>
<id>23d16bd14c0d324d7a2c3895efc68b4f069d7efa</id>
<content type='text'>
Ever since the test suites were converted to the common_test
convention, the tests for long names started to fail on Windows. The
reason is that those test cases depend on the current working
directory, and that the current working directory in common_test test
cases is usually set to a directory with a longer pathname than in
test_server test suites.

Since neither Erlang/OTP nor common_test provides a portable way
to create a temporary directory with a short name, we will have to
abuse priv_dir by going upwards from it. For further information,
see the comment in run_in_short_tempdir/2.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Ever since the test suites were converted to the common_test
convention, the tests for long names started to fail on Windows. The
reason is that those test cases depend on the current working
directory, and that the current working directory in common_test test
cases is usually set to a directory with a longer pathname than in
test_server test suites.

Since neither Erlang/OTP nor common_test provides a portable way
to create a temporary directory with a short name, we will have to
abuse priv_dir by going upwards from it. For further information,
see the comment in run_in_short_tempdir/2.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix misspelling of compatibility</title>
<updated>2011-09-14T22:12:10+00:00</updated>
<author>
<name>Tuncer Ayaz</name>
<email>tuncer.ayaz@gmail.com</email>
</author>
<published>2011-08-31T13:41:10+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=2f696e43d2d3fbcc60d92311d1175dc869c34688'/>
<id>2f696e43d2d3fbcc60d92311d1175dc869c34688</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
