<feed xmlns='http://www.w3.org/2005/Atom'>
<title>otp.git/lib/diameter/src/gen, branch OTP-20.2.4</title>
<subtitle>Mirror of Erlang/OTP repository.
</subtitle>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/'/>
<entry>
<title>Replace dictionary file parser</title>
<updated>2011-12-02T14:23:52+00:00</updated>
<author>
<name>Anders Svensson</name>
<email>anders@erlang.org</email>
</author>
<published>2011-10-16T19:36:37+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=ca185011269606596814075d4c8f9d13a855866b'/>
<id>ca185011269606596814075d4c8f9d13a855866b</id>
<content type='text'>
The previous parse was very adhoc and simply crashed on any kind
of input error, providing no identification of the objectionable input
that caused the parse to fail. The new parser is generated from a yecc
grammar, making it easier both to understand what it is that's being
parsed and to provide useful diagnostics to the user in case of error.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The previous parse was very adhoc and simply crashed on any kind
of input error, providing no identification of the objectionable input
that caused the parse to fail. The new parser is generated from a yecc
grammar, making it easier both to understand what it is that's being
parsed and to provide useful diagnostics to the user in case of error.
</pre>
</div>
</content>
</entry>
<entry>
<title>One makefile for src build instead of recursion</title>
<updated>2011-10-17T10:30:58+00:00</updated>
<author>
<name>Anders Svensson</name>
<email>anders@erlang.org</email>
</author>
<published>2011-10-14T17:40:29+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=14bf1dc855bbd973bb15578f418e37ab2d4f17fe'/>
<id>14bf1dc855bbd973bb15578f418e37ab2d4f17fe</id>
<content type='text'>
Simpler, no duplication of similar makefiles and makes for
better dependencies. (Aka, recursive make considered harmful.)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Simpler, no duplication of similar makefiles and makes for
better dependencies. (Aka, recursive make considered harmful.)
</pre>
</div>
</content>
</entry>
</feed>
