aboutsummaryrefslogtreecommitdiffstats
path: root/doc/syntax/literals.rdoc
Commit message (Expand)AuthorAgeFilesLines
* * doc/syntax/*.rdoc: separated modifier at sentence.hsbt2015-12-181-3/+3
* parse.y: indented hereocnobu2015-12-071-0/+14
* [DOC] Remove `\0` since it's aprt of octal notationknu2015-09-161-2/+1
* [DOC] `\0` is interpreted as NUL only if not followed by an octal digit.knu2015-09-161-1/+1
* literals.rdoc: add DEL [ci skip]nobu2015-09-161-0/+3
* [DOC] Revise the character literal part.knu2015-09-161-13/+12
* [DOC] Document the full list of supported escape sequences in string literalsknu2015-09-161-2/+25
* literals.rdoc: fix typosnobu2015-09-161-2/+2
* * doc/syntax/literals.rdoc (Strings): mention about ?a literal.usa2015-09-161-0/+17
* doc/syntax/literals.rdoc: spelling fixnormal2014-12-291-1/+1
* literals.rdoc: quoted symbol keysnobu2014-12-291-0/+8
* literals.rdoc: Update for symbol literalsnobu2014-12-291-3/+0
* * doc/syntax/literals.rdoc: [DOC] Single quote strings allows escapezzak2014-03-141-1/+2
* * doc/syntax/literals.rdoc: [DOC] String literal concat by @cknadlerzzak2013-08-121-0/+12
* * doc/syntax/literals.rdoc: Use single quotes instead of double quotescharliesome2013-08-101-1/+1
* * doc/syntax/literals.rdoc (Strings): Fixed typo. Fixes #236 ondrbrain2013-01-161-1/+1
* * doc/syntax/literals.rdoc: Added 0d decimal format. Thanks Nobu!drbrain2012-12-191-1/+5
* * doc/syntax/literals.rdoc: Used simplified heredoc example thatdrbrain2012-12-181-4/+8
* * doc/syntax/literals.rdoc: Added 0o octal integers.drbrain2012-12-181-2/+6
* * doc/syntax.rdoc: Added syntax guide table of contentsdrbrain2012-12-171-0/+283