<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/fpc.git, branch debug_eh</title>
<subtitle>svn.freepascal.org: svn/fpc
</subtitle>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/fpc.git/'/>
<entry>
<title>  * synchronised with trunk till r42258</title>
<updated>2019-06-20T20:57:37+00:00</updated>
<author>
<name>jonas</name>
<email>jonas@3ad0048d-3df7-0310-abae-a5850022a9f2</email>
</author>
<published>2019-06-20T20:57:37+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/fpc.git/commit/?id=3baab8bff0116ee3df001833e723cbbda9c540df'/>
<id>3baab8bff0116ee3df001833e723cbbda9c540df</id>
<content type='text'>
git-svn-id: https://svn.freepascal.org/svn/fpc/branches/debug_eh@42259 3ad0048d-3df7-0310-abae-a5850022a9f2
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
git-svn-id: https://svn.freepascal.org/svn/fpc/branches/debug_eh@42259 3ad0048d-3df7-0310-abae-a5850022a9f2
</pre>
</div>
</content>
</entry>
<entry>
<title>pastojs: fixed pas2jsfiler</title>
<updated>2019-06-20T20:38:53+00:00</updated>
<author>
<name>mattias</name>
<email>mattias@3ad0048d-3df7-0310-abae-a5850022a9f2</email>
</author>
<published>2019-06-20T20:38:53+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/fpc.git/commit/?id=617d7429dc0750b9664d5e38270189c78d2c2a69'/>
<id>617d7429dc0750b9664d5e38270189c78d2c2a69</id>
<content type='text'>
git-svn-id: https://svn.freepascal.org/svn/fpc/trunk@42258 3ad0048d-3df7-0310-abae-a5850022a9f2
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
git-svn-id: https://svn.freepascal.org/svn/fpc/trunk@42258 3ad0048d-3df7-0310-abae-a5850022a9f2
</pre>
</div>
</content>
</entry>
<entry>
<title>  * synchronised with trunk till r42256</title>
<updated>2019-06-20T17:21:34+00:00</updated>
<author>
<name>jonas</name>
<email>jonas@3ad0048d-3df7-0310-abae-a5850022a9f2</email>
</author>
<published>2019-06-20T17:21:34+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/fpc.git/commit/?id=dd321341472d48dec57e23cbae7fc77450a58e61'/>
<id>dd321341472d48dec57e23cbae7fc77450a58e61</id>
<content type='text'>
git-svn-id: https://svn.freepascal.org/svn/fpc/branches/debug_eh@42257 3ad0048d-3df7-0310-abae-a5850022a9f2
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
git-svn-id: https://svn.freepascal.org/svn/fpc/branches/debug_eh@42257 3ad0048d-3df7-0310-abae-a5850022a9f2
</pre>
</div>
</content>
</entry>
<entry>
<title>* fix warnings</title>
<updated>2019-06-20T17:13:59+00:00</updated>
<author>
<name>florian</name>
<email>florian@3ad0048d-3df7-0310-abae-a5850022a9f2</email>
</author>
<published>2019-06-20T17:13:59+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/fpc.git/commit/?id=bdec57935fdb7f20eb519f9d99d12d2d07e9cb15'/>
<id>bdec57935fdb7f20eb519f9d99d12d2d07e9cb15</id>
<content type='text'>
git-svn-id: https://svn.freepascal.org/svn/fpc/branches/debug_eh@42256 3ad0048d-3df7-0310-abae-a5850022a9f2
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
git-svn-id: https://svn.freepascal.org/svn/fpc/branches/debug_eh@42256 3ad0048d-3df7-0310-abae-a5850022a9f2
</pre>
</div>
</content>
</entry>
<entry>
<title>+ Encode(U/S)leb128 take now a third parameter to force that the constant has a certain minimum size</title>
<updated>2019-06-20T17:13:28+00:00</updated>
<author>
<name>florian</name>
<email>florian@3ad0048d-3df7-0310-abae-a5850022a9f2</email>
</author>
<published>2019-06-20T17:13:28+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/fpc.git/commit/?id=8d0e604d23ae9c3c5a798e97b42fe78ff6546c94'/>
<id>8d0e604d23ae9c3c5a798e97b42fe78ff6546c94</id>
<content type='text'>
+ tai_const has a new field fixed_size which is used to fix the size of an s/uleb128. This is needed to ensure convergence during assembling when calculating offsets

git-svn-id: https://svn.freepascal.org/svn/fpc/branches/debug_eh@42255 3ad0048d-3df7-0310-abae-a5850022a9f2
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
+ tai_const has a new field fixed_size which is used to fix the size of an s/uleb128. This is needed to ensure convergence during assembling when calculating offsets

git-svn-id: https://svn.freepascal.org/svn/fpc/branches/debug_eh@42255 3ad0048d-3df7-0310-abae-a5850022a9f2
</pre>
</div>
</content>
</entry>
<entry>
<title>* fix writing of augmentation size</title>
<updated>2019-06-20T15:33:49+00:00</updated>
<author>
<name>florian</name>
<email>florian@3ad0048d-3df7-0310-abae-a5850022a9f2</email>
</author>
<published>2019-06-20T15:33:49+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/fpc.git/commit/?id=aedf1643740b7d68494f4fcf869a757e3b597eb0'/>
<id>aedf1643740b7d68494f4fcf869a757e3b597eb0</id>
<content type='text'>
git-svn-id: https://svn.freepascal.org/svn/fpc/branches/debug_eh@42254 3ad0048d-3df7-0310-abae-a5850022a9f2
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
git-svn-id: https://svn.freepascal.org/svn/fpc/branches/debug_eh@42254 3ad0048d-3df7-0310-abae-a5850022a9f2
</pre>
</div>
</content>
</entry>
<entry>
<title>* write correct s/uleb types</title>
<updated>2019-06-20T15:30:07+00:00</updated>
<author>
<name>florian</name>
<email>florian@3ad0048d-3df7-0310-abae-a5850022a9f2</email>
</author>
<published>2019-06-20T15:30:07+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/fpc.git/commit/?id=ca567cfe4a91410bcafddc79b7cb3e826ad6527e'/>
<id>ca567cfe4a91410bcafddc79b7cb3e826ad6527e</id>
<content type='text'>
git-svn-id: https://svn.freepascal.org/svn/fpc/branches/debug_eh@42253 3ad0048d-3df7-0310-abae-a5850022a9f2
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
git-svn-id: https://svn.freepascal.org/svn/fpc/branches/debug_eh@42253 3ad0048d-3df7-0310-abae-a5850022a9f2
</pre>
</div>
</content>
</entry>
<entry>
<title>fcl-passrc: starting test generics</title>
<updated>2019-06-20T08:47:30+00:00</updated>
<author>
<name>mattias</name>
<email>mattias@3ad0048d-3df7-0310-abae-a5850022a9f2</email>
</author>
<published>2019-06-20T08:47:30+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/fpc.git/commit/?id=754a9168ff60fc59322032d21d4ca127ec4b27cd'/>
<id>754a9168ff60fc59322032d21d4ca127ec4b27cd</id>
<content type='text'>
git-svn-id: https://svn.freepascal.org/svn/fpc/trunk@42252 3ad0048d-3df7-0310-abae-a5850022a9f2
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
git-svn-id: https://svn.freepascal.org/svn/fpc/trunk@42252 3ad0048d-3df7-0310-abae-a5850022a9f2
</pre>
</div>
</content>
</entry>
<entry>
<title>fcl-passrc: fixed parsing objfpc inline specialize</title>
<updated>2019-06-20T08:47:04+00:00</updated>
<author>
<name>mattias</name>
<email>mattias@3ad0048d-3df7-0310-abae-a5850022a9f2</email>
</author>
<published>2019-06-20T08:47:04+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/fpc.git/commit/?id=ca02da2492d71624b9041418e50a0a99207a77b1'/>
<id>ca02da2492d71624b9041418e50a0a99207a77b1</id>
<content type='text'>
git-svn-id: https://svn.freepascal.org/svn/fpc/trunk@42251 3ad0048d-3df7-0310-abae-a5850022a9f2
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
git-svn-id: https://svn.freepascal.org/svn/fpc/trunk@42251 3ad0048d-3df7-0310-abae-a5850022a9f2
</pre>
</div>
</content>
</entry>
<entry>
<title>* Patch from Ondrej Pokorny to support streaming to position 0 (bug ID 35724)</title>
<updated>2019-06-19T12:24:59+00:00</updated>
<author>
<name>michael</name>
<email>michael@3ad0048d-3df7-0310-abae-a5850022a9f2</email>
</author>
<published>2019-06-19T12:24:59+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/fpc.git/commit/?id=43279c8b2ebb159cd6be7c3f640b0dc2e1270fd6'/>
<id>43279c8b2ebb159cd6be7c3f640b0dc2e1270fd6</id>
<content type='text'>
git-svn-id: https://svn.freepascal.org/svn/fpc/trunk@42250 3ad0048d-3df7-0310-abae-a5850022a9f2
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
git-svn-id: https://svn.freepascal.org/svn/fpc/trunk@42250 3ad0048d-3df7-0310-abae-a5850022a9f2
</pre>
</div>
</content>
</entry>
</feed>
