<feed xmlns='http://www.w3.org/2005/Atom'>
<title>otp.git/system/doc/efficiency_guide, branch maint-22</title>
<subtitle>Mirror of Erlang/OTP repository.
</subtitle>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/'/>
<entry>
<title>Fix broken links</title>
<updated>2019-04-04T11:00:30+00:00</updated>
<author>
<name>Björn Gustavsson</name>
<email>bjorn@erlang.org</email>
</author>
<published>2019-04-03T11:20:37+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=b075fbda0ad0a711344011fb365b00acd5b64760'/>
<id>b075fbda0ad0a711344011fb365b00acd5b64760</id>
<content type='text'>
A multitude of broken links were found when a bug was fixed
in the link checker.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
A multitude of broken links were found when a bug was fixed
in the link checker.
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge 'rickard/make-fixes-21/OTP-15551' into 'rickard/make-fixes-22/OTP-15551'</title>
<updated>2019-03-04T15:41:57+00:00</updated>
<author>
<name>Rickard Green</name>
<email>rickard@erlang.org</email>
</author>
<published>2019-03-04T15:41:57+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=05c5720845e0e2142a3b1c6e4b1e9f1e22c19a5c'/>
<id>05c5720845e0e2142a3b1c6e4b1e9f1e22c19a5c</id>
<content type='text'>
        * rickard/make-fixes-21/OTP-15551:
            Fix install phase in build system

            - Install of (mainly) documentation caused rebuild and
              modification of the source tree even when the source
              previously had been built. Also otp_patch_apply
              modified the source tree when updating documentation.
              This messed up the installation if installation was
              performed by another user than the user that originally
              built the system which not is an uncommon scenario.

            - Some documentation was installed by copying files
              instead of installing the files which caused faulty
              access rights on files.

            - The documentation was not properly updated when
              applying a patch using otp_patch_apply.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
        * rickard/make-fixes-21/OTP-15551:
            Fix install phase in build system

            - Install of (mainly) documentation caused rebuild and
              modification of the source tree even when the source
              previously had been built. Also otp_patch_apply
              modified the source tree when updating documentation.
              This messed up the installation if installation was
              performed by another user than the user that originally
              built the system which not is an uncommon scenario.

            - Some documentation was installed by copying files
              instead of installing the files which caused faulty
              access rights on files.

            - The documentation was not properly updated when
              applying a patch using otp_patch_apply.
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge 'rickard/make-fixes-20/OTP-15551' into 'rickard/make-fixes-21/OTP-15551'</title>
<updated>2019-03-04T15:32:09+00:00</updated>
<author>
<name>Rickard Green</name>
<email>rickard@erlang.org</email>
</author>
<published>2019-03-04T15:32:09+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=b32a929bbb287c318f44cb0ecf17716c480f11ee'/>
<id>b32a929bbb287c318f44cb0ecf17716c480f11ee</id>
<content type='text'>
    * rickard/make-fixes-20/OTP-15551:
        Fix install phase in build system

        - Install of (mainly) documentation caused rebuild and
          modification of the source tree even when the source
          previously had been built. Also otp_patch_apply
          modified the source tree when updating documentation.
          This messed up the installation if installation was
          performed by another user than the user that originally
          built the system which not is an uncommon scenario.

        - Some documentation was installed by copying files
          instead of installing the files which caused faulty
          access rights on files.

        - The documentation was not properly updated when
          applying a patch using otp_patch_apply.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
    * rickard/make-fixes-20/OTP-15551:
        Fix install phase in build system

        - Install of (mainly) documentation caused rebuild and
          modification of the source tree even when the source
          previously had been built. Also otp_patch_apply
          modified the source tree when updating documentation.
          This messed up the installation if installation was
          performed by another user than the user that originally
          built the system which not is an uncommon scenario.

        - Some documentation was installed by copying files
          instead of installing the files which caused faulty
          access rights on files.

        - The documentation was not properly updated when
          applying a patch using otp_patch_apply.
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge 'rickard/make-fixes-19/OTP-15551' into 'rickard/make-fixes-20/OTP-15551'</title>
<updated>2019-03-04T15:28:56+00:00</updated>
<author>
<name>Rickard Green</name>
<email>rickard@erlang.org</email>
</author>
<published>2019-03-04T15:28:56+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=2599dcfc973d30cfdf438d4587885eda154522ab'/>
<id>2599dcfc973d30cfdf438d4587885eda154522ab</id>
<content type='text'>
    * rickard/make-fixes-19/OTP-15551:
        Fix install phase in build system

        - Install of (mainly) documentation caused rebuild and
          modification of the source tree even when the source
          previously had been built. Also otp_patch_apply
          modified the source tree when updating documentation.
          This messed up the installation if installation was
          performed by another user than the user that originally
          built the system which not is an uncommon scenario.

        - Some documentation was installed by copying files
          instead of installing the files which caused faulty
          access rights on files.

        - The documentation was not properly updated when
          applying a patch using otp_patch_apply.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
    * rickard/make-fixes-19/OTP-15551:
        Fix install phase in build system

        - Install of (mainly) documentation caused rebuild and
          modification of the source tree even when the source
          previously had been built. Also otp_patch_apply
          modified the source tree when updating documentation.
          This messed up the installation if installation was
          performed by another user than the user that originally
          built the system which not is an uncommon scenario.

        - Some documentation was installed by copying files
          instead of installing the files which caused faulty
          access rights on files.

        - The documentation was not properly updated when
          applying a patch using otp_patch_apply.
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge 'rickard/make-fixes-18/OTP-15551' into 'rickard/make-fixes-19/OTP-15551'</title>
<updated>2019-03-04T15:27:21+00:00</updated>
<author>
<name>Rickard Green</name>
<email>rickard@erlang.org</email>
</author>
<published>2019-03-04T15:27:21+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=565adc6d7ffb0778df06d5011ec56dc7b3eb0d2b'/>
<id>565adc6d7ffb0778df06d5011ec56dc7b3eb0d2b</id>
<content type='text'>
    * rickard/make-fixes-18/OTP-15551:
        Fix install phase in build system

        - Install of (mainly) documentation caused rebuild and
          modification of the source tree even when the source
          previously had been built. Also otp_patch_apply
          modified the source tree when updating documentation.
          This messed up the installation if installation was
          performed by another user than the user that originally
          built the system which not is an uncommon scenario.

        - Some documentation was installed by copying files
          instead of installing the files which caused faulty
          access rights on files.

        - The documentation was not properly updated when
          applying a patch using otp_patch_apply.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
    * rickard/make-fixes-18/OTP-15551:
        Fix install phase in build system

        - Install of (mainly) documentation caused rebuild and
          modification of the source tree even when the source
          previously had been built. Also otp_patch_apply
          modified the source tree when updating documentation.
          This messed up the installation if installation was
          performed by another user than the user that originally
          built the system which not is an uncommon scenario.

        - Some documentation was installed by copying files
          instead of installing the files which caused faulty
          access rights on files.

        - The documentation was not properly updated when
          applying a patch using otp_patch_apply.
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge 'rickard/make-fixes-17/OTP-15551' into 'rickard/make-fixes-18/OTP-15551'</title>
<updated>2019-03-04T15:25:17+00:00</updated>
<author>
<name>Rickard Green</name>
<email>rickard@erlang.org</email>
</author>
<published>2019-03-04T15:25:17+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=250462066db0344e5387d15ed2b89bce261ea64d'/>
<id>250462066db0344e5387d15ed2b89bce261ea64d</id>
<content type='text'>
    * rickard/make-fixes-17/OTP-15551:
        Fix install phase in build system

        - Install of (mainly) documentation caused rebuild and
          modification of the source tree even when the source
          previously had been built. Also otp_patch_apply
          modified the source tree when updating documentation.
          This messed up the installation if installation was
          performed by another user than the user that originally
          built the system which not is an uncommon scenario.

        - Some documentation was installed by copying files
          instead of installing the files which caused faulty
          access rights on files.

        - The documentation was not properly updated when
          applying a patch using otp_patch_apply.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
    * rickard/make-fixes-17/OTP-15551:
        Fix install phase in build system

        - Install of (mainly) documentation caused rebuild and
          modification of the source tree even when the source
          previously had been built. Also otp_patch_apply
          modified the source tree when updating documentation.
          This messed up the installation if installation was
          performed by another user than the user that originally
          built the system which not is an uncommon scenario.

        - Some documentation was installed by copying files
          instead of installing the files which caused faulty
          access rights on files.

        - The documentation was not properly updated when
          applying a patch using otp_patch_apply.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix install phase in build system</title>
<updated>2019-03-04T15:23:09+00:00</updated>
<author>
<name>Rickard Green</name>
<email>rickard@erlang.org</email>
</author>
<published>2019-02-12T17:33:04+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=1adb588f84b1a9340beac2719c0890a05e2dfaad'/>
<id>1adb588f84b1a9340beac2719c0890a05e2dfaad</id>
<content type='text'>
- Install of (mainly) documentation caused rebuild and
  modification of the source tree even when the source
  previously had been built. Also otp_patch_apply
  modified the source tree when updating documentation.
  This messed up the installation if installation was
  performed by another user than the user that originally
  built the system which not is an uncommon scenario.

- Some documentation was installed by copying files
  instead of installing the files which caused faulty
  access rights on files.

- The documentation was not properly updated when
  applying a patch using otp_patch_apply.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- Install of (mainly) documentation caused rebuild and
  modification of the source tree even when the source
  previously had been built. Also otp_patch_apply
  modified the source tree when updating documentation.
  This messed up the installation if installation was
  performed by another user than the user that originally
  built the system which not is an uncommon scenario.

- Some documentation was installed by copying files
  instead of installing the files which caused faulty
  access rights on files.

- The documentation was not properly updated when
  applying a patch using otp_patch_apply.
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'maint'</title>
<updated>2018-11-02T08:38:40+00:00</updated>
<author>
<name>John Högberg</name>
<email>john@erlang.org</email>
</author>
<published>2018-11-02T08:38:40+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=f668717abf3a28692b7aa096ad7a776eb8738c7a'/>
<id>f668717abf3a28692b7aa096ad7a776eb8738c7a</id>
<content type='text'>
* maint:
  Optimize operator '--' and yield on large inputs
  Inline erts_cmp
  Clarify a magical allocation size
  Fix trapping in lists:reverse/2
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* maint:
  Optimize operator '--' and yield on large inputs
  Inline erts_cmp
  Clarify a magical allocation size
  Fix trapping in lists:reverse/2
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'john/erts/minusminus_trapping/OTP-15371' into maint</title>
<updated>2018-11-02T08:38:31+00:00</updated>
<author>
<name>John Högberg</name>
<email>john@erlang.org</email>
</author>
<published>2018-11-02T08:38:31+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=7999ddad6121db7d1b7fe44b3c6a80a8d7ff70f3'/>
<id>7999ddad6121db7d1b7fe44b3c6a80a8d7ff70f3</id>
<content type='text'>
* john/erts/minusminus_trapping/OTP-15371:
  Optimize operator '--' and yield on large inputs
  Inline erts_cmp
  Clarify a magical allocation size
  Fix trapping in lists:reverse/2
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* john/erts/minusminus_trapping/OTP-15371:
  Optimize operator '--' and yield on large inputs
  Inline erts_cmp
  Clarify a magical allocation size
  Fix trapping in lists:reverse/2
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'maint'</title>
<updated>2018-10-30T11:11:11+00:00</updated>
<author>
<name>Hans Nilsson</name>
<email>hans@erlang.org</email>
</author>
<published>2018-10-30T11:11:11+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=a03b0b0298208216481fdc2a373e5cda893535d2'/>
<id>a03b0b0298208216481fdc2a373e5cda893535d2</id>
<content type='text'>
* maint:
  fix extra parameter in &lt;type&gt;
  Update profiling.xml
  Fix docs on gen_event optional callback
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* maint:
  fix extra parameter in &lt;type&gt;
  Update profiling.xml
  Fix docs on gen_event optional callback
</pre>
</div>
</content>
</entry>
</feed>
