index
:
ruby.git
master
ruby_1_3
ruby_1_4
ruby_1_6
ruby_1_8
ruby_1_8_5
ruby_1_8_6
ruby_1_8_7
ruby_1_9_1
ruby_1_9_2
ruby_1_9_3
ruby_2_0_0
ruby_2_1
ruby_2_2
ruby_2_3
ruby_2_4
ruby_2_5
ruby_2_6
ruby_2_7
ruby_3_0
ruby_3_1
ruby_3_2
ruby_3_3
ruby_3_4
ruby_4_0
v1_0r
v1_1dev
v1_1r
The Ruby Programming Language
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
ruby
Age
Commit message (
Expand
)
Author
2009-10-04
add assertion message.
akr
2009-10-03
* vm_method.c (rb_add_method_def): no redefinition warning on
nobu
2009-10-03
* object.c (rb_f_integer): now Integer() takes optional base
matz
2009-10-02
* enum.c (enum_slice_before): take a pattern if no block given.
akr
2009-09-30
* vm_method.c (rb_add_method_def): show the location where
nobu
2009-09-29
Escape as \x{XXXX} other than Unicode chars.
naruse
2009-09-29
* test/ruby/test_class.rb (test_method_redefinition): commit miss.
nobu
2009-09-29
* test/ruby/test_{class,module}.rb (test_method_redefinition): include
nobu
2009-09-29
* test/ruby/test_{class,module}.rb (test_method_redefinition): refined.
nobu
2009-09-29
* test/ruby/test_module.rb: suppress warnings.
nobu
2009-09-29
* vm_method.c (rb_add_method_def): nothing to do if old method had
nobu
2009-09-29
* test/ruby/test_class.rb (test_module_function): tests for warnings.
nobu
2009-09-29
Refine tests arround String#inspect.
naruse
2009-09-29
* string.c (rb_str_inspect): dump as \uXXXX when the
naruse
2009-09-28
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@25129 b2dd03c8-39d4-4d8f-98...
matz
2009-09-25
* proc.c (missing_wrap): reverted.
nobu
2009-09-25
* proc.c (mnew): fix for instance method of Module, BasicObject
nobu
2009-09-24
* proc.c (mnew): generate method object that wraps method_missing,
matz
2009-09-23
* parse.y (assign_in_cond): also should warn assignment to dvar in
nobu
2009-09-23
* string.c (rb_str_upto): keep first width. [ruby-dev:39361]
nobu
2009-09-22
* enum.c (enum_chunk): new method Enumerable#chunk.
akr
2009-09-21
* proc.c (proc_binding): allow proc from method. [ruby-core:25589]
nobu
2009-09-19
* dir.c (GlobPathValue), file.c (rb_get_path_check): path names
nobu
2009-09-18
* marshal.c (r_object0): entry regexp object before its encoding
nobu
2009-09-18
* compile.c (iseq_compile_each), parse.y (stmt, arg): arg_concat()
nobu
2009-09-16
* test/ruby/test_thread.rb (TestThread#test_recursive): remove
matz
2009-09-15
* thread.c (rb_exec_recursive_outer, rb_exec_recursive): Added method to shor...
marcandre
2009-09-15
Use rb_isspace for ASCII-incompatible strings.
naruse
2009-09-14
* string.c (rb_str_lstrip_bang): use ascii_isspace(). [ruby-dev:39322]
matz
2009-09-13
remove temporally files explicitly.
akr
2009-09-13
make tempfile prefix more descriptive.
akr
2009-09-13
* test/ruby/test_process.rb (test_rlimit_value): rlim_max may be
nobu
2009-09-12
* test/ruby/test_require.rb (test_relative): test without current
nobu
2009-09-12
* vm_method.c (rb_alias): hooks are called from rb_add_method_def.
nobu
2009-09-12
* vm_method.c (rb_add_method, rb_add_method_me): call method added
nobu
2009-09-10
* test/ruby/envutil.rb (assert_normal_exit): Don't use
akr
2009-09-09
* test/ruby/test_require.rb (test_relative): tests for require_relative.
nobu
2009-09-09
* load.c (rb_feature_provided): fixed for autoloading extension
nobu
2009-09-07
* io.c (rb_io_tell): adjustment for ungotten data.
nobu
2009-09-05
* compile.c (iseq_compile_each): op_asgn to aref should return rhs.
nobu
2009-09-05
* compile.c (iseq_compile_each): &&= and ||= should return rhs.
nobu
2009-09-05
* compile.c (iseq_compile_each): &&= and ||= should return rhs.
nobu
2009-09-04
* re.c (update_char_offset): position should be long.
nobu
2009-09-04
* test/ruby/test_io.rb (test_binmode_after_closed): test for [ruby-core:25363].
nobu
2009-09-02
* math.c (math_gamma): get rid of direct comparison between too
nobu
2009-08-31
* test/ruby/test_argf.rb (assert_src_expected): refactored.
nobu
2009-08-27
* vm_method.c (rb_remove_method_id): exported.
nobu
2009-08-27
* re.c (rb_reg_preprocess_dregexp): set encoding as ASCII-8BIT
naruse
2009-08-26
* random.c (random_rand): fixed for edge cases of ranges.
nobu
2009-08-26
* random.c (random_rand): unified random_int and random_float.
nobu
[next]