<feed xmlns='http://www.w3.org/2005/Atom'>
<title>otp.git/lib/kernel/doc/src, branch OTP_R16B</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>2013-02-25T18:23:54+00:00</updated>
<author>
<name>Erlang/OTP</name>
<email>otp@erlang.org</email>
</author>
<published>2013-02-25T18:23:54+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=05f11890bdfec4bfc3a78e191a87e70a937ffc54'/>
<id>05f11890bdfec4bfc3a78e191a87e70a937ffc54</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>2013-02-22T16:54:39+00:00</updated>
<author>
<name>Björn-Egil Dahlberg</name>
<email>egil@erlang.org</email>
</author>
<published>2013-02-22T16:54:39+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=acc8e607aaeedcfb4cf9b6d2e0953a6a12b5b94a'/>
<id>acc8e607aaeedcfb4cf9b6d2e0953a6a12b5b94a</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 'hb/file_name_type/OTP-10852'</title>
<updated>2013-02-22T11:19:50+00:00</updated>
<author>
<name>Patrik Nyblom</name>
<email>pan@erlang.org</email>
</author>
<published>2013-02-22T11:19:50+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=5b1d51fedf10ebc6cccaa4f43396f98c644f3ba9'/>
<id>5b1d51fedf10ebc6cccaa4f43396f98c644f3ba9</id>
<content type='text'>
* hb/file_name_type/OTP-10852:
  Introduce new type file:name_all()
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* hb/file_name_type/OTP-10852:
  Introduce new type file:name_all()
</pre>
</div>
</content>
</entry>
<entry>
<title>Introduce new type file:name_all()</title>
<updated>2013-02-21T10:40:04+00:00</updated>
<author>
<name>Hans Bolinder</name>
<email>hasse@erlang.org</email>
</author>
<published>2013-02-15T14:51:32+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=be3ea0a2ca2600a1d5f84c125944fd69c6c0c66a'/>
<id>be3ea0a2ca2600a1d5f84c125944fd69c6c0c66a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>file: Document list_dir_all/1 and read_link_all/1</title>
<updated>2013-02-14T13:12:36+00:00</updated>
<author>
<name>Björn Gustavsson</name>
<email>bjorn@erlang.org</email>
</author>
<published>2013-02-13T13:29:14+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=9dd60c47d4e91f39933edc97840bbd68f10c55d8'/>
<id>9dd60c47d4e91f39933edc97840bbd68f10c55d8</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>file: Remove note about Unicode handling being experimental</title>
<updated>2013-02-14T13:12:36+00:00</updated>
<author>
<name>Björn Gustavsson</name>
<email>bjorn@erlang.org</email>
</author>
<published>2013-02-13T13:15:51+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=0fa37f264ddd04eaa96955eda9c6548f630a1cd9'/>
<id>0fa37f264ddd04eaa96955eda9c6548f630a1cd9</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Make the file:filename() type more restrictive</title>
<updated>2013-02-13T10:25:54+00:00</updated>
<author>
<name>Björn Gustavsson</name>
<email>bjorn@erlang.org</email>
</author>
<published>2013-02-12T16:38:22+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=1d6ac47dc148bcfdb61c205b709b61172374eb30'/>
<id>1d6ac47dc148bcfdb61c205b709b61172374eb30</id>
<content type='text'>
The recommended type for filenames is a list of characters (which
may be Unicode characters greater than 255). Change the
file:filename() to reflect that.

For the filename module we still need a type that can be either
a string or a binary, so we need to introduce the type
file:filename_all().
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The recommended type for filenames is a list of characters (which
may be Unicode characters greater than 255). Change the
file:filename() to reflect that.

For the filename module we still need a type that can be either
a string or a binary, so we need to introduce the type
file:filename_all().
</pre>
</div>
</content>
</entry>
<entry>
<title>Make Unicode corrections</title>
<updated>2013-02-11T14:00:45+00:00</updated>
<author>
<name>Hans Bolinder</name>
<email>hasse@erlang.org</email>
</author>
<published>2013-02-04T15:11:43+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=771b21fa519a52a27134806e1d62440d8535f6b5'/>
<id>771b21fa519a52a27134806e1d62440d8535f6b5</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 'vd/code_get_mode/OTP-10823'</title>
<updated>2013-02-11T11:21:50+00:00</updated>
<author>
<name>Fredrik Gustafsson</name>
<email>fredrik@erlang.org</email>
</author>
<published>2013-02-11T11:21:50+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=6b0aa99142ab7dcbc3db50b4940d6096d64ab6ef'/>
<id>6b0aa99142ab7dcbc3db50b4940d6096d64ab6ef</id>
<content type='text'>
* vd/code_get_mode/OTP-10823:
  Added name prefix to code.xml
  Add a new function code:get_mode() can be used to detect how the code servers behaves
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* vd/code_get_mode/OTP-10823:
  Added name prefix to code.xml
  Add a new function code:get_mode() can be used to detect how the code servers behaves
</pre>
</div>
</content>
</entry>
<entry>
<title>Added name prefix to code.xml</title>
<updated>2013-02-04T08:43:59+00:00</updated>
<author>
<name>Fredrik Gustafsson</name>
<email>fredrik@erlang.org</email>
</author>
<published>2013-02-04T08:43:59+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=0660708dd41e5b0b1c2d03487121ace9c3616374'/>
<id>0660708dd41e5b0b1c2d03487121ace9c3616374</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
