aboutsummaryrefslogtreecommitdiffstats
path: root/test/ruby
Commit message (Expand)AuthorAgeFilesLines
* * test/ruby/test_enum.rb (test_count): marked as an implementationnobu2009-10-301-8/+10
* * vm_eval.c (vm_call0, vm_call_super, rb_f_send, rb_f_public_send):nobu2009-10-301-0/+25
* * vm_eval.c (rb_search_method_emtry, rb_method_call_status): splitnobu2009-10-303-2/+26
* * test/ruby/test_enum.rb (test_count): test for [ruby-core:24794].nobu2009-10-301-0/+9
* * test/ruby/enc/test_gb18030.rb (test_left_adjust_char_head):nobu2009-10-291-26/+27
* * array.c (rb_ary_to_ary): do not use #respond_to? to detectmatz2009-10-291-2/+2
* * encoding.c (get_filesystem_encoding): removed.naruse2009-10-281-0/+2
* * string.c (chopped_length): get rid of unexpected exception.nobu2009-10-271-9/+0
* * io.c (io_fwrite): adjust stdio file position after direct write onnobu2009-10-261-0/+15
* * class.c (rb_class_new): move class check to rb_check_inheritable().matz2009-10-231-2/+1
* * test/ruby/envutil.rb (assert_in_out_err): test_stdout andakr2009-10-222-3/+3
* * test/ruby/{marshaltestlib,test_marshal}.rb: suppressed warnings.nobu2009-10-212-4/+4
* * iseq.c (prepare_iseq_build, rb_iseq_build_for_ruby2cext):nobu2009-10-191-0/+4
* Retry until the signal is trapped.naruse2009-10-181-1/+4
* * marshal.c (id2encidx): register encoding name.nobu2009-10-171-0/+43
* * test/ruby/test_thread.rb (test_status_and_stop_p): reduce the risknobu2009-10-161-4/+2
* * test/ruby/test_object.rb (test_respond_to_missing):nobu2009-10-161-1/+1
* * test/ruby/test_object.rb (test_remove_method): test for Bug#2202.nobu2009-10-161-0/+20
* * io.c (io_encoding_set): get rid of parsing non-ascii string, andnobu2009-10-151-21/+20
* * io.c (io_reopen): unread current buffer before telling thenobu2009-10-151-0/+9
* * ruby.c (process_options): script name should not be shown in annobu2009-10-141-0/+9
* * test/ruby/test_regexp.rb (TestRegexp#test_parse_kg): suppressnobu2009-10-121-1/+1
* * marshal.c (has_encoding): added for check the regexpnaruse2009-10-111-1/+5
* * tool/enc-unicode.rb: parse range notation of UnicodeData.txt.naruse2009-10-081-0/+1
* * marshal.c (struct {dump,load}_arg): manage with dfree, insteadnobu2009-10-041-0/+41
* add assertion message.akr2009-10-041-2/+3
* * vm_method.c (rb_add_method_def): no redefinition warning onnobu2009-10-032-1/+17
* * object.c (rb_f_integer): now Integer() takes optional basematz2009-10-031-0/+13
* * enum.c (enum_slice_before): take a pattern if no block given.akr2009-10-021-0/+4
* * vm_method.c (rb_add_method_def): show the location wherenobu2009-09-302-0/+8
* Escape as \x{XXXX} other than Unicode chars.naruse2009-09-291-2/+2
* * test/ruby/test_class.rb (test_method_redefinition): commit miss.nobu2009-09-291-1/+1
* * test/ruby/test_{class,module}.rb (test_method_redefinition): includenobu2009-09-292-2/+32
* * test/ruby/test_{class,module}.rb (test_method_redefinition): refined.nobu2009-09-293-20/+71
* * test/ruby/test_module.rb: suppress warnings.nobu2009-09-291-4/+4
* * vm_method.c (rb_add_method_def): nothing to do if old method hadnobu2009-09-291-0/+8
* * test/ruby/test_class.rb (test_module_function): tests for warnings.nobu2009-09-291-0/+27
* Refine tests arround String#inspect.naruse2009-09-291-35/+12
* * string.c (rb_str_inspect): dump as \uXXXX when thenaruse2009-09-291-24/+33
* git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@25129 b2dd03c8-39d4-4d8f-98...matz2009-09-281-0/+3
* * proc.c (missing_wrap): reverted.nobu2009-09-251-0/+2
* * proc.c (mnew): fix for instance method of Module, BasicObjectnobu2009-09-251-2/+13
* * proc.c (mnew): generate method object that wraps method_missing,matz2009-09-241-0/+33
* * parse.y (assign_in_cond): also should warn assignment to dvar innobu2009-09-231-2/+22
* * string.c (rb_str_upto): keep first width. [ruby-dev:39361]nobu2009-09-232-0/+14
* * enum.c (enum_chunk): new method Enumerable#chunk.akr2009-09-221-0/+70
* * proc.c (proc_binding): allow proc from method. [ruby-core:25589]nobu2009-09-211-0/+1
* * dir.c (GlobPathValue), file.c (rb_get_path_check): path namesnobu2009-09-192-0/+19
* * marshal.c (r_object0): entry regexp object before its encodingnobu2009-09-181-0/+8
* * compile.c (iseq_compile_each), parse.y (stmt, arg): arg_concat()nobu2009-09-181-0/+8