<feed xmlns='http://www.w3.org/2005/Atom'>
<title>otp.git/lib/kernel/doc, branch OTP_R14B</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>2010-09-13T15:58:05+00:00</updated>
<author>
<name>Erlang/OTP</name>
<email>otp@erlang.org</email>
</author>
<published>2010-09-13T15:58:05+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=17224a3d31d25ce6daa4de63b52b26bee9564bcd'/>
<id>17224a3d31d25ce6daa4de63b52b26bee9564bcd</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Make gen_tcp:recv/2 consistent with ssl:recv/2</title>
<updated>2010-09-09T10:18:17+00:00</updated>
<author>
<name>Björn Gustavsson</name>
<email>bjorn@erlang.org</email>
</author>
<published>2010-09-08T14:19:54+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=33caf70b63ef4cdb7ba5f3b24d7f04c596f081eb'/>
<id>33caf70b63ef4cdb7ba5f3b24d7f04c596f081eb</id>
<content type='text'>
When the HTTP packet mode has been enabled for a socket,
the ssl and gen_tcp modules have different error indications
when there is an error while parsing the HTTP header:

  ssl:recv(SSLSocket, 0) -&gt; {ok, {http_error, _Str}}

  gen_tcp:recv(Socket, 0) -&gt; {error, {http_error, _Str}}

We have decided to change gen_tcp:recv/2 to behave the same
way as ssl:recv/2. That means that there will be always be
an ok tuple if data could be succefully read from the socket,
and an error tuple if there was a read error at the socket level.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
When the HTTP packet mode has been enabled for a socket,
the ssl and gen_tcp modules have different error indications
when there is an error while parsing the HTTP header:

  ssl:recv(SSLSocket, 0) -&gt; {ok, {http_error, _Str}}

  gen_tcp:recv(Socket, 0) -&gt; {error, {http_error, _Str}}

We have decided to change gen_tcp:recv/2 to behave the same
way as ssl:recv/2. That means that there will be always be
an ok tuple if data could be succefully read from the socket,
and an error tuple if there was a read error at the socket level.
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'hb/type_reference/OTP-8733' into dev</title>
<updated>2010-08-19T06:16:24+00:00</updated>
<author>
<name>Hans Bolinder</name>
<email>hasse@erlang.org</email>
</author>
<published>2010-08-19T06:16:24+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=9bd5eae8bfae5d12a59d02d01af9288337de5f6b'/>
<id>9bd5eae8bfae5d12a59d02d01af9288337de5f6b</id>
<content type='text'>
* hb/type_reference/OTP-8733:
  reference() substituted for ref() in docs
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* hb/type_reference/OTP-8733:
  reference() substituted for ref() in docs
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix minor typos and errors in documentation</title>
<updated>2010-07-26T10:01:22+00:00</updated>
<author>
<name>Cristian Greco</name>
<email>cristian@regolo.cc</email>
</author>
<published>2010-07-16T09:50:55+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=205cc29241a17736ab93d82459a19fece7ba7b20'/>
<id>205cc29241a17736ab93d82459a19fece7ba7b20</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>reference() substituted for ref() in docs</title>
<updated>2010-07-08T10:30:56+00:00</updated>
<author>
<name>Hans Bolinder</name>
<email>hasse@erlang.org</email>
</author>
<published>2010-07-07T08:27:59+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=cd84edac7b3affa023c0e3588ab36589c683126b'/>
<id>cd84edac7b3affa023c0e3588ab36589c683126b</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/filetypo' into dev</title>
<updated>2010-07-07T08:49:21+00:00</updated>
<author>
<name>Raimo Niskanen</name>
<email>raimo@erlang.org</email>
</author>
<published>2010-07-07T08:49:21+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=c06512bbe8b84ff073813130bfa0908199c941e4'/>
<id>c06512bbe8b84ff073813130bfa0908199c941e4</id>
<content type='text'>
* ta/filetypo:
  Correct trivial typos in file manual
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* ta/filetypo:
  Correct trivial typos in file manual
</pre>
</div>
</content>
</entry>
<entry>
<title>gen_sctp: Fix documentation typo</title>
<updated>2010-07-05T09:17:25+00:00</updated>
<author>
<name>Raimo Niskanen</name>
<email>raimo@erlang.org</email>
</author>
<published>2010-07-05T09:17:25+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=fdf51bf4a7127883705d71dab1bbd4556b28e05a'/>
<id>fdf51bf4a7127883705d71dab1bbd4556b28e05a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>The R14A release</title>
<updated>2010-06-15T15:44:30+00:00</updated>
<author>
<name>Erlang/OTP</name>
<email>otp@erlang.org</email>
</author>
<published>2010-06-15T15:44:30+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=c1e94fa9a6fe4ae717d35dfbd1b628dc2e06d26a'/>
<id>c1e94fa9a6fe4ae717d35dfbd1b628dc2e06d26a</id>
<content type='text'>
Final merge of all unexpected differences from dev to release.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Final merge of all unexpected differences from dev to release.
</pre>
</div>
</content>
</entry>
<entry>
<title>Update release notes</title>
<updated>2010-06-15T11:46:27+00:00</updated>
<author>
<name>Patrik Nyblom</name>
<email>pan@erlang.org</email>
</author>
<published>2010-06-15T11:46:27+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=ae7f1242d6e20cdb2bd98775a60356256a55f0b9'/>
<id>ae7f1242d6e20cdb2bd98775a60356256a55f0b9</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Correct trivial typos in file manual</title>
<updated>2010-06-11T15:32:49+00:00</updated>
<author>
<name>Tuncer Ayaz</name>
<email>tuncer.ayaz@gmail.com</email>
</author>
<published>2010-06-11T15:32:49+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=6973f776b46505db9bc30775723b1088a46756c6'/>
<id>6973f776b46505db9bc30775723b1088a46756c6</id>
<content type='text'>
Signed-off-by: Tuncer Ayaz &lt;tuncer.ayaz@gmail.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Tuncer Ayaz &lt;tuncer.ayaz@gmail.com&gt;
</pre>
</div>
</content>
</entry>
</feed>
