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