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
v1_0r
v1_1dev
v1_1r
The Ruby Programming Language
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
ruby
/
test_literal.rb
Age
Commit message (
Expand
)
Author
2016-07-15
util.c: do not underflow
nobu
2016-05-17
Use Integer instead of Fixnum and Bignum.
akr
2015-12-16
Add frozen_string_literal: false for all files
naruse
2015-10-21
parse.y: magic comment w/o indicators
nobu
2015-09-27
fronzen-string-literal pragma
nobu
2015-09-10
parse.y: keep literal encoding
nobu
2015-07-16
vm.c: fix mark with rewinding cfp
nobu
2014-11-18
parse.y: fix literal symbol list node type
nobu
2014-11-13
* test/lib/envutil.rb: Moved from test/ruby/.
akr
2012-11-29
* compile.c (compile_array_): refix r37991 remove assertion:
naruse
2012-11-29
Revert r37991 "compile.c: hash must be paired"
naruse
2012-11-29
compile.c: hash must be paired
nobu
2012-10-25
revert r37326 "remove string literal concatenation"
nobu
2012-10-25
remove string literal concatenation
nobu
2012-04-18
Disable GC for slow this test.
naruse
2012-04-12
* compile.c (compile_array, compile_array_):
ko1
2012-02-24
* parse.y (parser_tokadd_string): insert a backslash only if
nobu
2012-02-24
* test/ruby/test_literal.rb (TestRubyLiteral#test_special_const): test for ht...
shyouhei
2012-02-23
* parse.y (parser_tokadd_string, parser_yylex): insert a backslash
nobu
2011-09-02
* parse.y (parser_tokadd_string, parser_yylex): ignore a backslash
nobu
2010-10-04
* parse.y (regexp): dregexp has literal string only at the head
nobu
2010-05-16
* parse.y (parser_read_escape, parser_tokadd_escape): allow a hex or
mame
2010-04-27
* parse.y (parser_read_escape): deny extra character escapes.
nobu
2010-01-25
supress warnings.
akr
2009-11-30
* parse.y (parser_yylex): suppress an extra error message after
nobu
2009-07-20
* compile.c (compile_dstr_fragments): reduced needless literal.
nobu
2008-03-01
add tests.
akr
2008-03-01
add a test.
akr
2007-02-23
* test/ruby/test_literal.rb: new test.
aamine