<feed xmlns='http://www.w3.org/2005/Atom'>
<title>otp.git/lib/asn1/src, 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>Merge pull request #2159 from dotsimon/asn1_pedefs</title>
<updated>2019-03-22T09:03:13+00:00</updated>
<author>
<name>Ingela Andin</name>
<email>ingela@erlang.org</email>
</author>
<published>2019-03-22T09:03:13+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=d096ca2c0cebec816fa2e0386b7e5f0d8cd62a88'/>
<id>d096ca2c0cebec816fa2e0386b7e5f0d8cd62a88</id>
<content type='text'>
ASN.1: fix various problems with value definitions

OTP-15697</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
ASN.1: fix various problems with value definitions

OTP-15697</pre>
</div>
</content>
</entry>
<entry>
<title>Fix compiling value of SEQUENCE OF CHOICE with extensions</title>
<updated>2019-02-26T05:27:36+00:00</updated>
<author>
<name>Simon Cornish</name>
<email>zl9d97p02@sneakemail.com</email>
</author>
<published>2019-02-26T00:24:57+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=7b73f5119b6a7bdadb2255b05dbd3463ec24e16f'/>
<id>7b73f5119b6a7bdadb2255b05dbd3463ec24e16f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix compiling value of CHOICE with extensions</title>
<updated>2019-02-26T05:27:36+00:00</updated>
<author>
<name>Simon Cornish</name>
<email>zl9d97p02@sneakemail.com</email>
</author>
<published>2019-02-23T02:18:12+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=5c9dd56af4e051003ce7b8b5dd4cf50bf9eefdbe'/>
<id>5c9dd56af4e051003ce7b8b5dd4cf50bf9eefdbe</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix for DEFAULT used with OCTET STRING</title>
<updated>2019-02-26T05:27:36+00:00</updated>
<author>
<name>Simon Cornish</name>
<email>zl9d97p02@sneakemail.com</email>
</author>
<published>2019-02-23T00:41:58+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=0657dc8546cafd26c609ed2e474ff15fc6ac6c65'/>
<id>0657dc8546cafd26c609ed2e474ff15fc6ac6c65</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Change "can not" into "cannot"</title>
<updated>2018-07-27T08:16:17+00:00</updated>
<author>
<name>Raimo Niskanen</name>
<email>raimo@erlang.org</email>
</author>
<published>2018-07-26T12:14:14+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=37c11cda19bd9067a4e094fbde53b276d6ab0d3d'/>
<id>37c11cda19bd9067a4e094fbde53b276d6ab0d3d</id>
<content type='text'>
I did not find any legitimate use of "can not", however skipped
changing e.g RFCs archived in the source tree.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
I did not find any legitimate use of "can not", however skipped
changing e.g RFCs archived in the source tree.
</pre>
</div>
</content>
</entry>
<entry>
<title>Update copyright year</title>
<updated>2018-06-18T12:51:18+00:00</updated>
<author>
<name>Henrik Nord</name>
<email>henrik@erlang.org</email>
</author>
<published>2018-06-18T12:51:18+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=5ca92e2eac1e84fd22f60e7abc3aa2b0ff1cb42b'/>
<id>5ca92e2eac1e84fd22f60e7abc3aa2b0ff1cb42b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>asn1: Eliminate use of erlang:get_stacktrace/0</title>
<updated>2018-04-16T11:30:06+00:00</updated>
<author>
<name>Björn Gustavsson</name>
<email>bjorn@erlang.org</email>
</author>
<published>2018-04-16T10:59:43+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=1f4b02e1ebe8dd011feba5dc6916025e61ee7e67'/>
<id>1f4b02e1ebe8dd011feba5dc6916025e61ee7e67</id>
<content type='text'>
Also eliminate use of erlang:get_stacktrace/0 in code generated
by the ASN.1 compiler.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Also eliminate use of erlang:get_stacktrace/0 in code generated
by the ASN.1 compiler.
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'maint'</title>
<updated>2018-03-05T09:58:25+00:00</updated>
<author>
<name>Raimo Niskanen</name>
<email>raimo@erlang.org</email>
</author>
<published>2018-03-05T09:58:25+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=c25ef3f11a46046c20e5d8c5e99b36bffb2179d4'/>
<id>c25ef3f11a46046c20e5d8c5e99b36bffb2179d4</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Dialyzer suppress per_common:to_bitstring/2</title>
<updated>2018-03-02T11:00:01+00:00</updated>
<author>
<name>Raimo Niskanen</name>
<email>raimo@erlang.org</email>
</author>
<published>2018-03-02T11:00:01+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=6435643c7ba3553ac07862d820302b91ad91ea40'/>
<id>6435643c7ba3553ac07862d820302b91ad91ea40</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'maint'</title>
<updated>2017-11-23T09:35:35+00:00</updated>
<author>
<name>Hans Nilsson</name>
<email>hans@erlang.org</email>
</author>
<published>2017-11-23T09:35:35+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=1cd85ad1e9f99d1deee73f7bb973ed33b18617a4'/>
<id>1cd85ad1e9f99d1deee73f7bb973ed33b18617a4</id>
<content type='text'>
* maint:
  asn1: asn1:test now handles no_ok_wrapper and undec_rest
  asn1: Further adjustments on generated code
  asn1: Protect more by try..catch
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* maint:
  asn1: asn1:test now handles no_ok_wrapper and undec_rest
  asn1: Further adjustments on generated code
  asn1: Protect more by try..catch
</pre>
</div>
</content>
</entry>
</feed>
