| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | test_symbol.rb: relax | nobu | 2015-10-01 | 1 | -1/+1 |
* | proc.c: fix symbol proc mark | nobu | 2015-10-01 | 1 | -0/+5 |
* | vm_args.c: GC guard | nobu | 2015-10-01 | 1 | -0/+5 |
* | test_parse.rb: move assertions | nobu | 2015-05-22 | 1 | -0/+13 |
* | vm_eval.c: allow symbols to instance_eval/exec | nobu | 2015-04-23 | 1 | -0/+29 |
* | * test/ruby/test_symbol.rb: fix syntax error. | ko1 | 2015-04-08 | 1 | -2/+2 |
* | hash.c: compare symbols by identities | nobu | 2015-04-08 | 1 | -0/+19 |
* | * test/ruby/test_symbol.rb: avoid a false positive in AIX | odaira | 2015-03-02 | 1 | -1/+1 |
* | test_inadvertent_creation.rb: move tests | nobu | 2015-02-05 | 1 | -65/+0 |
* | * vm_insnhelper.c: Revert r49500 (6ae6a8c7bc86e97) | marcandre | 2015-02-04 | 1 | -2/+2 |
* | * vm_eval.c: Fix symbol leak with non optimized +send+ and method_missing [#1... | marcandre | 2015-02-04 | 1 | -0/+29 |
* | * vm_insnhelper.c: Fix symbol leak with +send+ and method_missing [#10828] | marcandre | 2015-02-04 | 1 | -0/+16 |
* | * vm_insnhelper.c: Fix one type of symbol leak with +send+ | marcandre | 2015-02-04 | 1 | -0/+20 |
* | * test/ruby/test_symbol.rb (TestSymbol#test_symbol_fstr_leak): get rid of a | usa | 2015-01-08 | 1 | -1/+1 |
* | symbol.c: fix memory leak from global fstr hash | normal | 2015-01-01 | 1 | -0/+8 |
* | symbol.c: fix dynamic attrset ID | nobu | 2014-09-19 | 1 | -0/+8 |
* | * string.c (sym_find): remove Symbol.find because we have Symbol GC now. | naruse | 2014-09-11 | 1 | -35/+0 |
* | parse.y: turn dynamically interned Symbol into an ID | nobu | 2014-05-02 | 1 | -6/+8 |
* | parse.y: pin down dynamic symbol only | nobu | 2014-04-30 | 1 | -0/+18 |
* | * test/ruby/test_symbol.rb (TestSymbol#test_symbol_gc_1): fix typo. | ktsj | 2014-04-29 | 1 | -1/+1 |
* | * parse.y (symbols_i): like r45492, call rb_gc_resurrect(). | ktsj | 2014-04-29 | 1 | -0/+4 |
* | Add test for r45492, r45693, r45698 | naruse | 2014-04-24 | 1 | -0/+6 |
* | * parse.y (dsym_node_gen): like r45492, call rb_gc_resurrect(). | naruse | 2014-04-23 | 1 | -0/+6 |
* | * string.c (sym_find): Add Symbol.find(str), which returns whether given | naruse | 2014-02-25 | 1 | -0/+15 |
* | * include/ruby/ruby.h: make Symbol objects frozen. | ko1 | 2013-09-19 | 1 | -0/+8 |
* | test_symbol.rb: fix test | nobu | 2013-06-18 | 1 | -4/+2 |
* | * include/ruby/ruby.h, vm_eval.c (rb_funcall_with_block): | ktsj | 2013-06-17 | 1 | -1/+0 |
* | skip new tests until fixed | nobu | 2013-06-17 | 1 | -0/+2 |
* | test/ruby/test_symbol.rb: tests for [Bug #8531] | nobu | 2013-06-17 | 1 | -1/+29 |
* | parse.y: disallow $- | nobu | 2013-04-24 | 1 | -5/+4 |
* | * test/ruby/test_fixnum.rb (TestFixnum#test_singleton_method): new test. | usa | 2012-08-23 | 1 | -0/+4 |
* | * parse.y (sym_check_asciionly): check ascii compatibility before | nobu | 2012-03-15 | 1 | -0/+7 |
* | * test/-ext-/symbol/test_inadvertent_creation.rb: moved tests from | nobu | 2011-10-07 | 1 | -82/+0 |
* | * parse.y (rb_enc_symname2_p): :! is valid symbol. [Bug #5136] | nobu | 2011-08-02 | 1 | -7/+11 |
* | * test/ruby/test_symbol.rb (test_no_inadvertent_symbol_creation): | nobu | 2011-07-27 | 1 | -2/+7 |
* | * test/ruby/test_symbol.rb (test_no_inadvertent_symbol_creation3): | nobu | 2011-07-27 | 1 | -35/+39 |
* | * test/ruby/test_symbol.rb (test_inspect): use %W to enable | nobu | 2011-07-27 | 1 | -1/+1 |
* | * test/ruby/test_symbol.rb (TestSymbol#test_inspect): workaround for | nobu | 2011-07-27 | 1 | -1/+1 |
* | * eval_error.c (rb_print_undef_str): new function to raise | nobu | 2011-07-26 | 1 | -0/+33 |
* | * error.c (rb_name_error_str): new function to raise NameError | nobu | 2011-07-23 | 1 | -0/+25 |
* | * parse.y (rb_enc_symname_type): :$a!, @a! and so on are not | naruse | 2011-07-23 | 1 | -0/+13 |
* | * object.c (rb_mod_{const,cvar}_defined, rb_obj_ivar_defined): | nobu | 2011-07-22 | 1 | -0/+15 |
* | * test/ruby/test_{string,symbol}.rb (test_ascii_incomat_inspect): | nobu | 2010-06-02 | 1 | -1/+2 |
* | * string.c (sym_inspect): escape ASCII-compatible strings. | nobu | 2010-05-28 | 1 | -0/+7 |
* | * test/ruby/test_regexp.rb, test/ruby/test_symbol.rb, | mame | 2010-01-22 | 1 | -0/+4 |
* | * {ext,lib,test}/**/*.rb: removed trailing spaces. | nobu | 2009-03-06 | 1 | -1/+1 |
* | * test/ruby/test_string.rb: add tests to achieve over 90% test | mame | 2008-05-15 | 1 | -0/+43 |
* | * test/ruby/test_symbol.rb (TestSymbol#test_to_proc): Improve tests of Symbol... | kazu | 2008-04-22 | 1 | -4/+11 |
* | add a test of Symbol#to_proc. | kazu | 2008-04-22 | 1 | -0/+1 |
* | * test/ruby/test_symbol.rb (TestSymbol#test_to_proc): add tests. | kazu | 2008-04-15 | 1 | -0/+3 |