summaryrefslogtreecommitdiff
path: root/ext/tk/sample/optobj_sample.rb
AgeCommit message (Expand)Author
2004-10-11* ext/tk/lib/tk/*: untabifynagai
2004-07-01This commit was manufactured by cvs2svn to create branch 'ruby_1_8'.(no author)
'/ruby.git/commit/test/ruby/test_literal.rb?id=9b535f3ff7c2f48e34dd44564df7adc723b81276'>Interpolated strings are no longer frozen with frozen-string-literal: trueBenoit Daloze 2019-09-25Make rb_scan_args handle keywords more similar to Ruby methods (#2460)Jeremy Evans 2019-06-30Suppress unused variable warningsNobuyoshi Nakada 2019-05-29parse.y: warn escaped whitespaceNobuyoshi Nakada 2018-12-25fix a test by restoring value checking.ko1 2018-12-20hide iseq operand object for duphash. [Bug #15440]ko1 2018-12-20Test separately to get rid of risk to modify unrelated hashnobu 2018-12-20Freeze hash literals embedded in duphash instructionsnobu 2018-12-12skip a test.ko1 2018-12-03Collapse putobject, putobject, newarraytenderlove 2018-04-09parse.y: extra error message after no digitsnobu 2018-04-09test_literal.rb: use assert_syntax_errornobu 2017-12-12Add FrozenError as a subclass of RuntimeErrorshyouhei 2017-11-13compile.c: fixup r60727nobu 2017-09-17literal symbol by internnobu 2017-04-27refactor newhash (revision 58463 another try) [fix GH-1600]shyouhei 2016-11-21Revert r56856nobu 2016-07-15util.c: do not underflownobu 2016-05-17Use Integer instead of Fixnum and Bignum.akr 2015-12-16Add frozen_string_literal: false for all filesnaruse 2015-10-21parse.y: magic comment w/o indicatorsnobu 2015-09-27fronzen-string-literal pragmanobu 2015-09-10parse.y: keep literal encodingnobu 2015-07-16vm.c: fix mark with rewinding cfpnobu 2014-11-18parse.y: fix literal symbol list node typenobu 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-29Revert r37991 "compile.c: hash must be paired"naruse 2012-11-29compile.c: hash must be pairednobu 2012-10-25revert r37326 "remove string literal concatenation"nobu 2012-10-25remove string literal concatenationnobu 2012-04-18Disable 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 ifnobu 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 backslashnobu 2011-09-02* parse.y (parser_tokadd_string, parser_yylex): ignore a backslashnobu 2010-10-04* parse.y (regexp): dregexp has literal string only at the headnobu 2010-05-16* parse.y (parser_read_escape, parser_tokadd_escape): allow a hex ormame 2010-04-27* parse.y (parser_read_escape): deny extra character escapes.nobu 2010-01-25supress warnings.akr 2009-11-30* parse.y (parser_yylex): suppress an extra error message afternobu 2009-07-20* compile.c (compile_dstr_fragments): reduced needless literal.nobu 2008-03-01add tests.akr 2008-03-01add a test.akr 2007-02-23* test/ruby/test_literal.rb: new test.aamine