aboutsummaryrefslogtreecommitdiffstats
path: root/doc/syntax
Commit message (Expand)AuthorAgeFilesLines
* * doc/syntax/calling_methods.rdoc: fix old operator for safe navigationhsbt2015-12-301-1/+1
* * doc/syntax/*.rdoc: separated modifier at sentence.hsbt2015-12-189-53/+45
* * doc/syntax/refinements.rdoc: remove outdated description.shugo2015-12-091-6/+0
* parse.y: indented hereocnobu2015-12-071-0/+14
* * doc/syntax/refinements.rdoc: update documentation to reflectshugo2015-11-181-26/+34
* * NEWS: [DOC] In the new safe call syntax, arguments are evaluatedknu2015-10-231-1/+1
* Safe navigation operatornobu2015-10-221-0/+4
* [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/control_expressions.rdoc: fix a missing "a"hsbt2015-05-081-1/+1
* * doc/contributors.rdoc: fix a typo. Patch by @davydovantonhsbt2015-04-151-1/+1
* * doc/syntax/methods.rdoc: add some missing spaces andhsbt2015-03-041-6/+6
* * doc/syntax/calling_methods.rdoc: Fix documentation for "calling_methods"hsbt2015-02-171-1/+1
* 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/refinements.rdoc: refinements are no longer experimental.hsbt2014-12-011-5/+0
* doc: remove trailing spacesnobu2014-09-231-5/+5
* * doc/syntax/methods.rdoc: [DOC] [] and []= methods by @processzzak2014-09-221-0/+19
* * doc/syntax/assignment.rdoc: [DOC] Fix typo unclosed HTML tag by @andrewdotnhsbt2014-04-021-1/+1
* * doc/syntax/literals.rdoc: [DOC] Single quote strings allows escapezzak2014-03-141-1/+2
* * doc/syntax/assignment.rdoc: [DOC] Fix assignment directions [ci skip]zzak2014-03-061-5/+5
* * doc/syntax/methods.rdoc: [DOC] Fix example for block arguments [ci skip]zzak2014-03-061-1/+1
* * doc/syntax/refinements.rdoc: typo fix by @skade [fix GH-508]hsbt2014-01-211-1/+1
* * doc/syntax/methods.rdoc: [DOC] Added example for underscorezzak2013-12-221-17/+40
* * doc/contributing.rdoc: [DOC] curses is no more in the stdliba_matsuda2013-12-101-2/+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/refinements.rdoc: Remove mention of instance_eval anddrbrain2013-08-021-3/+2
* * doc/syntax/refinements.rdoc: Improve description of where you maydrbrain2013-08-021-3/+5
* * doc/syntax/refinements.rdoc: add description of Module#using andshugo2013-07-021-1/+26
* * doc/syntax/refinements.rdoc : Fix a missing quoteeregon2013-05-051-1/+1
* * doc/syntax/calling_methods.rdoc: Added a Method Lookup section.drbrain2013-01-242-1/+26
* * doc/syntax/refinements.rdoc: Added refinements document based ondrbrain2013-01-241-0/+240
* * doc/syntax/assignment.rdoc (Implicit Array Assignment): Clarifydrbrain2013-01-231-4/+5
* * doc/syntax/assignment.rdoc (Local Variables and Methods): Fixeddrbrain2013-01-231-1/+5
* * doc/syntax/miscellaneous.rdoc: Added section on defined?drbrain2013-01-191-0/+30
* * doc/syntax/assignment.rdoc (Local Variables and Methods): Made itdrbrain2013-01-191-1/+11
* * doc/syntax/assignment.rdoc: Improved linksdrbrain2013-01-192-5/+6
* * doc/syntax/assignment.rdoc: Added a syntax document on assignment.drbrain2013-01-181-0/+439
* * doc/syntax/methods.rdoc: Added Array Decomposition.drbrain2013-01-181-0/+61
* * doc/syntax/miscellaneous.rdoc: Added Ending an Expression anddrbrain2013-01-171-0/+16
* * doc/syntax/control_expressions.rdoc: Added ? : ternary ifdrbrain2013-01-171-0/+21
* * doc/syntax/miscellaneous.rdoc: Added documentation for alias, undef,drbrain2013-01-162-2/+70
* * doc/syntax/control_expressions.rdoc (Flip-Flop): Added a section ondrbrain2013-01-161-0/+59