aboutsummaryrefslogtreecommitdiffstats
path: root/test/ruby
Commit message (Expand)AuthorAgeFilesLines
* * 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
* * test/ruby/test_thread.rb (TestThread#test_recursive): removematz2009-09-161-9/+0
* * thread.c (rb_exec_recursive_outer, rb_exec_recursive): Added method to shor...marcandre2009-09-152-1/+15
* Use rb_isspace for ASCII-incompatible strings.naruse2009-09-151-0/+5
* * string.c (rb_str_lstrip_bang): use ascii_isspace(). [ruby-dev:39322]matz2009-09-141-2/+0
* remove temporally files explicitly.akr2009-09-131-1/+2
* make tempfile prefix more descriptive.akr2009-09-131-6/+6
* * test/ruby/test_process.rb (test_rlimit_value): rlim_max may benobu2009-09-131-4/+4
* * test/ruby/test_require.rb (test_relative): test without currentnobu2009-09-121-0/+6
* * vm_method.c (rb_alias): hooks are called from rb_add_method_def.nobu2009-09-121-1/+13
* * vm_method.c (rb_add_method, rb_add_method_me): call method addednobu2009-09-121-0/+19
* * test/ruby/envutil.rb (assert_normal_exit): Don't useakr2009-09-101-7/+6
* * test/ruby/test_require.rb (test_relative): tests for require_relative.nobu2009-09-091-1/+19
* * load.c (rb_feature_provided): fixed for autoloading extensionnobu2009-09-091-0/+12
* * io.c (rb_io_tell): adjustment for ungotten data.nobu2009-09-071-0/+6
* * compile.c (iseq_compile_each): op_asgn to aref should return rhs.nobu2009-09-051-0/+25
* * compile.c (iseq_compile_each): &&= and ||= should return rhs.nobu2009-09-051-2/+8
* * compile.c (iseq_compile_each): &&= and ||= should return rhs.nobu2009-09-051-17/+38
* * re.c (update_char_offset): position should be long.nobu2009-09-041-0/+8
* * test/ruby/test_io.rb (test_binmode_after_closed): test for [ruby-core:25363].nobu2009-09-041-0/+6
* * math.c (math_gamma): get rid of direct comparison between toonobu2009-09-021-0/+11
* * test/ruby/test_argf.rb (assert_src_expected): refactored.nobu2009-08-311-53/+29
* * vm_method.c (rb_remove_method_id): exported.nobu2009-08-271-0/+1
* * re.c (rb_reg_preprocess_dregexp): set encoding as ASCII-8BITnaruse2009-08-271-0/+1
* * random.c (random_rand): fixed for edge cases of ranges.nobu2009-08-261-0/+8
* * random.c (random_rand): unified random_int and random_float.nobu2009-08-261-44/+50
* * enumerator.c (ary2sv): add dup argument.akr2009-08-211-0/+22