<feed xmlns='http://www.w3.org/2005/Atom'>
<title>otp.git/system, branch master</title>
<subtitle>Mirror of Erlang/OTP repository.
</subtitle>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/'/>
<entry>
<title>Merge branch 'rickard/pcre-8.43/OTP-15889' into maint</title>
<updated>2019-07-02T17:31:11+00:00</updated>
<author>
<name>Rickard Green</name>
<email>rickard@erlang.org</email>
</author>
<published>2019-07-02T17:31:11+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=5371644cf6a4175e332ff0eb0c9a7227803e7fe2'/>
<id>5371644cf6a4175e332ff0eb0c9a7227803e7fe2</id>
<content type='text'>
* rickard/pcre-8.43/OTP-15889:
  Updated stdlib runtime dependency to erts
  Convert generated re replace and split tests from latin1 to UTF8
  Adjust generated re replacement and split tests
  Generate new re replacement and split tests using perl 5.22.1
  Update internal PCRE to version 8.43
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* rickard/pcre-8.43/OTP-15889:
  Updated stdlib runtime dependency to erts
  Convert generated re replace and split tests from latin1 to UTF8
  Adjust generated re replacement and split tests
  Generate new re replacement and split tests using perl 5.22.1
  Update internal PCRE to version 8.43
</pre>
</div>
</content>
</entry>
<entry>
<title>Update internal PCRE to version 8.43</title>
<updated>2019-06-26T09:02:39+00:00</updated>
<author>
<name>Rickard Green</name>
<email>rickard@erlang.org</email>
</author>
<published>2019-06-26T09:02:39+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=28b3f984e2f9926164efc8949301f45c6bb41b25'/>
<id>28b3f984e2f9926164efc8949301f45c6bb41b25</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>The map() type is an alias; not a predefined type</title>
<updated>2019-06-24T12:01:17+00:00</updated>
<author>
<name>Kostis Sagonas</name>
<email>kostis@it.uu.se</email>
</author>
<published>2019-06-19T08:08:02+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=d0a08a7b8a8d4dd8d825f5bc0d2ee9687c549516'/>
<id>d0a08a7b8a8d4dd8d825f5bc0d2ee9687c549516</id>
<content type='text'>
This pull request corrects an historical accident.
At some point in time, the set of Erlang terms was extended to include
maps, and at that time the `map()' type was also introduced to the
language as an easy, albeit quite coarse, way to declare map terms.
At some later point in time, the type language was extended with the
ability to declare _type associations_ in maps and also with a notation
to declare mandatory (:=) and optional (=&gt;) type associations.

At that point in time, it should have been realized that the `map()'
type is nothing more than an alias (for `#{any() =&gt; any()}') instead
of being a _predefined_ type.  (The situation is analogous to e.g.
the `binary()' type being just an alias for `&lt;&lt;_:_*8&gt;&gt;'.)

This pull request corrects the documentation (the reference manual).
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This pull request corrects an historical accident.
At some point in time, the set of Erlang terms was extended to include
maps, and at that time the `map()' type was also introduced to the
language as an easy, albeit quite coarse, way to declare map terms.
At some later point in time, the type language was extended with the
ability to declare _type associations_ in maps and also with a notation
to declare mandatory (:=) and optional (=&gt;) type associations.

At that point in time, it should have been realized that the `map()'
type is nothing more than an alias (for `#{any() =&gt; any()}') instead
of being a _predefined_ type.  (The situation is analogous to e.g.
the `binary()' type being just an alias for `&lt;&lt;_:_*8&gt;&gt;'.)

This pull request corrects the documentation (the reference manual).
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix duplicated word "to" on Common Caveats doc</title>
<updated>2019-06-10T15:22:26+00:00</updated>
<author>
<name>Leandro Cesquini Pereira</name>
<email>leandro@leandrocp.com.br</email>
</author>
<published>2019-06-10T15:22:26+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=e358cf28e437d142538802a385def45a3282c40b'/>
<id>e358cf28e437d142538802a385def45a3282c40b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add comment to doc regarding multiple -mode flags</title>
<updated>2019-05-21T20:05:08+00:00</updated>
<author>
<name>Jose M Perez</name>
<email>jose.m.perez.ramos+git@gmail.com</email>
</author>
<published>2019-05-21T20:05:08+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=1d2ece6cf7b97e0806be7512fcefdb595c1bc4e2'/>
<id>1d2ece6cf7b97e0806be7512fcefdb595c1bc4e2</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #2213 from meetlost/patch-1</title>
<updated>2019-04-23T07:02:51+00:00</updated>
<author>
<name>Lukas Larsson</name>
<email>garazdawi@gmail.com</email>
</author>
<published>2019-04-23T07:02:51+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=053e4b191a5bf401bf4afb6787735a42b0dc6019'/>
<id>053e4b191a5bf401bf4afb6787735a42b0dc6019</id>
<content type='text'>
Update create_target.xmlsrc</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Update create_target.xmlsrc</pre>
</div>
</content>
</entry>
<entry>
<title>Update create_target.xmlsrc</title>
<updated>2019-04-23T03:05:44+00:00</updated>
<author>
<name>meetlost</name>
<email>44923884+meetlost@users.noreply.github.com</email>
</author>
<published>2019-04-23T03:05:44+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=fc8d39846e6658386dd722020356aecd85946eb6'/>
<id>fc8d39846e6658386dd722020356aecd85946eb6</id>
<content type='text'>
Add closing double quote mark.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Add closing double quote mark.</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'lukas/erl_docgen/add-internal-docs'</title>
<updated>2019-04-05T08:26:39+00:00</updated>
<author>
<name>Björn Gustavsson</name>
<email>bjorn@erlang.org</email>
</author>
<published>2019-04-05T08:26:39+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=c0989dcede812c47290f1c61d39e46caa0edf547'/>
<id>c0989dcede812c47290f1c61d39e46caa0edf547</id>
<content type='text'>
OTP-15715

* lukas/erl_docgen/add-internal-docs:
  cerl_clauses: Fix broken link
  Fix minor typos
  Add CountingInstructions to the internal documentation
  GarbageCollection.md: Fix links to references
  emd2exml: Remove paragraphs around image tags
  emd2exml: Clean emphasis markers in link texts
  emd2exml: Allow short names of anchors for internal links
  Include figures
  erts: Fix more internal docs xmllint
  compiler: Add internal docs section
  erl_docgen: Add new internal docs chapter to docs
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
OTP-15715

* lukas/erl_docgen/add-internal-docs:
  cerl_clauses: Fix broken link
  Fix minor typos
  Add CountingInstructions to the internal documentation
  GarbageCollection.md: Fix links to references
  emd2exml: Remove paragraphs around image tags
  emd2exml: Clean emphasis markers in link texts
  emd2exml: Allow short names of anchors for internal links
  Include figures
  erts: Fix more internal docs xmllint
  compiler: Add internal docs section
  erl_docgen: Add new internal docs chapter to docs
</pre>
</div>
</content>
</entry>
<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>erl_docgen: Add new internal docs chapter to docs</title>
<updated>2019-04-04T10:30:20+00:00</updated>
<author>
<name>Lukas Larsson</name>
<email>lukas@erlang-solutions.com</email>
</author>
<published>2018-07-07T09:33:54+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=fa9e189d90a35f2ce4b7fc145c994828f34b3548'/>
<id>fa9e189d90a35f2ce4b7fc145c994828f34b3548</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
