<feed xmlns='http://www.w3.org/2005/Atom'>
<title>otp.git/lib/diameter/src/Makefile, branch OTP-18.0.2</title>
<subtitle>Mirror of Erlang/OTP repository.
</subtitle>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/'/>
<entry>
<title>Change license text to APLv2</title>
<updated>2015-06-18T09:31:02+00:00</updated>
<author>
<name>Bruce Yinhe</name>
<email>bruce@erlang.org</email>
</author>
<published>2015-06-18T09:31:02+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=738c34d4bb8f1a3811acd00af8c6c12107f8315b'/>
<id>738c34d4bb8f1a3811acd00af8c6c12107f8315b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Generate runtime_dependencies in app file</title>
<updated>2014-03-31T14:43:10+00:00</updated>
<author>
<name>Anders Svensson</name>
<email>anders@erlang.org</email>
</author>
<published>2014-03-29T12:21:11+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=1106d1e478f979cd201a66d3180a4511bfa56a93'/>
<id>1106d1e478f979cd201a66d3180a4511bfa56a93</id>
<content type='text'>
To avoid having to specify applications more than once.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
To avoid having to specify applications more than once.
</pre>
</div>
</content>
</entry>
<entry>
<title>Move info modules into own subdirectory</title>
<updated>2014-03-29T18:20:45+00:00</updated>
<author>
<name>Anders Svensson</name>
<email>anders@erlang.org</email>
</author>
<published>2014-03-29T17:34:38+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=5ca206af45b3195233991dfe820e9fb636800a33'/>
<id>5ca206af45b3195233991dfe820e9fb636800a33</id>
<content type='text'>
Possibly overkill for two modules but it mirrors their different
treatment by the makefile.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Possibly overkill for two modules but it mirrors their different
treatment by the makefile.
</pre>
</div>
</content>
</entry>
<entry>
<title>Include compiler and info modules in app file</title>
<updated>2014-03-29T18:20:45+00:00</updated>
<author>
<name>Anders Svensson</name>
<email>anders@erlang.org</email>
</author>
<published>2014-03-29T12:21:11+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=c23b242d0d634d10b03412c19768d381906578ab'/>
<id>c23b242d0d634d10b03412c19768d381906578ab</id>
<content type='text'>
Albeit as comments. This is just to make it more obvious that these
aren't include in the modules list, since they typically aren't
needed/wanted on a target system. Also add comments for the
corresponding dependencies on syntax_tools and runtime_tools, as well as
the optional runtime dependency on ssl.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Albeit as comments. This is just to make it more obvious that these
aren't include in the modules list, since they typically aren't
needed/wanted on a target system. Also add comments for the
corresponding dependencies on syntax_tools and runtime_tools, as well as
the optional runtime dependency on ssl.
</pre>
</div>
</content>
</entry>
<entry>
<title>Trailing whitespace and copyright fixes</title>
<updated>2013-06-10T09:37:00+00:00</updated>
<author>
<name>Anders Svensson</name>
<email>anders@erlang.org</email>
</author>
<published>2013-05-30T09:37:15+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=1492c9513e34563387db8996c17121c03bbf7526'/>
<id>1492c9513e34563387db8996c17121c03bbf7526</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix mkdir race</title>
<updated>2013-04-18T13:40:58+00:00</updated>
<author>
<name>Anders Svensson</name>
<email>anders@erlang.org</email>
</author>
<published>2013-04-18T13:35:06+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=3caa0fa5dc4d5a88e4ef8db67e860deecb2b49ce'/>
<id>3caa0fa5dc4d5a88e4ef8db67e860deecb2b49ce</id>
<content type='text'>
Creating examples/code and examples/dict in parallel can fail when
examples doesn't exists. This has been seen on FreeBSD.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Creating examples/code and examples/dict in parallel can fail when
examples doesn't exists. This has been seen on FreeBSD.
</pre>
</div>
</content>
</entry>
<entry>
<title>Make tweaks</title>
<updated>2013-02-18T12:03:27+00:00</updated>
<author>
<name>Anders Svensson</name>
<email>anders@erlang.org</email>
</author>
<published>2013-02-13T14:26:00+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=9e636ec4d8ae12b87fdf4d9bd60403c734b0dead'/>
<id>9e636ec4d8ae12b87fdf4d9bd60403c734b0dead</id>
<content type='text'>
Add a 'strict' target to compile with -Werror and fix a dependency.
Reorder test suites alphabetically. The two suites that currently take
the longest to run conveniently come last.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Add a 'strict' target to compile with -Werror and fix a dependency.
Reorder test suites alphabetically. The two suites that currently take
the longest to run conveniently come last.
</pre>
</div>
</content>
</entry>
<entry>
<title>Add RFC 6733 dictionaries</title>
<updated>2013-02-08T18:28:01+00:00</updated>
<author>
<name>Anders Svensson</name>
<email>anders@erlang.org</email>
</author>
<published>2013-01-21T14:44:56+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=d8ef1f220f1a85ff883fa288cd641430667525d7'/>
<id>d8ef1f220f1a85ff883fa288cd641430667525d7</id>
<content type='text'>
The RFC 6733 accounting dictionary includes rfc6733 in its name. The RFC
3588 dictionary doesn't and is left as-is for backwards compatibility.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The RFC 6733 accounting dictionary includes rfc6733 in its name. The RFC
3588 dictionary doesn't and is left as-is for backwards compatibility.
</pre>
</div>
</content>
</entry>
<entry>
<title>Tweak (make) silent rules support</title>
<updated>2013-02-08T12:55:35+00:00</updated>
<author>
<name>Anders Svensson</name>
<email>anders@erlang.org</email>
</author>
<published>2013-01-29T13:30:59+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=5027671e5d7871f565fd0ce4165ca0039661a79d'/>
<id>5027671e5d7871f565fd0ce4165ca0039661a79d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add patch target to makefile</title>
<updated>2013-01-23T15:59:57+00:00</updated>
<author>
<name>Anders Svensson</name>
<email>anders@erlang.org</email>
</author>
<published>2012-12-04T10:18:00+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=83afc2bb71622957c062bd2545d76e86fceccf39'/>
<id>83afc2bb71622957c062bd2545d76e86fceccf39</id>
<content type='text'>
For building unofficial patches.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
For building unofficial patches.
</pre>
</div>
</content>
</entry>
</feed>
