aboutsummaryrefslogtreecommitdiffstats
path: root/docs/control-structures.rst
Commit message (Collapse)AuthorAgeFilesLines
* Review suggestions.chriseth2016-09-071-1/+1
|
* Update documentation to version 0.4.0.chriseth2016-09-071-7/+24
|
* Merge pull request #1003 from winsvega/docschriseth2016-09-061-0/+14
|\ | | | | add "pragma solidity ^0.4.0;" to code examples
| * add "pragma solidity ^0.4.0;" to code examplesDimitry2016-09-051-0/+14
| |
* | Fix the return value of call in inline assemblyAlex Beregszaszi2016-09-061-1/+2
|/
* Use new style for the docsDenton Liu2016-08-271-2/+1
|
* Fix creating contracts sectionDenton Liu2016-08-241-3/+5
|
* Rename "call data" to "calldata"Denton Liu2016-08-241-2/+2
|
* Fix control-structuresDenton Liu2016-08-241-4/+4
|
* Document throwing on contract-creation failDenton Liu2016-08-191-1/+2
|
* Document throwing on calling empty codeDenton Liu2016-08-181-1/+2
|
* Add documentation about throwingDenton Liu2016-08-181-2/+3
|
* Make function calls throw if target does not have code.chriseth2016-08-171-0/+4
| | | | | Low-level calls still just execute and will actually report "success". This allows `x.call.value(y)()` for x being a non-contract account.
* Merge pull request #905 from ethereum/chriseth-patch-1chriseth2016-08-171-1/+1
|\ | | | | Docs: wording: recursive call exploit -> reentrancy exploit
| * Wording: recursive call exploit -> reentrancy exploitchriseth2016-08-161-1/+1
| |
* | Fix docs. (#916)chriseth2016-08-171-3/+9
| |
* | Merge pull request #903 from mocamircea/patch-8chriseth2016-08-161-3/+10
|\ \ | | | | | | Update control-structures.rst
| * | Update control-structures.rstMircea Moca2016-08-161-3/+8
| | | | | | | | | Splitted example.
| * | Update control-structures.rstMircea Moca2016-08-161-1/+3
| |/
* | Merge pull request #710 from chriseth/throwFailedCreatechriseth2016-08-161-0/+37
|\ \ | | | | | | BREAKING: Throw if contract creation fails.
| * | Throw if contract creation fails.chriseth2016-08-161-0/+37
| |/
* | Update control-structures.rstMircea Moca2016-08-161-1/+1
| |
* | Update control-structures.rstMircea Moca2016-08-161-1/+1
|/ | | typo -> coherence with previous occurrence in the document of C/JavaScript
* Change i.e. to e.g.Denton Liu2016-08-111-1/+1
|
* Add missing sDenton Liu2016-08-091-1/+1
|
* Refix typoDenton Liu2016-08-091-1/+1
|
* Fix typoDenton Liu2016-08-051-1/+1
|
* Link to order of precedence tableDenton Liu2016-07-291-1/+1
|
* Fix typosDenton Liu2016-07-131-2/+2
|
* Merge pull request #680 from Denton-L/fix-679chriseth2016-07-091-3/+11
|\ | | | | Add section about default values of variables
| * Incorporate changesDenton Liu2016-07-091-2/+1
| |
| * Apply fixesDenton Liu2016-07-051-5/+4
| |
| * Fix incorrect directivesDenton Liu2016-07-041-3/+5
| |
| * Add section about default values of variablesDenton Liu2016-06-231-2/+10
| |
* | Mention dangers of polymorphismDenton Liu2016-07-081-1/+4
| |
* | Incorporate correctionsDenton Liu2016-07-081-2/+2
| |
* | Correct grammar and languageDenton Liu2016-07-051-7/+7
| |
* | Security Considerationschriseth2016-07-041-0/+12
|/
* Changed inline code syntaxDenton Liu2016-05-301-46/+46
| | | | Changed from :code:`<inline>` to ``<inline>``
* Modified control-structures.rstDenton Liu2016-05-301-46/+46
| | | | Changed inline code syntax
* Typo fixDave Hoover2016-05-201-1/+1
|
* Corrected capitalisation of symbol namesDenton Liu2016-05-191-4/+4
|
* Fixed a badly resolved merge conflictDenton Liu2016-05-191-3/+3
|
* Changed whitespace formattingDenton Liu2016-05-181-1/+6
|
* Fixed table formattingDenton Liu2016-05-181-141/+141
|
* Replaced tabs with spacesDenton Liu2016-05-181-97/+97
|
* Increased clarity of assembly statementDenton Liu2016-05-181-2/+5
|
* Corrected spacing to four spacesDenton Liu2016-05-181-38/+40
|
* Removed trailing spaceDenton Liu2016-05-181-1/+1
|
* Merge pull request #545 from chriseth/accessFunLabelschriseth2016-05-181-2/+13
|\ | | | | Allow access to functions in inline assembly.
| * Typochriseth2016-05-171-1/+1
| |
| * Allow access to functions in inline assembly.chriseth2016-05-121-2/+13
| |
* | Merge pull request #546 from chriseth/fixiszerochriseth2016-05-141-3/+3
|\ \ | | | | | | Correctly use not/bnot/iszero.
| * | Correctly use not/bnot/iszero.chriseth2016-05-091-3/+3
| |/ | | | | | | | | A long time ago, some opcodes were renamed. Now we should only have not (bitwise negation) and iszero (logical negation).
* | Removed unnecessary periodDenton Liu2016-05-131-2/+2
| |
* | Added origin of scoping rulesDenton Liu2016-05-121-0/+1
| |
* | Moved comment to more logical placeDenton Liu2016-05-121-1/+1
| |
* | Removed trailing spacesDenton Liu2016-05-121-4/+4
| |
* | Added contentDenton Liu2016-05-121-0/+51
| |
* | Changed the titleDenton Liu2016-05-121-4/+3
| |
* | Created scoping sectionDenton Liu2016-05-121-0/+6
|/
* Typos in inline assembly documentation.chriseth2016-03-311-3/+3
|
* Documentation.chriseth2016-03-301-0/+444
|
* Documentation for delegatecall.chriseth2016-03-121-1/+1
|
* Added in-depth links for further reading to the state variable, function and ↵holgerd772016-02-191-0/+2
| | | | function modifier overview in the structure section
* [cond-expr] add one doc about conditional expressionLu Guanqun2016-01-231-1/+1
|
* [docs]: change unsupported underscore to startLu Guanqun2015-12-301-1/+1
| | | highlight "not"
* Imported documentation.chriseth2015-12-081-0/+167