index
:
ruby.git
master
ruby_1_3
ruby_1_4
ruby_1_6
ruby_1_8
ruby_1_8_5
ruby_1_8_6
ruby_1_8_7
ruby_1_9_1
ruby_1_9_2
ruby_1_9_3
ruby_2_0_0
ruby_2_1
ruby_2_2
ruby_2_3
ruby_2_4
ruby_2_5
ruby_2_6
ruby_2_7
ruby_3_0
ruby_3_1
ruby_3_2
ruby_3_3
ruby_3_4
v1_0r
v1_1dev
v1_1r
The Ruby Programming Language
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
doc
/
syntax
/
literals.rdoc
Age
Commit message (
Expand
)
Author
2021-11-27
Enhanced RDoc for numeric.c (#5184)
Burdette Lamar
2021-05-20
Remove extra word in heredoc documentation
Jeremy Evans
2020-11-30
-> creates a lambda so this updates the documentation to reflect that
James Koenig
2020-10-12
Respectively, instead of respentively
Victor Goff
2020-09-29
doc/syntax/literals.rdoc: explain `#@@foo` too [ci skip]
Nobuyoshi Nakada
2020-09-29
doc/syntax/literals.rdoc: explain `#@foo` and `#$foo`
Yusuke Endoh
2020-04-17
Removed NIL/TRUE/FALSE from documents too
Kazuhiro NISHIYAMA
2019-08-04
Use the word heredocs in Here Documents docs
Olivier Lacan
2019-05-03
Fix typo
Marcus Stollsteimer
2019-04-29
Disallow also CR in here-doc identifier
Nobuyoshi Nakada
2019-04-29
parse.y: fix here-doc identifier with newline
Nobuyoshi Nakada
2019-04-03
Introduce beginless range [Feature#14799]
mame
2018-12-12
range.c: Documentation on endless ranges.
marcandre
2018-11-17
[DOC] rational and imaginary literals [ci skip]
nobu
2017-02-03
doc: Fix error for escape sequences in string literals
normal
2015-12-18
* doc/syntax/*.rdoc: separated modifier at sentence.
hsbt
2015-12-07
parse.y: indented hereoc
nobu
2015-09-16
[DOC] Remove `\0` since it's aprt of octal notation
knu
2015-09-16
[DOC] `\0` is interpreted as NUL only if not followed by an octal digit.
knu
2015-09-16
literals.rdoc: add DEL [ci skip]
nobu
2015-09-16
[DOC] Revise the character literal part.
knu
2015-09-16
[DOC] Document the full list of supported escape sequences in string literals
knu
2015-09-16
literals.rdoc: fix typos
nobu
2015-09-16
* doc/syntax/literals.rdoc (Strings): mention about ?a literal.
usa
2014-12-29
doc/syntax/literals.rdoc: spelling fix
normal
2014-12-29
literals.rdoc: quoted symbol keys
nobu
2014-12-29
literals.rdoc: Update for symbol literals
nobu
2014-03-14
* doc/syntax/literals.rdoc: [DOC] Single quote strings allows escape
zzak
2013-08-12
* doc/syntax/literals.rdoc: [DOC] String literal concat by @cknadler
zzak
2013-08-10
* doc/syntax/literals.rdoc: Use single quotes instead of double quotes
charliesome
2013-01-16
* doc/syntax/literals.rdoc (Strings): Fixed typo. Fixes #236 on
drbrain
2012-12-19
* doc/syntax/literals.rdoc: Added 0d decimal format. Thanks Nobu!
drbrain
2012-12-18
* doc/syntax/literals.rdoc: Used simplified heredoc example that
drbrain
2012-12-18
* doc/syntax/literals.rdoc: Added 0o octal integers.
drbrain
2012-12-17
* doc/syntax.rdoc: Added syntax guide table of contents
drbrain