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
2010-07-29
* file.c (file_expand_path): home directory must be absolute.
nobu
2010-07-29
* file.c (file_expand_path): should check if could find user.
nobu
2010-06-15
* bignum.c (rb_big2dbl), test/ruby/test_bignum.rb (test_to_f): A negative Big...
mrkn
2010-06-07
* regexp.c (re_compile_pattern): allow zero times match for
naruse
2010-05-10
backport pack and unpack tests from Ruby 1.9.
akr
2010-05-10
* regex.c (read_special): get rid of overrun.
nobu
2010-04-19
* file.c (rb_file_s_extname): skip last directory separators.
nobu
2010-04-19
* eval.c (search_required): expand home relative path first.
nobu
2010-04-16
* test/ruby/test_thread.rb (TestThreadGroup#test_uninitialized):
nobu
2010-04-16
* {ext,lib,test}/**/*.rb: removed trailing spaces.
nobu
2010-03-25
Add tests for Kernel#singleton_class.
knu
2010-03-10
* eval.c (rb_f_loop): Return an enumerator if no block is given.
knu
2010-02-18
* pack.c (pack_unpack): call PACK_ITEM_ADJUST for 'Q'.
akr
2010-02-07
This even fails.
knu
2010-02-05
* test/ruby/test_array.rb (TestArray#test_splat): Add test cases
knu
2010-02-01
* eval.c (proc_invoke): reverted r25975. [ruby-dev:39931]
nobu
2010-02-01
* test/ruby/test_super.rb (TestSuper#test_define_method): modified
nobu
2010-01-25
fix commit miss. [ruby-core:27794]
naruse
2010-01-25
* test/ruby/test_string.rb (test_split): add tests.
naruse
2010-01-12
revert r26305.
kou
2010-01-12
merge r26304.
kou
2010-01-12
* test/ruby/envutil.rb (EnvUtil#rubybin): fake also rbconfig.
nobu
2010-01-08
* io.c (io_fwrite): preserve errno. [ruby-core:27425]
nobu
2009-12-31
* string.c: Add instance methods to Symbol: succ, next, <=>,
knu
2009-12-28
* test/ruby/test_marshal.rb: added tests for taintness propagation.
nahi
2009-12-24
* test/ruby/test_settracefunc.rb: removed the influence of other tests.
usa
2009-12-23
* parse.y (args): splat other than direct array literal.
nobu
2009-12-23
* eval.c (rb_load): initialize orig_func. [ruby-core:27296]
nobu
2009-12-23
* test/ruby/test_thread.rb: removed not-backported features.
nobu
2009-12-23
* test/ruby/test_thread.rb (test_priority): removed not-guaranteed result.
nobu
2009-12-04
* marshal.c (marshal_load): should set taintness. [ruby-dev:39723]
nobu
2009-12-02
* eval.c (proc_invoke): unbound block created by define_method
nobu
2009-11-25
* test/ruby/test_array.rb (TestArray#test_splat): Add tests for a
knu
2009-11-23
* eval.c (rb_method_missing): adjusted format and argument number.
nobu
2009-11-06
* eval.c (call_trace_func): remove the trace hook if any exception
nobu
2009-11-06
* test/ruby/test_settracefunc.rb: skip thread events.
nobu
2009-11-05
Merged r22308. [ruby-dev:39637]
naruse
2009-11-05
* gc.c (rb_obj_id): a Fixnum which is beyond signed long
naruse
2009-11-05
* parse.y (args): use splat_array.
naruse
2009-10-27
* string.c (rb_str_inspect): get rid of adding garbage to short
nobu
2009-10-26
* io.c (io_fwrite): adjust stdio file position after direct write on
nobu
2009-10-16
* test/ruby/test_{queue,thread}.rb: backported from trunk.
nobu
2009-10-16
* eval.c (rb_clear_cache_for_undef): clear entries for inherited
nobu
2009-10-16
* test/ruby/test_object.rb: backported from trunk.
nobu
2009-10-16
* test/ruby/test_array.rb: suppress warnings.
nobu
2009-10-16
* test/ruby/envutil.rb: get rid of double loading.
nobu
2009-10-04
* marshal.c (struct {dump,load}_arg): manage with dfree, instead
nobu
2009-09-16
* eval.c (rb_thread_start_timer): start to catch SIGVTALRM together
nobu
2009-09-13
remove temporally files explicitly.
akr
2009-09-13
make tempfile prefix more descriptive.
akr
[next]