aboutsummaryrefslogtreecommitdiffstats
path: root/test/ruby
Commit message (Expand)AuthorAgeFilesLines
* * test/ruby/test_float.rb (TestFloat#test_round): show the number in question.nobu2011-09-051-4/+5
* * test/ruby/test_fiber.rb (TestFiber#test_no_valid_cfp):ktsj2011-09-031-0/+12
* * variable.c (rb_const_set): show the previous definitionnobu2011-09-031-0/+9
* * io.c (argf_next_argv): open in default text mode.nobu2011-09-031-1/+12
* * test/ruby/test_encoding.rb (test_find): mingw is not Unix, of course.nobu2011-09-031-1/+1
* * vm_insnhelper.c (vm_search_const_defined_class): searchnobu2011-09-021-9/+19
* * parse.y (parser_tokadd_string, parser_yylex): ignore a backslashnobu2011-09-021-2/+20
* * numeric.c (flo_round): substitute machine dependent magic number.nobu2011-09-011-0/+13
* * insns.def (defineclass), vm_insnhelper.c (vm_get_cvar_base): seenobu2011-09-012-1/+17
* * test/ruby/test_thread.rb (TestThread#test_no_valid_cfp): skip whenusa2011-09-011-0/+1
* * test/ruby/test_io_m17n.rb (TestIO_M17N#test_{default_mode_on_dosish,usa2011-09-011-6/+6
* * Re-apply r33078, thread-safe autoload which is reverted at r33093.nahi2011-08-311-0/+110
* * test/ruby/test_io_m17n.rb (TestIO_M17N#test_{default_mode_on_dosish,usa2011-08-311-1/+28
* * test/ruby/test_numeric.rb (test_num2long): modify a test agaist themrkn2011-08-291-1/+1
* * numeric.c (bit_coerce): A Fixnum and a Bignum are only permitted formrkn2011-08-292-0/+86
* * strftime.c (rb_strftime_with_timespec): get enc argument to specifynaruse2011-08-271-16/+8
* * Revert r33078. It caused a Rails application NoMethodError.nahi2011-08-271-110/+0
* * variable.c: Make autoload thread-safe. See #921.nahi2011-08-261-0/+110
* * time.c (strftimev): Make Time#to_s default to US-ASCII encoding buttenderlove2011-08-251-0/+16
* * test/ruby/test_rubyoptions.rb (test_script_from_stdin): slave ptyngoto2011-08-241-2/+2
* * insns.def (defined): fix to checking class variable.ko12011-08-241-0/+5
* fixed tests broken by new minitest mixinryan2011-08-231-4/+8
* * iseq.c (iseq_s_disasm): fix a bug that may cause SEGV.ktsj2011-08-201-0/+1
* * rational.c (nurat_coerce): Rational#coerce should converts itselfmrkn2011-08-171-0/+4
* * complex.c (nucomp_rationalize): calls rationalize of real part ifmrkn2011-08-101-0/+5
* * time.c (rb_strftime_alloc): raise ERANGE if width is too large.kosaki2011-08-071-0/+3
* * test/ruby/test_object.rb: tests that respond_to? returns false.nobu2011-08-051-0/+12
* * vm_eval.c (check_funcall): try respond_to? first if redefined.nobu2011-08-052-1/+26
* * util.c, include/ruby/util.h (ruby_add_suffix): remove the function.usa2011-08-031-11/+4
* * encoding.c (enc_find): mistakenly remained !. [Bug #5150]nobu2011-08-021-0/+3
* * hash.c (recursive_hash): hash value of emptied hash should benobu2011-08-021-0/+3
* * parse.y (rb_enc_symname2_p): :! is valid symbol. [Bug #5136]nobu2011-08-021-7/+11
* * test/ruby/test_process.rb (TestProcess#windows?): new method.usa2011-08-011-30/+24
* * vm.c: check if cfp is valid. [Bug #5083] [ruby-dev:44208]ktsj2011-07-311-0/+12
* * io.c (rb_io_each_byte): rbuf can be refreshed during yield.nobu2011-07-301-0/+10
* * test/ruby/test_process.rb (test_rlimit_nofile): fix r32734.nagachika2011-07-291-2/+2
* Fix r32731: position of definition.naruse2011-07-291-2/+2
* Run test_popen_fork on FreeBSD because it can run.naruse2011-07-291-1/+0
* Use setrlimit(NOFILE,1) on OpenBSD.naruse2011-07-291-1/+3
* * test/ruby/test_symbol.rb (test_no_inadvertent_symbol_creation):nobu2011-07-271-2/+7
* * test/ruby/test_symbol.rb (test_no_inadvertent_symbol_creation3):nobu2011-07-271-35/+39
* * test/fileutils/test_fileutils.rb: add OpenBSD case.naruse2011-07-271-2/+4
* * test/ruby/test_symbol.rb (test_inspect): use %W to enablenobu2011-07-271-1/+1
* * test/ruby/test_symbol.rb (TestSymbol#test_inspect): workaround fornobu2011-07-271-1/+1
* * eval_error.c (rb_print_undef_str): new function to raisenobu2011-07-262-0/+41
* * vm_method.c (obj_respond_to): fix the respond_to_missing? overridenobu2011-07-261-0/+13
* * error.c (rb_name_error_str): new function to raise NameErrornobu2011-07-231-0/+25
* * parse.y (rb_enc_symname_type): :$a!, @a! and so on are notnaruse2011-07-231-0/+13
* * parse.y (rb_check_id): conversion condition was inverse.nobu2011-07-231-0/+2
* * object.c (rb_mod_{const,cvar}_defined, rb_obj_ivar_defined):nobu2011-07-222-0/+18