<feed xmlns='http://www.w3.org/2005/Atom'>
<title>dexon-solidity/libsolidity/interface, branch v0.5.0</title>
<subtitle>DEXON fork of Solidity (https://github.com/dexon-foundation/dsolidity)
</subtitle>
<id>https://lant.com.tw/~lantw44/cgit/cgit.cgi/dexon-solidity/atom?h=v0.5.0</id>
<link rel='self' href='https://lant.com.tw/~lantw44/cgit/cgit.cgi/dexon-solidity/atom?h=v0.5.0'/>
<link rel='alternate' type='text/html' href='https://lant.com.tw/~lantw44/cgit/cgit.cgi/dexon-solidity/'/>
<updated>2018-11-13T12:49:29+00:00</updated>
<entry>
<title>Add Scanner function that prints source based on SourceLocation</title>
<updated>2018-11-13T12:49:29+00:00</updated>
<author>
<name>Leonardo Alt</name>
<email>leo@ethereum.org</email>
</author>
<published>2018-11-12T11:21:25+00:00</published>
<link rel='alternate' type='text/html' href='https://lant.com.tw/~lantw44/cgit/cgit.cgi/dexon-solidity/commit/?id=9a4fd946c349712cab2c9f77f4dc08fb6e2ca68f'/>
<id>urn:sha1:9a4fd946c349712cab2c9f77f4dc08fb6e2ca68f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Deterministic YulStringRepository using string hashes.</title>
<updated>2018-11-12T22:43:16+00:00</updated>
<author>
<name>Daniel Kirchner</name>
<email>daniel@ekpyron.org</email>
</author>
<published>2018-11-09T19:21:26+00:00</published>
<link rel='alternate' type='text/html' href='https://lant.com.tw/~lantw44/cgit/cgit.cgi/dexon-solidity/commit/?id=74557ceb0e520838d3e3a580cc30671a9c274ca7'/>
<id>urn:sha1:74557ceb0e520838d3e3a580cc30671a9c274ca7</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Reset yul string repository.</title>
<updated>2018-11-09T14:40:36+00:00</updated>
<author>
<name>chriseth</name>
<email>chris@ethereum.org</email>
</author>
<published>2018-11-08T23:21:37+00:00</published>
<link rel='alternate' type='text/html' href='https://lant.com.tw/~lantw44/cgit/cgit.cgi/dexon-solidity/commit/?id=0f2ba3522fb01713a417d7b66c6c586359d6d130'/>
<id>urn:sha1:0f2ba3522fb01713a417d7b66c6c586359d6d130</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Merge pull request #5265 from ethereum/cleanupsha3</title>
<updated>2018-11-09T14:39:57+00:00</updated>
<author>
<name>chriseth</name>
<email>chris@ethereum.org</email>
</author>
<published>2018-11-09T14:39:57+00:00</published>
<link rel='alternate' type='text/html' href='https://lant.com.tw/~lantw44/cgit/cgit.cgi/dexon-solidity/commit/?id=6bbedab383f7c8799ef7bcf4cad2bb008a7fcf2c'/>
<id>urn:sha1:6bbedab383f7c8799ef7bcf4cad2bb008a7fcf2c</id>
<content type='text'>
Simplify sha3.</content>
</entry>
<entry>
<title>Eliminate `byte`-typedef and use `uint8_t` in all their places instead.</title>
<updated>2018-11-07T11:17:57+00:00</updated>
<author>
<name>Christian Parpart</name>
<email>christian@ethereum.org</email>
</author>
<published>2018-11-07T11:04:46+00:00</published>
<link rel='alternate' type='text/html' href='https://lant.com.tw/~lantw44/cgit/cgit.cgi/dexon-solidity/commit/?id=ab0de38f16a9eff13ee5a32a3408b890d87941f6'/>
<id>urn:sha1:ab0de38f16a9eff13ee5a32a3408b890d87941f6</id>
<content type='text'>
This change is made to (easily) be forward compatible with future C++
standards, in order to allow compiling the code with newer standards at
some point in the future.

* Removed the `using byte = uint8_t;` line from Common.h
* Mechanically change all uses of `byte` to `uint8_t`.

Tested with GCC 7.3 in C++11/14/17 modes :-)
</content>
</entry>
<entry>
<title>Renamed SHA3.{h,cpp} files.</title>
<updated>2018-10-18T12:31:36+00:00</updated>
<author>
<name>chriseth</name>
<email>chris@ethereum.org</email>
</author>
<published>2018-10-18T11:35:20+00:00</published>
<link rel='alternate' type='text/html' href='https://lant.com.tw/~lantw44/cgit/cgit.cgi/dexon-solidity/commit/?id=e78b95d9d4ecb6d8d56ca0f04a6f9b4f7d974fbb'/>
<id>urn:sha1:e78b95d9d4ecb6d8d56ca0f04a6f9b4f7d974fbb</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Renaming namespace dev::julia to dev::yul.</title>
<updated>2018-10-15T09:58:51+00:00</updated>
<author>
<name>Christian Parpart</name>
<email>christian@ethereum.org</email>
</author>
<published>2018-10-15T09:58:51+00:00</published>
<link rel='alternate' type='text/html' href='https://lant.com.tw/~lantw44/cgit/cgit.cgi/dexon-solidity/commit/?id=1304361b9c48438d5c55903492b5f11c3dac73e5'/>
<id>urn:sha1:1304361b9c48438d5c55903492b5f11c3dac73e5</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Renaming libjulia to libyul</title>
<updated>2018-10-15T09:52:35+00:00</updated>
<author>
<name>Christian Parpart</name>
<email>christian@ethereum.org</email>
</author>
<published>2018-10-15T09:52:35+00:00</published>
<link rel='alternate' type='text/html' href='https://lant.com.tw/~lantw44/cgit/cgit.cgi/dexon-solidity/commit/?id=9a4bec7e474a310c7f93ff3b84928e0e9ba9cce6'/>
<id>urn:sha1:9a4bec7e474a310c7f93ff3b84928e0e9ba9cce6</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Change find to use a single character</title>
<updated>2018-10-09T17:06:25+00:00</updated>
<author>
<name>Alex Beregszaszi</name>
<email>alex@rtfs.hu</email>
</author>
<published>2018-10-09T17:06:25+00:00</published>
<link rel='alternate' type='text/html' href='https://lant.com.tw/~lantw44/cgit/cgit.cgi/dexon-solidity/commit/?id=e732c49c2f6e1096cb9c20df7ec6c4db77f3a710'/>
<id>urn:sha1:e732c49c2f6e1096cb9c20df7ec6c4db77f3a710</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Use empty() instead of size() == 0</title>
<updated>2018-10-09T03:29:37+00:00</updated>
<author>
<name>Alex Beregszaszi</name>
<email>alex@rtfs.hu</email>
</author>
<published>2018-10-09T03:29:37+00:00</published>
<link rel='alternate' type='text/html' href='https://lant.com.tw/~lantw44/cgit/cgit.cgi/dexon-solidity/commit/?id=fa0ce6a7e7abd5bbc9bad1dd15f54ea4e9b11f85'/>
<id>urn:sha1:fa0ce6a7e7abd5bbc9bad1dd15f54ea4e9b11f85</id>
<content type='text'>
</content>
</entry>
</feed>
