Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | Changed inline code syntax | Denton Liu | 2016-05-30 | 12 | -456/+456 | |
| | | | | | | | | Changed from :code:`<inline>` to ``<inline>`` | |||||
* | | Modified units-and-global-variables.rst | Denton Liu | 2016-05-30 | 1 | -39/+39 | |
| | | | | | | | | Corrected syntax for inline code | |||||
* | | Modified types.rst | Denton Liu | 2016-05-30 | 1 | -83/+83 | |
| | | | | | | | | Corrected inline code syntax | |||||
* | | Modified style-guide.rst | Denton Liu | 2016-05-30 | 1 | -4/+4 | |
| | | | | | | | | Corrected inline code syntax | |||||
* | | Corrected solidity-by-example.rst | Denton Liu | 2016-05-30 | 1 | -1/+1 | |
| | | | | | | | | Fixed inline code syntax | |||||
* | | Modified miscellaneous.rst | Denton Liu | 2016-05-30 | 1 | -59/+61 | |
| | | | | | | | | Corrected inline code syntax | |||||
* | | Modified layout-of-source-files.rst | Denton Liu | 2016-05-30 | 1 | -19/+19 | |
| | | | | | | | | Corrected inline code syntax | |||||
* | | Modified introduction-to-smart-contracts.rst | Denton Liu | 2016-05-30 | 1 | -25/+25 | |
| | | | | | | | | Corrected inline code syntax | |||||
* | | Modified installing-solidity.rst | Denton Liu | 2016-05-30 | 1 | -3/+3 | |
| | | | | | | | | Corrected inline code syntax | |||||
* | | Fixed whitespacing issues | Denton Liu | 2016-05-30 | 1 | -10/+10 | |
| | | ||||||
* | | Corrected FAQ titles | Denton Liu | 2016-05-30 | 1 | -66/+66 | |
| | | ||||||
* | | Modified frequently-asked-questions.rst | Denton Liu | 2016-05-30 | 1 | -78/+78 | |
| | | | | | | | | Changed inline code syntax | |||||
* | | Modified control-structures.rst | Denton Liu | 2016-05-30 | 1 | -46/+46 | |
| | | | | | | | | Changed inline code syntax | |||||
* | | Modified contracts.rst | Denton Liu | 2016-05-30 | 1 | -60/+60 | |
| | | | | | | | | Changed inline code syntax | |||||
* | | Modified common-patterns.rst | Denton Liu | 2016-05-30 | 1 | -4/+4 | |
| | | | | | | | | Now it uses proper inline code syntax | |||||
* | | Added Atom Solidity Linter to Docs | Jacob Payne | 2016-05-28 | 1 | -1/+4 | |
| | | ||||||
* | | Merge pull request #601 from mathvdh/patch-1 | chriseth | 2016-05-27 | 1 | -1/+1 | |
|\ \ | | | | | | | Typo correction in solidity-by-example.rst | |||||
| * | | Typo correction in solidity-by-example.rst | Mathieu Van der Haegen | 2016-05-26 | 1 | -1/+1 | |
| | | | | | | | | | Just correcting a simple typo in the comments of the code | |||||
* | | | Use original vim-solidity repository | chriseth | 2016-05-27 | 1 | -1/+1 | |
| | | | ||||||
* | | | Add vim and emacs plugins. | chriseth | 2016-05-26 | 1 | -2/+8 | |
|/ / | ||||||
* | | Fixed errors introduced by previous commit | Denton Liu | 2016-05-24 | 1 | -1/+2 | |
| | | | | | | | | #565 introduced some errors in the documentation | |||||
* | | Update links to browser-solidity. | chriseth | 2016-05-20 | 5 | -17/+9 | |
| | | ||||||
* | | Merge pull request #578 from winsvega/develop | chriseth | 2016-05-20 | 1 | -2/+24 | |
|\ \ | | | | | | | More Solidity IDE links | |||||
| * | | More links to solidity implementations | Dimitry | 2016-05-20 | 1 | -2/+24 | |
| | | | ||||||
* | | | Merge pull request #565 from VoR0220/fixedDataType | chriseth | 2016-05-20 | 1 | -8/+48 | |
|\ \ \ | | | | | | | | | Fixed data typename fixes and documentation | |||||
| * | | | updated docs | VoR0220 | 2016-05-19 | 1 | -8/+48 | |
| | | | | | | | | | | | | | | | | | | | | | | | | types reference | |||||
* | | | | Typo fix | Dave Hoover | 2016-05-20 | 1 | -1/+1 | |
| | | | | ||||||
* | | | | Corrected capitalisation | Denton Liu | 2016-05-20 | 1 | -3/+3 | |
| | | | | ||||||
* | | | | Changed link to point to solc-js repo | Denton Liu | 2016-05-20 | 1 | -1/+1 | |
| | | | | ||||||
* | | | | Corrected typo | Denton Liu | 2016-05-19 | 1 | -1/+1 | |
| | | | | ||||||
* | | | | Changed link from markdown to rst | Denton Liu | 2016-05-19 | 3 | -4/+6 | |
| | | | | | | | | | | | | | | | | Added labels for the links to point to | |||||
* | | | | Corrected capitalisation of symbol names | Denton Liu | 2016-05-19 | 4 | -21/+22 | |
| | | | | ||||||
* | | | | Corrected documentation for ecrecover | Denton Liu | 2016-05-19 | 2 | -3/+3 | |
| | | | | ||||||
* | | | | Corrected "who's" to "whose" | Denton Liu | 2016-05-19 | 1 | -2/+2 | |
| | | | | ||||||
* | | | | Changed do_something to doSomething | Denton Liu | 2016-05-19 | 1 | -9/+9 | |
|/ / / | | | | | | | | | | This is in accordance to the style guide | |||||
* | | | Corrected errors. | chriseth | 2016-05-19 | 3 | -2/+4 | |
| | | | ||||||
* | | | Fixed a badly resolved merge conflict | Denton Liu | 2016-05-19 | 1 | -3/+3 | |
| | | | ||||||
* | | | Changed whitespace formatting | Denton Liu | 2016-05-18 | 9 | -186/+219 | |
| | | | ||||||
* | | | Added space to example code | Denton Liu | 2016-05-18 | 1 | -0/+4 | |
| | | | ||||||
* | | | Removed trailing whitespace | Denton Liu | 2016-05-18 | 6 | -37/+37 | |
| | | | ||||||
* | | | Added an extra necessary linebreak | Denton Liu | 2016-05-18 | 1 | -0/+1 | |
| | | | ||||||
* | | | Removed trailing whitespace | Denton Liu | 2016-05-18 | 2 | -7/+7 | |
| | | | ||||||
* | | | Fixed table formatting | Denton Liu | 2016-05-18 | 1 | -141/+141 | |
| | | | ||||||
* | | | Replaced tabs with spaces | Denton Liu | 2016-05-18 | 1 | -97/+97 | |
| | | | ||||||
* | | | Increased clarity of assembly statement | Denton Liu | 2016-05-18 | 1 | -2/+5 | |
| | | | ||||||
* | | | Corrected spacing to four spaces | Denton Liu | 2016-05-18 | 1 | -38/+40 | |
| | | | ||||||
* | | | Removed trailing space | Denton Liu | 2016-05-18 | 1 | -1/+1 | |
| | | | ||||||
* | | | Replaced all tabs with spaces | Denton Liu | 2016-05-18 | 1 | -50/+50 | |
| | | | ||||||
* | | | More code-style corrections | Denton Liu | 2016-05-18 | 1 | -5/+21 | |
|/ / | ||||||
* | | Merge pull request #572 from Melvillian/fix-example-contract-abi | chriseth | 2016-05-18 | 1 | -1/+1 | |
|\ \ | | | | | | | fix example solidity contract code by adding argument to constructor | |||||
| * | | fix example solidity contract code by adding argument to constructor | Alex Melville | 2016-05-16 | 1 | -1/+1 | |
| | | | ||||||
* | | | Merge pull request #545 from chriseth/accessFunLabels | chriseth | 2016-05-18 | 1 | -2/+13 | |
|\ \ \ | |/ / |/| | | Allow access to functions in inline assembly. | |||||
| * | | Typo | chriseth | 2016-05-17 | 1 | -1/+1 | |
| | | | ||||||
| * | | Allow access to functions in inline assembly. | chriseth | 2016-05-12 | 1 | -2/+13 | |
| | | | ||||||
* | | | Merge pull request #546 from chriseth/fixiszero | chriseth | 2016-05-14 | 1 | -3/+3 | |
|\ \ \ | | | | | | | | | Correctly use not/bnot/iszero. | |||||
| * | | | Correctly use not/bnot/iszero. | chriseth | 2016-05-09 | 1 | -3/+3 | |
| |/ / | | | | | | | | | | | | | A long time ago, some opcodes were renamed. Now we should only have not (bitwise negation) and iszero (logical negation). | |||||
* | | | Merge pull request #543 from raineorshine/patch-1 | chriseth | 2016-05-14 | 1 | -2/+3 | |
|\ \ \ | | | | | | | | | Add this.balance and this.send to units-and-global-variables.rst | |||||
| * | | | Update units-and-global-variables.rst with link to address ref | Raine Revere | 2016-05-10 | 1 | -5/+2 | |
| | | | | ||||||
| * | | | Add this.balance and this.send to units-and-global-variables.rst | Raine Revere | 2016-05-09 | 1 | -0/+4 | |
| |/ / | | | | | | | I looked here for this information and didn't initially find it. Hoping to help out others who think the same way as me and look here. | |||||
* | | | Merge pull request #557 from Denton-L/scoping | chriseth | 2016-05-13 | 1 | -0/+57 | |
|\ \ \ | | | | | | | | | Added Section about Scoping Behaviours | |||||
| * | | | Removed unnecessary period | Denton Liu | 2016-05-13 | 1 | -2/+2 | |
| | | | | ||||||
| * | | | Added origin of scoping rules | Denton Liu | 2016-05-12 | 1 | -0/+1 | |
| | | | | ||||||
| * | | | Moved comment to more logical place | Denton Liu | 2016-05-12 | 1 | -1/+1 | |
| | | | | ||||||
| * | | | Removed trailing spaces | Denton Liu | 2016-05-12 | 1 | -4/+4 | |
| | | | | ||||||
| * | | | Added content | Denton Liu | 2016-05-12 | 1 | -0/+51 | |
| | | | | ||||||
| * | | | Changed the title | Denton Liu | 2016-05-12 | 1 | -4/+3 | |
| | | | | ||||||
| * | | | Created scoping section | Denton Liu | 2016-05-12 | 1 | -0/+6 | |
| |/ / | ||||||
* / / | Update style-guide.rst | mario02423 | 2016-05-10 | 1 | -1/+1 | |
|/ / | | | | | Removed extraneous comma from line 366 | |||||
* | | Merge pull request #541 from Denton-L/develop | chriseth | 2016-05-07 | 6 | -90/+208 | |
|\| | | | | | Minor Documentation Changes | |||||
| * | Removed trailing whitespace | Denton Liu | 2016-05-06 | 1 | -2/+2 | |
| | | ||||||
| * | Removed bulleted list | Denton Liu | 2016-05-06 | 1 | -3/+3 | |
| | | ||||||
| * | Moved the location of the "||" | Denton Liu | 2016-05-06 | 1 | -3/+3 | |
| | | ||||||
| * | Fixed up formatting | Denton Liu | 2016-05-06 | 1 | -62/+94 | |
| | | ||||||
| * | Corrected formatting | Denton Liu | 2016-05-06 | 1 | -9/+37 | |
| | | ||||||
| * | Rephrased awkward phrasing | Denton Liu | 2016-05-06 | 1 | -1/+1 | |
| | | ||||||
| * | Removed a trailing space | Denton Liu | 2016-05-06 | 1 | -1/+1 | |
| | | ||||||
| * | Corrected misspelling | Denton Liu | 2016-05-06 | 1 | -1/+1 | |
| | | ||||||
| * | Reformatted according to style guide | Denton Liu | 2016-05-06 | 1 | -3/+53 | |
| | | ||||||
| * | Made the style consistent | Denton Liu | 2016-05-06 | 1 | -4/+12 | |
| | | ||||||
| * | Removed a bad reference to functions-on-addresses | Denton Liu | 2016-05-06 | 1 | -1/+1 | |
| | | ||||||
| * | Removed bullet characters from types | Denton Liu | 2016-05-06 | 1 | -2/+2 | |
| | | ||||||
| * | Update structure-of-a-contract.rst | Denton Liu | 2016-05-06 | 1 | -1/+1 | |
| | | | | | | | | Changed a non-space whitespace character to a space | |||||
| * | Update contracts.rst | Denton Liu | 2016-05-06 | 1 | -1/+1 | |
| | | | | | | | | Corrected grammar error | |||||
* | | Merge pull request #515 from ssonicblue/patch-1 | chriseth | 2016-05-06 | 1 | -7/+8 | |
|\ \ | |/ |/| | Update natspec summary in layout-of-source-files.rst | |||||
| * | Minor grammatical edit | ssonicblue | 2016-05-01 | 1 | -2/+2 | |
| | | ||||||
| * | Update natspec summary in layout-of-source-files.rst | ssonicblue | 2016-04-20 | 1 | -7/+8 | |
| | | | | | | Update the summary on natspec comments for clarity in what they do and how they should be used. | |||||
* | | Documentation. | chriseth | 2016-05-05 | 1 | -0/+66 | |
|/ | ||||||
* | Typo fix | Dave Hoover | 2016-04-12 | 1 | -1/+1 | |
| | ||||||
* | Tiny fix | Dave Hoover | 2016-04-12 | 1 | -1/+1 | |
| | ||||||
* | Update installing-solidity.rst | Jordan Leigh | 2016-04-03 | 1 | -0/+2 | |
| | | | | | The brew install boost --c++11 command failed for me due to an outdated version of Node.js. `brew upgrade` fixed this. I think it should be in the documentation to reduce the number of errors on install | |||||
* | Merge pull request #461 from ethereum/mappingStructDocumentation | chriseth | 2016-03-31 | 1 | -0/+17 | |
|\ | | | | | Inner struct mapping copy into a mapping question | |||||
| * | Update frequently-asked-questions.rst | RJ | 2016-03-31 | 1 | -6/+7 | |
| | | ||||||
| * | Update frequently-asked-questions.rst | RJ | 2016-03-30 | 1 | -0/+16 | |
| | | ||||||
* | | Merge pull request #464 from chriseth/doctypo | chriseth | 2016-03-31 | 1 | -3/+3 | |
|\ \ | |/ |/| | Typos in inline assembly documentation. | |||||
| * | Typos in inline assembly documentation. | chriseth | 2016-03-31 | 1 | -3/+3 | |
| | | ||||||
* | | quick fix for appearence | RJ | 2016-03-30 | 1 | -0/+1 | |
|/ | ||||||
* | Documentation. | chriseth | 2016-03-30 | 1 | -0/+444 | |
| | ||||||
* | Update frequently-asked-questions.rst | RJ | 2016-03-30 | 1 | -0/+17 | |
| | ||||||
* | Merge pull request #453 from michaltrzesimiech/patch-1 | chriseth | 2016-03-29 | 1 | -2/+0 | |
|\ | | | | | Update structure-of-a-contract.rst | |||||
| * | Deleting redundant line | michaltrzesimiech | 2016-03-26 | 1 | -2/+0 | |
| | | ||||||
| * | Update structure-of-a-contract.rst | michaltrzesimiech | 2016-03-25 | 1 | -1/+1 | |
| | | ||||||
* | | Update frequently-asked-questions.rst | RJ | 2016-03-26 | 1 | -0/+2 | |
| | | ||||||
* | | Update frequently-asked-questions.rst | RJ | 2016-03-24 | 1 | -0/+15 | |
|/ | ||||||
* | Update style-guide.rst | ssonicblue | 2016-03-23 | 1 | -2/+8 | |
| | | | Update section 'Variable Declarations' for consistency with the format of the rest of the document. | |||||
* | Extend example | chriseth | 2016-03-14 | 1 | -0/+2 | |
| | ||||||
* | Clarification | chriseth | 2016-03-14 | 1 | -1/+3 | |
| | ||||||
* | Fix examples. | chriseth | 2016-03-14 | 1 | -2/+2 | |
| | ||||||
* | Allocating arrays. | chriseth | 2016-03-14 | 1 | -0/+17 | |
| | ||||||
* | Put in specific brew version as per the umbrella | RJ | 2016-03-12 | 1 | -0/+1 | |
| | ||||||
* | Documentation for delegatecall. | chriseth | 2016-03-12 | 4 | -46/+19 | |
| | ||||||
* | Warning about using integer literals in division. | chriseth | 2016-03-11 | 1 | -0/+9 | |
| | ||||||
* | Update contracts.rst | uberlaufer | 2016-03-11 | 1 | -4/+3 | |
| | ||||||
* | shortened lines to 79 | uberlaufer | 2016-03-11 | 1 | -1/+5 | |
| | ||||||
* | Update contracts.rst | uberlaufer | 2016-03-11 | 1 | -5/+1 | |
| | | | minor grammar and spelling corrections | |||||
* | Typo fix. | Georgios Paralykidis | 2016-03-09 | 1 | -1/+1 | |
| | ||||||
* | ecrecover takes uint8, not byte | MrChico | 2016-03-02 | 1 | -1/+1 | |
| | ||||||
* | [Minor]: typo fix | Oleg Iakovlev | 2016-03-01 | 1 | -1/+1 | |
| | ||||||
* | Added in-depth links to function modifiers, structs and enums in structure ↵ | holgerd77 | 2016-02-19 | 3 | -4/+16 | |
| | | | | section | |||||
* | Name-spacing the structure reference links for not being confused with the ↵ | holgerd77 | 2016-02-19 | 1 | -9/+9 | |
| | | | | globally probably more used in-depth links | |||||
* | Added in-depth links for further reading to the state variable, function and ↵ | holgerd77 | 2016-02-19 | 3 | -0/+14 | |
| | | | | function modifier overview in the structure section | |||||
* | Changed reference naming from understore to dash separation for consistency ↵ | holgerd77 | 2016-02-19 | 1 | -6/+6 | |
| | | | | with existing naming | |||||
* | Added examples, references to structure section | holgerd77 | 2016-02-18 | 1 | -8/+103 | |
| | ||||||
* | Comment code examples | holgerd77 | 2016-02-18 | 1 | -0/+10 | |
| | ||||||
* | Code blocks for compiler use section | holgerd77 | 2016-02-18 | 1 | -4/+7 | |
| | ||||||
* | Use code blocks for import syntax explanations for better readability | holgerd77 | 2016-02-18 | 1 | -4/+22 | |
| | ||||||
* | Merge pull request #382 from chriseth/bytesIndex | chriseth | 2016-02-11 | 1 | -0/+5 | |
|\ | | | | | Index access for bytesXX. | |||||
| * | Documentation. | chriseth | 2016-02-10 | 1 | -0/+5 | |
| | | ||||||
* | | Update frequently-asked-questions.rst | RJ | 2016-02-11 | 1 | -2/+3 | |
| | | | | | | Correcting inline array documentation | |||||
* | | Update frequently-asked-questions.rst | RJ | 2016-02-11 | 1 | -2/+11 | |
|/ | ||||||
* | [Documentation] Add details on libjsonrpccpp-dev | Andres Nötzli | 2016-02-04 | 1 | -1/+9 | |
| | | | Add explanation to the documentation that the package name changes from `libjson-rpc-cpp-dev` to `libjsonrpccpp-dev` and is supplied by the universe repository instead of the Ethereum PPA. | |||||
* | [Documentation] Include correct dev package | Andres Nötzli | 2016-02-02 | 1 | -1/+1 | |
| | | | The Ubuntu part of the installation guide mentions `libjson-rpc-cpp-dev`. However, the correct name seems to be `libjsonrpccpp-dev`. | |||||
* | documentation | chriseth | 2016-01-30 | 2 | -2/+14 | |
| | ||||||
* | Merge pull request #370 from chriseth/redirects | chriseth | 2016-01-29 | 1 | -1/+10 | |
|\ | | | | | Path remappings for solc. | |||||
| * | Document remappings | chriseth | 2016-01-26 | 1 | -1/+10 | |
| | | ||||||
* | | Update index.rst | chriseth | 2016-01-28 | 1 | -2/+4 | |
| | | ||||||
* | | Add a link to the ethereum stackexchange. | chriseth | 2016-01-28 | 1 | -0/+2 | |
|/ | ||||||
* | [cond-expr] add one doc about conditional expression | Lu Guanqun | 2016-01-23 | 1 | -1/+1 | |
| | ||||||
* | Merge pull request #306 from pipermerriam/piper/flesh-out-naming-conventions | chriseth | 2016-01-14 | 1 | -1/+96 | |
|\ | | | | | Flesh out naming convention in the Style Guide | |||||
| * | fix spelling and heading title | Piper Merriam | 2016-01-07 | 1 | -3/+3 | |
| | | ||||||
| * | use mixedCase | Piper Merriam | 2015-12-17 | 1 | -9/+4 | |
| | | ||||||
| * | Flesh out naming convention section of docs | Piper Merriam | 2015-12-17 | 1 | -1/+101 | |
| | | ||||||
* | | Some more clarifications about remappings. | chriseth | 2016-01-14 | 1 | -3/+19 | |
| | | ||||||
* | | Extended documentation about imports. | chriseth | 2016-01-14 | 1 | -12/+50 | |
| | | ||||||
* | | Merge pull request #345 from VoR0220/develop | chriseth | 2016-01-13 | 1 | -1/+3 | |
|\ \ | | | | | | | Inline Arrays | |||||
| * | | clarification on dynamic arrays, switcheroo on typepointer, and a ↵ | RJ Catalano | 2016-01-12 | 1 | -1/+1 | |
| | | | | | | | | | | | | documentation test added | |||||
| * | | forgot to take the auto tabs off...turned into spaces | RJ Catalano | 2016-01-12 | 1 | -1/+1 | |
| | | | ||||||
| * | | added documentation and one last test for struct creation inline | RJ Catalano | 2016-01-12 | 1 | -1/+3 | |
| | | | ||||||
* | | | Refund actual deposit, and not bid value. | chriseth | 2016-01-12 | 1 | -1/+1 | |
|/ / | | | | | | | Thanks to @jonasnick for finding this. Fixes #349 | |||||
* | | Merge pull request #331 from u2/doc_fix2 | chriseth | 2016-01-04 | 1 | -192/+192 | |
|\ \ | | | | | | | docs: code sytle | |||||
| * | | docs: code sytle | u2 | 2015-12-30 | 1 | -192/+192 | |
| | | | ||||||
* | | | Merge pull request #329 from guanqun/patch-2 | chriseth | 2016-01-04 | 1 | -1/+1 | |
|\ \ \ | | | | | | | | | [docs]: change unsupported underscore to star | |||||
| * | | | [docs]: change unsupported underscore to start | Lu Guanqun | 2015-12-30 | 1 | -1/+1 | |
| |/ / | | | | | | | highlight "not" | |||||
* / / | [docs]: add an ending period | Lu Guanqun | 2015-12-30 | 1 | -1/+1 | |
|/ / | ||||||
* | | Merge pull request #316 from chriseth/docs | chriseth | 2015-12-22 | 2 | -40/+44 | |
|\ \ | | | | | | | Fixes in the misc section. | |||||
| * | | Fixes in the misc section. | chriseth | 2015-12-21 | 2 | -40/+44 | |
| | | | ||||||
* | | | sending value to an overloaded function | ethers | 2015-12-19 | 1 | -0/+10 | |
|/ / | | | | | from https://gitter.im/ethereum/solidity?at=5673fb41b5777fb85ba496fa | |||||
* | | Update installing-solidity.rst | RJ | 2015-12-18 | 1 | -1/+1 | |
| | | ||||||
* | | Update installing-solidity.rst | RJ | 2015-12-18 | 1 | -1/+1 | |
| | | ||||||
* | | new doc | RJ Catalano | 2015-12-18 | 1 | -1/+3 | |
|/ | ||||||
* | Note about private note being invisible. | chriseth | 2015-12-14 | 1 | -0/+7 | |
| | ||||||
* | Pygments highlighting rules for Solidity. | chriseth | 2015-12-11 | 2 | -2/+91 | |
| | ||||||
* | Merge pull request #293 from chriseth/doc_index | chriseth | 2015-12-10 | 2 | -9/+169 | |
|\ | | | | | Documentation index page and build instructions. | |||||
| * | Added build guide. | chriseth | 2015-12-10 | 2 | -42/+140 | |
| | | ||||||
| * | Improved index page. | chriseth | 2015-12-10 | 1 | -9/+29 | |
| | | ||||||
| * | Update for_Ze_Devs.md | RJ | 2015-12-10 | 1 | -5/+16 | |
| | | ||||||
| * | Update for_Ze_Devs.md | RJ | 2015-12-10 | 1 | -2/+2 | |
| | | ||||||
| * | Update for_Ze_Devs.md | RJ | 2015-12-10 | 1 | -1/+1 | |
| | | ||||||
| * | Create for_Ze_Devs.md | RJ | 2015-12-10 | 1 | -0/+31 | |
| | | | | | | tentative means to get a dev environment set up for the compiler on OS X | |||||
* | | Overflow check. | chriseth | 2015-12-10 | 1 | -0/+14 | |
|/ | ||||||
* | Added some lost changes. | chriseth | 2015-12-08 | 3 | -1/+14 | |
| | ||||||
* | Add pdf config. | chriseth | 2015-12-08 | 1 | -0/+1 | |
| | ||||||
* | Imported documentation. | chriseth | 2015-12-08 | 17 | -0/+5229 | |