<feed xmlns='http://www.w3.org/2005/Atom'>
<title>otp.git/system, branch OTP_R13B04</title>
<subtitle>Mirror of Erlang/OTP repository.
</subtitle>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/'/>
<entry>
<title>Update copyright</title>
<updated>2010-02-22T13:29:49+00:00</updated>
<author>
<name>Rickard Green</name>
<email>rickard@erlang.org</email>
</author>
<published>2010-02-22T10:28:00+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=01a6001b59b8efa7efd0bfa6521159c00d54b205'/>
<id>01a6001b59b8efa7efd0bfa6521159c00d54b205</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>OTP-8449  Documentation improvements.</title>
<updated>2010-02-18T17:33:26+00:00</updated>
<author>
<name>Rickard Green</name>
<email>rickard@erlang.org</email>
</author>
<published>2010-02-18T17:33:26+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=3fdc76b92134b5e2d279097fa97f031cb06e04a2'/>
<id>3fdc76b92134b5e2d279097fa97f031cb06e04a2</id>
<content type='text'>
          The most important "readme" files now use Markdown notation. HTML
          versions of these files are now also automatically generated and
          included in the HTML documentation.

          - Building and Installing Erlang/OTP - $ERL_TOP/INSTALL.md
          (previously known as $ERL_TOP/README).

          - Cross Compiling Erlang/OTP - $ERL_TOP/INSTALL-CROSS.md.

          - How to Build Erlang/OTP on Windows - $ERL_TOP/INSTALL-WIN32.md
          (previously known as $ERL_TOP/README.win32).
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
          The most important "readme" files now use Markdown notation. HTML
          versions of these files are now also automatically generated and
          included in the HTML documentation.

          - Building and Installing Erlang/OTP - $ERL_TOP/INSTALL.md
          (previously known as $ERL_TOP/README).

          - Cross Compiling Erlang/OTP - $ERL_TOP/INSTALL-CROSS.md.

          - How to Build Erlang/OTP on Windows - $ERL_TOP/INSTALL-WIN32.md
          (previously known as $ERL_TOP/README.win32).
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove obsolete README file</title>
<updated>2010-02-17T09:38:10+00:00</updated>
<author>
<name>Rickard Green</name>
<email>rickard@erlang.org</email>
</author>
<published>2010-02-16T21:03:51+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=ae4e42888092ebd3c73bb0c2e4c00faa9cc8ec2b'/>
<id>ae4e42888092ebd3c73bb0c2e4c00faa9cc8ec2b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>OTP-8343  The documentation is now possible to build in an open source</title>
<updated>2010-02-16T10:57:49+00:00</updated>
<author>
<name>Lars G Thorsen</name>
<email>lars@erlang.org</email>
</author>
<published>2010-02-16T10:57:49+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=fe9f24c5ee871384333ddf5991fab125a4bdb8bb'/>
<id>fe9f24c5ee871384333ddf5991fab125a4bdb8bb</id>
<content type='text'>
          environment after a number of bugs are fixed and some features
          are added in the documentation build process.

          - The arity calculation is updated.

          - The module prefix used in the function names for bif's are
          removed in the generated links so the links will look like
          "http://www.erlang.org/doc/man/erlang.html#append_element-2"
          instead of
          "http://www.erlang.org/doc/man/erlang.html#erlang:append_element-
          2".

          - Enhanced the menu positioning in the html documentation when a
          new page is loaded.

          - A number of corrections in the generation of man pages (thanks
          to Sergei Golovan)

          - The legal notice is taken from the xml book file so OTP's build
          process can be used for non OTP applications.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
          environment after a number of bugs are fixed and some features
          are added in the documentation build process.

          - The arity calculation is updated.

          - The module prefix used in the function names for bif's are
          removed in the generated links so the links will look like
          "http://www.erlang.org/doc/man/erlang.html#append_element-2"
          instead of
          "http://www.erlang.org/doc/man/erlang.html#erlang:append_element-
          2".

          - Enhanced the menu positioning in the html documentation when a
          new page is loaded.

          - A number of corrections in the generation of man pages (thanks
          to Sergei Golovan)

          - The legal notice is taken from the xml book file so OTP's build
          process can be used for non OTP applications.
</pre>
</div>
</content>
</entry>
<entry>
<title>OTP-8449  Documentation improvements.</title>
<updated>2010-02-16T01:24:37+00:00</updated>
<author>
<name>Rickard Green</name>
<email>rickard@erlang.org</email>
</author>
<published>2010-02-16T01:24:37+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=7aa2cb2e64cd404f8a9f388d85ab287ced95f139'/>
<id>7aa2cb2e64cd404f8a9f388d85ab287ced95f139</id>
<content type='text'>
          The most important "readme" files now use Markdown notation. HTML
          versions of these files are now also automatically generated and
          included in the HTML documentation.

          - Building and Installing Erlang/OTP - $ERL_TOP/INSTALL.md
          (previously known as $ERL_TOP/README).

          - Cross Compiling Erlang/OTP - $ERL_TOP/INSTALL-CROSS.md.

          - How to Build Erlang/OTP on Windows - $ERL_TOP/INSTALL-WIN32.md
          (previously known as $ERL_TOP/README.win32).
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
          The most important "readme" files now use Markdown notation. HTML
          versions of these files are now also automatically generated and
          included in the HTML documentation.

          - Building and Installing Erlang/OTP - $ERL_TOP/INSTALL.md
          (previously known as $ERL_TOP/README).

          - Cross Compiling Erlang/OTP - $ERL_TOP/INSTALL-CROSS.md.

          - How to Build Erlang/OTP on Windows - $ERL_TOP/INSTALL-WIN32.md
          (previously known as $ERL_TOP/README.win32).
</pre>
</div>
</content>
</entry>
<entry>
<title>OTP-8343  The documentation is now possible to build in an open source</title>
<updated>2010-02-11T07:13:28+00:00</updated>
<author>
<name>Lars G Thorsen</name>
<email>lars@erlang.org</email>
</author>
<published>2010-02-11T07:13:28+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=75bc5e521dcc9ab798acefb5400f5f15354f08fd'/>
<id>75bc5e521dcc9ab798acefb5400f5f15354f08fd</id>
<content type='text'>
          environment after a number of bugs are fixed and some features
          are added in the documentation build process.

          - The arity calculation is updated.

          - The module prefix used in the function names for bif's are
          removed in the generated links so the links will look like
          "http://www.erlang.org/doc/man/erlang.html#append_element-2"
          instead of
          "http://www.erlang.org/doc/man/erlang.html#erlang:append_element-
          2".

          - Enhanced the menu positioning in the html documentation when a
          new page is loaded.

          - A number of corrections in the generation of man pages (thanks
          to Sergei Golovan)

          - The legal notice is taken from the xml book file so OTP's build
          process can be used for non OTP applications.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
          environment after a number of bugs are fixed and some features
          are added in the documentation build process.

          - The arity calculation is updated.

          - The module prefix used in the function names for bif's are
          removed in the generated links so the links will look like
          "http://www.erlang.org/doc/man/erlang.html#append_element-2"
          instead of
          "http://www.erlang.org/doc/man/erlang.html#erlang:append_element-
          2".

          - Enhanced the menu positioning in the html documentation when a
          new page is loaded.

          - A number of corrections in the generation of man pages (thanks
          to Sergei Golovan)

          - The legal notice is taken from the xml book file so OTP's build
          process can be used for non OTP applications.
</pre>
</div>
</content>
</entry>
<entry>
<title>documentation: Macros overloading partly rewritten</title>
<updated>2010-02-01T15:18:23+00:00</updated>
<author>
<name>Hans Bolinder</name>
<email>hasse@erlang.org</email>
</author>
<published>2010-02-01T13:38:07+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=c41689666b0410b51c1fe6acb9e2ec517fdfcad9'/>
<id>c41689666b0410b51c1fe6acb9e2ec517fdfcad9</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>update the documentation on preprocessor in the reference manual</title>
<updated>2010-02-01T15:18:23+00:00</updated>
<author>
<name>Christopher Faulet</name>
<email>christopher.faulet@capflam.org</email>
</author>
<published>2009-12-10T10:02:23+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=4c182740d7180d3bdc8573ca17905898dcc2b819'/>
<id>4c182740d7180d3bdc8573ca17905898dcc2b819</id>
<content type='text'>
New section added on Macros Overloading
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
New section added on Macros Overloading
</pre>
</div>
</content>
</entry>
<entry>
<title>OTP-8343  The documentation is now possible to build in an open source</title>
<updated>2010-01-26T17:55:11+00:00</updated>
<author>
<name>Lars G Thorsen</name>
<email>lars@erlang.org</email>
</author>
<published>2010-01-26T10:13:35+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=df88b47cdafcc2e04452456942ea572a7b72e2f2'/>
<id>df88b47cdafcc2e04452456942ea572a7b72e2f2</id>
<content type='text'>
          environment after a number of bugs are fixed and some features
          are added in the documentation build process.

          - The arity calculation is updated.

          - The module prefix used in the function names for bif's are
            removed in the generated links so the links will look like

            http://www.erlang.org/doc/man/erlang.html#append_element-2

            instead of

            http://www.erlang.org/doc/man/erlang.html#erlang:append_element-2

          - Enhanced the menu positioning in the html documentation when a
            new page is loaded.
          - A number of corrections in the generation of man pages (thanks
            to Sergei Golovan)
          - Moved some man pages to more apropriate sections, pages in
            section 4 moved to 5 and pages in 6 moved to 7.
          - The legal notice is taken from the xml book file so OTP's
            build process can be used for non OTP applications.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
          environment after a number of bugs are fixed and some features
          are added in the documentation build process.

          - The arity calculation is updated.

          - The module prefix used in the function names for bif's are
            removed in the generated links so the links will look like

            http://www.erlang.org/doc/man/erlang.html#append_element-2

            instead of

            http://www.erlang.org/doc/man/erlang.html#erlang:append_element-2

          - Enhanced the menu positioning in the html documentation when a
            new page is loaded.
          - A number of corrections in the generation of man pages (thanks
            to Sergei Golovan)
          - Moved some man pages to more apropriate sections, pages in
            section 4 moved to 5 and pages in 6 moved to 7.
          - The legal notice is taken from the xml book file so OTP's
            build process can be used for non OTP applications.
</pre>
</div>
</content>
</entry>
<entry>
<title>OTP-8366  Type specifications (-type and -spec) are now described in the</title>
<updated>2010-01-13T15:08:55+00:00</updated>
<author>
<name>Kenneth Lundin</name>
<email>kenneth@erlang.org</email>
</author>
<published>2010-01-13T15:08:55+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=68c2f188c3446f53fad03d0f652207a9a8bb1946'/>
<id>68c2f188c3446f53fad03d0f652207a9a8bb1946</id>
<content type='text'>
          reference manual.&lt;br/&gt;Note!, they are still preliminary.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
          reference manual.&lt;br/&gt;Note!, they are still preliminary.
</pre>
</div>
</content>
</entry>
</feed>
