summaryrefslogtreecommitdiff
path: root/test/ruby
AgeCommit message (Expand)Author
2011-09-06* encoding.c (load_encoding): predefined encoding names are safe.nobu
2011-09-06* transcode.c: enabled econv newline option.nobu
2011-09-05* test/ruby/test_float.rb (TestFloat#test_round): show the number in question.nobu
2011-09-03* test/ruby/test_fiber.rb (TestFiber#test_no_valid_cfp):ktsj
2011-09-03* variable.c (rb_const_set): show the previous definitionnobu
2011-09-03* io.c (argf_next_argv): open in default text mode.nobu
2011-09-03* test/ruby/test_encoding.rb (test_find): mingw is not Unix, of course.nobu
2011-09-02* vm_insnhelper.c (vm_search_const_defined_class): searchnobu
2011-09-02* parse.y (parser_tokadd_string, parser_yylex): ignore a backslashnobu
2011-09-01* numeric.c (flo_round): substitute machine dependent magic number.nobu
2011-09-01* insns.def (defineclass), vm_insnhelper.c (vm_get_cvar_base): seenobu
2011-09-01* test/ruby/test_thread.rb (TestThread#test_no_valid_cfp): skip whenusa
2011-09-01* test/ruby/test_io_m17n.rb (TestIO_M17N#test_{default_mode_on_dosish,usa
2011-08-31* Re-apply r33078, thread-safe autoload which is reverted at r33093.nahi
2011-08-31* test/ruby/test_io_m17n.rb (TestIO_M17N#test_{default_mode_on_dosish,usa
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