summaryrefslogtreecommitdiff
path: root/test/ruby/test_symbol.rb
AgeCommit message (Expand)Author
2014-09-19symbol.c: fix dynamic attrset IDnobu
2014-09-11* string.c (sym_find): remove Symbol.find because we have Symbol GC now.naruse
2014-05-02parse.y: turn dynamically interned Symbol into an IDnobu
2014-04-30parse.y: pin down dynamic symbol onlynobu
2014-04-29* test/ruby/test_symbol.rb (TestSymbol#test_symbol_gc_1): fix typo.ktsj
2014-04-29* parse.y (symbols_i): like r45492, call rb_gc_resurrect().ktsj
2014-04-24Add test for r45492, r45693, r45698naruse
2014-04-23* parse.y (dsym_node_gen): like r45492, call rb_gc_resurrect().naruse
2014-02-25* string.c (sym_find): Add Symbol.find(str), which returns whether givennaruse
2013-09-19* include/ruby/ruby.h: make Symbol objects frozen.ko1
2013-06-18test_symbol.rb: fix testnobu
2013-06-17* include/ruby/ruby.h, vm_eval.c (rb_funcall_with_block):ktsj
2013-06-17skip new tests until fixednobu
2013-06-17test/ruby/test_symbol.rb: tests for [Bug #8531]nobu
2013-04-24parse.y: disallow $-nobu
2012-08-23* test/ruby/test_fixnum.rb (TestFixnum#test_singleton_method): new test.usa
2012-03-15* parse.y (sym_check_asciionly): check ascii compatibility beforenobu
2011-10-07* test/-ext-/symbol/test_inadvertent_creation.rb: moved tests fromnobu
2011-08-02* parse.y (rb_enc_symname2_p): :! is valid symbol. [Bug #5136]nobu
2011-07-27* test/ruby/test_symbol.rb (test_no_inadvertent_symbol_creation):nobu
2011-07-27* test/ruby/test_symbol.rb (test_no_inadvertent_symbol_creation3):nobu
2011-07-27* test/ruby/test_symbol.rb (test_inspect): use %W to enablenobu
2011-07-27* test/ruby/test_symbol.rb (TestSymbol#test_inspect): workaround fornobu
2011-07-26* eval_error.c (rb_print_undef_str): new function to raisenobu
2011-07-23* error.c (rb_name_error_str): new function to raise NameErrornobu
2011-07-23* parse.y (rb_enc_symname_type): :$a!, @a! and so on are notnaruse
2011-07-22* object.c (rb_mod_{const,cvar}_defined, rb_obj_ivar_defined):nobu
2010-06-02 * test/ruby/test_{string,symbol}.rb (test_ascii_incomat_inspect):nobu
2010-05-28* string.c (sym_inspect): escape ASCII-compatible strings.nobu
2010-01-22* test/ruby/test_regexp.rb, test/ruby/test_symbol.rb,mame
2009-03-06* {ext,lib,test}/**/*.rb: removed trailing spaces.nobu
2008-05-15* test/ruby/test_string.rb: add tests to achieve over 90% testmame
2008-04-22* test/ruby/test_symbol.rb (TestSymbol#test_to_proc): Improve tests of Symbol...kazu
2008-04-22add a test of Symbol#to_proc.kazu
2008-04-15* test/ruby/test_symbol.rb (TestSymbol#test_to_proc): add tests.kazu
2007-12-24* proc.c (rb_proc_new), vm.c (invoke_block): removed u3.state magic.nobu
2005-12-19* parse.y (rb_symname_p): fixed wrong validation. [ruby-dev:28047]nobu
2005-10-22* object.c (sym_inspect), parse.y (parser_yylex, rb_symname_p): checknobu