aboutsummaryrefslogtreecommitdiff
path: root/src/script/script.h
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #4969Wladimir J. van der Laan2014-09-251-1/+1
|\ | | | | | | cda45b5 Reinitializing list's begin iterator after few elements were erased from the head (ENikS)
| * Reinitializing list's begin iterator after few elements were erased from the ↵ENikS2014-09-231-1/+1
| | | | | | | | head
* | Fixing C4146 warningENikS2014-09-251-1/+1
|/ | | | Rebased-By: Wladimir J. van der Laan <[email protected]>
* Fixing condition 'sabotaging' MSVC buildENikS2014-09-191-2/+0
|
* Move CTxDestination from script/script to script/standardPieter Wuille2014-09-161-17/+0
|
* cleanup new script files (no code changes)Philip Kaufmann2014-09-141-3/+3
| | | | | | - add missing header end comments - ensure alphabetical ordering - update copyright year and license
* Move CScript class and dependencies to script/scriptjtimon2014-09-081-0/+645