chriseth
|
4f5a95d569
|
Update documentation to version 0.4.0.
|
2016-09-06 19:11:41 +02:00 |
|
Dimitry
|
183cd70c47
|
add "pragma solidity ^0.4.0;" to code examples
|
2016-09-05 14:54:54 +03:00 |
|
Denton Liu
|
9ace0ca310
|
Clarify typecasting
|
2016-08-26 17:13:45 -04:00 |
|
chriseth
|
e7084d9e16
|
Throw on division by zero.
|
2016-08-17 11:27:15 +02:00 |
|
Alex Beregszaszi
|
ec3298535e
|
Introduce hex literals (#832)
* Introduce hex keyword token
* Support hex literals
* Include tests for hex literals
* Document hex literals
|
2016-08-16 16:31:23 +02:00 |
|
Denton Liu
|
1634a79bd8
|
Correct all UTF-8 spellings
|
2016-08-11 11:10:47 -04:00 |
|
Denton Liu
|
e4f9e1f788
|
Mention single-quotes
|
2016-08-11 11:10:47 -04:00 |
|
Denton Liu
|
581114da3e
|
Correct UTF-8 spellings
|
2016-08-11 11:10:47 -04:00 |
|
Alex Beregszaszi
|
b881dbb292
|
Document \n, \xNN and \uNNNN
|
2016-08-04 17:35:34 +01:00 |
|
Alex Beregszaszi
|
fefe9bdee7
|
Fix String Literals documentation about implicit conversions
|
2016-08-04 17:35:34 +01:00 |
|
chriseth
|
267b32df83
|
Merge pull request #764 from Denton-L/make-safe
Throw if send() fails in example code
|
2016-08-01 12:43:21 +02:00 |
|
Denton Liu
|
e3a942c738
|
Throw if send() fails in example code
|
2016-07-29 14:04:47 -04:00 |
|
Denton Liu
|
5d09211d50
|
Add link to operator table
|
2016-07-20 15:48:55 -04:00 |
|
chriseth
|
efad1e05ac
|
Merge pull request #680 from Denton-L/fix-679
Add section about default values of variables
|
2016-07-08 20:15:28 +02:00 |
|
Denton Liu
|
d4d7d9854a
|
Add reference to default values in mapping section
|
2016-07-04 10:52:08 -04:00 |
|
chriseth
|
2df142c496
|
Security Considerations
|
2016-07-04 15:27:53 +02:00 |
|
Pi Delport
|
d88956e864
|
Restore correct inline code sample
(This appears to have been accidentally broken in a73428b4.)
|
2016-06-20 15:37:56 +02:00 |
|
Fabio Berger
|
38b1c3d492
|
Added missing word in sentence
|
2016-06-18 05:05:38 +01:00 |
|
chriseth
|
63b6305689
|
Merge pull request #618 from chriseth/inlineArrays
Document inline arrays.
|
2016-06-08 18:09:18 +02:00 |
|
chriseth
|
4df0765934
|
Fixed typo.
|
2016-06-03 11:42:48 +02:00 |
|
Denton Liu
|
bb83fd5adb
|
Changed reference name
|
2016-06-02 09:29:53 -04:00 |
|
Denton Liu
|
fc121b9ba7
|
Documented max stack depth at 1024
|
2016-06-02 09:14:53 -04:00 |
|
Denton Liu
|
4a2c8fa9b7
|
uint20 is not a type
|
2016-06-01 13:59:45 -04:00 |
|
chriseth
|
84a8c0c008
|
Document some pitfalls in connection with "send".
|
2016-06-01 13:22:15 -04:00 |
|
Denton Liu
|
9da7a4c17c
|
Link address-type and address-global methods
|
2016-06-01 13:18:43 -04:00 |
|
Denton Liu
|
cb2a4df6e5
|
Corrected typo
|
2016-06-01 13:15:17 -04:00 |
|
chriseth
|
d8bf98598b
|
Document inline arrays.
|
2016-05-31 15:55:58 +02:00 |
|
Denton Liu
|
49f5bc7ce9
|
Changed inline code syntax
Changed from :code:`<inline>` to ``<inline>``
|
2016-05-30 09:44:33 -04:00 |
|
Denton Liu
|
a73428b4ef
|
Modified types.rst
Corrected inline code syntax
|
2016-05-30 09:44:33 -04:00 |
|
Denton Liu
|
d7666d9eda
|
Fixed errors introduced by previous commit
#565 introduced some errors in the documentation
|
2016-05-24 11:08:54 -04:00 |
|
VoR0220
|
9192357452
|
updated docs
types
reference
|
2016-05-18 16:36:05 -05:00 |
|
chriseth
|
798775fa1b
|
Corrected errors.
|
2016-05-18 21:59:41 +02:00 |
|
Denton Liu
|
7c22a387f3
|
Changed whitespace formatting
|
2016-05-18 11:35:32 -04:00 |
|
Denton Liu
|
d4ad3231a2
|
Removed trailing whitespace
|
2016-05-18 11:35:32 -04:00 |
|
Denton Liu
|
f364dcf719
|
Removed a bad reference to functions-on-addresses
|
2016-05-05 14:28:10 -04:00 |
|
Denton Liu
|
4de0a9556c
|
Removed bullet characters from types
|
2016-05-05 14:28:05 -04:00 |
|
chriseth
|
a81173be10
|
Extend example
|
2016-03-14 15:54:12 +01:00 |
|
chriseth
|
d34b59453a
|
Clarification
|
2016-03-14 15:46:55 +01:00 |
|
chriseth
|
c38797fbff
|
Fix examples.
|
2016-03-14 15:45:38 +01:00 |
|
chriseth
|
a762694f1d
|
Allocating arrays.
|
2016-03-14 15:43:38 +01:00 |
|
chriseth
|
d0bb87ae88
|
Documentation for delegatecall.
|
2016-03-11 17:49:59 +01:00 |
|
chriseth
|
62d8be9e21
|
Warning about using integer literals in division.
|
2016-03-11 16:44:24 +01:00 |
|
holgerd77
|
aec2f4879a
|
Added in-depth links to function modifiers, structs and enums in structure section
|
2016-02-19 12:05:56 +01:00 |
|
holgerd77
|
acee4b7040
|
Added in-depth links for further reading to the state variable, function and function modifier overview in the structure section
|
2016-02-19 11:30:00 +01:00 |
|
chriseth
|
13732aed12
|
Documentation.
|
2016-02-09 17:07:04 +01:00 |
|
chriseth
|
92c789a89c
|
Added some lost changes.
|
2015-12-07 23:35:39 +01:00 |
|
chriseth
|
64fa9ca478
|
Imported documentation.
|
2015-12-07 22:35:51 +01:00 |
|