aboutsummaryrefslogtreecommitdiffstats
path: root/test/ruby/test_symbol.rb
Commit message (Expand)AuthorAgeFilesLines
* * include/ruby/ruby.h: make Symbol objects frozen.ko12013-09-191-0/+8
* test_symbol.rb: fix testnobu2013-06-181-4/+2
* * include/ruby/ruby.h, vm_eval.c (rb_funcall_with_block):ktsj2013-06-171-1/+0
* skip new tests until fixednobu2013-06-171-0/+2
* test/ruby/test_symbol.rb: tests for [Bug #8531]nobu2013-06-171-1/+29
* parse.y: disallow $-nobu2013-04-241-5/+4
* * test/ruby/test_fixnum.rb (TestFixnum#test_singleton_method): new test.usa2012-08-231-0/+4
* * parse.y (sym_check_asciionly): check ascii compatibility beforenobu2012-03-151-0/+7
* * test/-ext-/symbol/test_inadvertent_creation.rb: moved tests fromnobu2011-10-071-82/+0
* * parse.y (rb_enc_symname2_p): :! is valid symbol. [Bug #5136]nobu2011-08-021-7/+11
* * test/ruby/test_symbol.rb (test_no_inadvertent_symbol_creation):nobu2011-07-271-2/+7
* * test/ruby/test_symbol.rb (test_no_inadvertent_symbol_creation3):nobu2011-07-271-35/+39
* * test/ruby/test_symbol.rb (test_inspect): use %W to enablenobu2011-07-271-1/+1
* * test/ruby/test_symbol.rb (TestSymbol#test_inspect): workaround fornobu2011-07-271-1/+1
* * eval_error.c (rb_print_undef_str): new function to raisenobu2011-07-261-0/+33
* * error.c (rb_name_error_str): new function to raise NameErrornobu2011-07-231-0/+25
* * parse.y (rb_enc_symname_type): :$a!, @a! and so on are notnaruse2011-07-231-0/+13
* * object.c (rb_mod_{const,cvar}_defined, rb_obj_ivar_defined):nobu2011-07-221-0/+15
* * test/ruby/test_{string,symbol}.rb (test_ascii_incomat_inspect):nobu2010-06-021-1/+2
* * string.c (sym_inspect): escape ASCII-compatible strings.nobu2010-05-281-0/+7
* * test/ruby/test_regexp.rb, test/ruby/test_symbol.rb,mame2010-01-221-0/+4
* * {ext,lib,test}/**/*.rb: removed trailing spaces.nobu2009-03-061-1/+1
* * test/ruby/test_string.rb: add tests to achieve over 90% testmame2008-05-151-0/+43
* * test/ruby/test_symbol.rb (TestSymbol#test_to_proc): Improve tests of Symbol...kazu2008-04-221-4/+11
* add a test of Symbol#to_proc.kazu2008-04-221-0/+1
* * test/ruby/test_symbol.rb (TestSymbol#test_to_proc): add tests.kazu2008-04-151-0/+3
* * proc.c (rb_proc_new), vm.c (invoke_block): removed u3.state magic.nobu2007-12-241-0/+4
* * parse.y (rb_symname_p): fixed wrong validation. [ruby-dev:28047]nobu2005-12-191-0/+27
* * object.c (sym_inspect), parse.y (parser_yylex, rb_symname_p): checknobu2005-10-221-0/+50