summaryrefslogtreecommitdiff
path: root/test/ruby
AgeCommit message (Expand)Author
2011-08-29* test/ruby/test_numeric.rb (test_num2long): modify a test agaist themrkn
2011-08-29* numeric.c (bit_coerce): A Fixnum and a Bignum are only permitted formrkn
2011-08-27* strftime.c (rb_strftime_with_timespec): get enc argument to specifynaruse
2011-08-27* Revert r33078. It caused a Rails application NoMethodError.nahi
2011-08-26* variable.c: Make autoload thread-safe. See #921.nahi
2011-08-25* time.c (strftimev): Make Time#to_s default to US-ASCII encoding buttenderlove
2011-08-24* test/ruby/test_rubyoptions.rb (test_script_from_stdin): slave ptyngoto
2011-08-24* insns.def (defined): fix to checking class variable.ko1
2011-08-23fixed tests broken by new minitest mixinryan
2011-08-20* iseq.c (iseq_s_disasm): fix a bug that may cause SEGV.ktsj
2011-08-17* rational.c (nurat_coerce): Rational#coerce should converts itselfmrkn
2011-08-10* complex.c (nucomp_rationalize): calls rationalize of real part ifmrkn
2011-08-07* time.c (rb_strftime_alloc): raise ERANGE if width is too large.kosaki
2011-08-05* test/ruby/test_object.rb: tests that respond_to? returns false.nobu
2011-08-05* vm_eval.c (check_funcall): try respond_to? first if redefined.nobu
2011-08-03* util.c, include/ruby/util.h (ruby_add_suffix): remove the function.usa
2011-08-02* encoding.c (enc_find): mistakenly remained !. [Bug #5150]nobu
2011-08-02* hash.c (recursive_hash): hash value of emptied hash should benobu
2011-08-02* parse.y (rb_enc_symname2_p): :! is valid symbol. [Bug #5136]nobu
2011-08-01* test/ruby/test_process.rb (TestProcess#windows?): new method.usa
2011-07-31* vm.c: check if cfp is valid. [Bug #5083] [ruby-dev:44208]ktsj
2011-07-30* io.c (rb_io_each_byte): rbuf can be refreshed during yield.nobu
2011-07-29* test/ruby/test_process.rb (test_rlimit_nofile): fix r32734.nagachika
2011-07-29Fix r32731: position of definition.naruse
2011-07-29Run test_popen_fork on FreeBSD because it can run.naruse
2011-07-29Use setrlimit(NOFILE,1) on OpenBSD.naruse
2011-07-27* test/ruby/test_symbol.rb (test_no_inadvertent_symbol_creation):nobu
2011-07-27* test/ruby/test_symbol.rb (test_no_inadvertent_symbol_creation3):nobu
2011-07-27* test/fileutils/test_fileutils.rb: add OpenBSD case.naruse
2011-07-27* test/ruby/test_symbol.rb (test_inspect): use %W to enablenobu
2011-07-27* test/ruby/test_symbol.rb (TestSymbol#test_inspect): workaround fornobu
2011-07-26* eval_error.c (rb_print_undef_str): new function to raisenobu
2011-07-26* vm_method.c (obj_respond_to): fix the respond_to_missing? overridenobu
2011-07-23* error.c (rb_name_error_str): new function to raise NameErrornobu
2011-07-23* parse.y (rb_enc_symname_type): :$a!, @a! and so on are notnaruse
2011-07-23* parse.y (rb_check_id): conversion condition was inverse.nobu
2011-07-22* object.c (rb_mod_{const,cvar}_defined, rb_obj_ivar_defined):nobu
2011-07-22* test/ruby/test_object.rb (TestObject#test_respond_to_missing):kazu
2011-07-21* thread.c (set_trace_func, thread_set_trace_func_m): reset tracingmame
2011-07-17* error.c (rb_check_trusted): new function to check an object isnobu
2011-07-17* error.c (rb_warn_m): accept multiple args in like puts. rdocnobu
2011-07-17* test/ruby/test_module.rb (TestModule#test_method_{undefined,removed}):nobu
2011-07-15* time.c (time_dup): used rb_obj_class() instead of CLASS_OF().kosaki
2011-07-12* signal.c (reserved_signal_p): reverted a part of r32523.kosaki
2011-07-12* signal.c (sig_trap): don't permit to change a signal handler whichkosaki
2011-07-10 * range.c (range_max): fix behavior with excluded end value.tarui
2011-07-03* array.c (ary_reject_bang): should not remove elements which arenobu
2011-07-01* array.c (rb_ary_reject_bang, rb_ary_delete_if): rejectednobu
2011-06-30* vm_insnhelper.c (vm_call_bmethod): fix to hook call/return eventko1
2011-06-30* test/ruby/test_rand.rb (test_random_bytes): fold mysteriouslynobu