aboutsummaryrefslogtreecommitdiffstats
path: root/test/ruby
Commit message (Expand)AuthorAgeFilesLines
* * encoding.c (require_enc): reject only loading from untrustednobu2011-09-251-1/+1
* * enum.c (slice_before_i): use rb_attr_get to surpress wrong warningnaruse2011-09-241-0/+16
* * object.c (rb_obj_clone): singleton class should be attachednobu2011-09-181-0/+8
* * test/ruby/test_exception.rb (TestException#test_exit_success_p):nobu2011-09-121-2/+14
* Revert test fixes.naruse2011-09-102-7/+2
* Run GC.start before test_too_long_path.naruse2011-09-091-2/+4
* Catch NoMemoryError.naruse2011-09-091-2/+2
* Decide by majority.naruse2011-09-091-2/+5
* * encoding.c (load_encoding): predefined encoding names are safe.nobu2011-09-061-0/+5
* * transcode.c: enabled econv newline option.nobu2011-09-061-0/+6
* * 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