summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2009-07-14* io.c (rb_io_initialize): check if the descriptor can be accessednobu
2009-07-13Follow tests for changes of ENV's encoding.naruse
2009-07-13* test/ruby/test_case.rb (TestCase#test_deoptimization):yugui
2009-07-13* lib/prime.rb (Prime#prime_division): now decomposesyugui
2009-07-11* test/ruby/test_io_m17n.rb (test_strip_bom): added.naruse
2009-07-10* array.c (ary_join_1): should recurse for element array.nobu
2009-07-10* ext/readline/extconf.rb: checked rl_refresh_line in readline.kouji
2009-07-10* ext/readline/extconf.rb: checked rl_line_buffer and rl_point inkouji
2009-07-10* test/ruby/test_array.rb (test_join2): fixed typo.nobu
2009-07-10* array.c (recursive_join): use obj to tell if recursion occurs.nobu
2009-07-10Add test for marshaling regexp.naruse
2009-07-10* vm_insnhelper.c (vm_search_superclass): checks for implicitnobu
2009-07-08* file.c (rb_file_s_basename): returns new string instead ofnobu
2009-07-07* enum.c (rb_enum_join): non-nil separator must be convertible tonobu
2009-07-06* proc.c (make_curry_proc): should propagate lambda-ness.nobu
2009-07-06* test/ruby/test_module.rb (TestModule#test_undef): adjust tomatz
2009-07-06* enum.c (enum_join): deals with self recursive objects to get ridnobu
2009-07-05* thread.c (rb_threadptr_exec_event_hooks): new function tonobu
2009-07-04* vm_insnhelper.c (vm_yield_setup_block_args): restores the firstnobu
2009-07-03 * complex.c (nucomp_equal_p): removed.tadf
2009-07-03 * rational.c: renamed equal_p to eqeq_p.tadf
2009-07-03 * complex.c: undef-ed shome methods. [ruby-core:24110]tadf
2009-07-02don't use a string for Time.at argument.akr
2009-07-01* include/ruby/intern.h (rb_time_num_new): declared.akr
2009-07-01* test/ruby/test_marshal.rb (TestMarshal#test_limit): test fornobu
2009-06-29* dln.c (dln_find_1): fix for files with dots. [ruby-dev:38588]nobu
2009-06-27 * rational.c (nurat_cmp): use rb_num_coerce_cmp.tadf
2009-06-27* NEWS, lib/rss/maker/base.rb, test/rss/test_maker_2.0.rb: addkou
2009-06-27* NEWS: rss: 0.2.5 -> 0.2.7.kou
2009-06-26* test/ruby/test_rubyoptions.rb (TestRubyOptions#test_rubyopt):matz
2009-06-26reduce tests.akr
2009-06-22$: doesn't contains "." now.akr
2009-06-22* ext/stringio/stringio.c (strio_each_codepoint): new method.matz
2009-06-20 * numeric.c (num_div): don't use num_floor which is actuallytadf
2009-06-18don't use /tmp as example socket path.akr
2009-06-18 * rational.c (nurat_s_convert): calls to_r when the given argumenttadf
2009-06-18Imported minitest 1.4.0 r5083.ryan
2009-06-17* numeric.c (flo_cmp): Infinity is greater than any bignummatz
2009-06-17 * bignum.c (rb_big_fdiv): checks whether the given second argumenttadf
2009-06-17* sample/test.rb (valid_syntax?): should not capture BOM.nobu
2009-06-17* sample/test.rb (valid_syntax?): skips BOM. [ruby-dev:38666]nobu
2009-06-17* ext/strscan/strscan.c (Init_strscan): remove obsoletematz
2009-06-16 * complex.c (nucomp_coerce): accepts Complex instances.tadf
2009-06-16* test/ruby/test_argf.rb (TestArgf#test_skip): updated testmatz
2009-06-14* thread.c, vm_eval.c: add Thread.backtrace.ko1
2009-06-13* marshal.c (r_ivar): should not set internal encoding ivar as annobu
2009-06-09Update to RubyGems 1.3.4 r2223drbrain
2009-06-07removed extra spaces.tadf
2009-06-02* test/ripper/test_filter.rb: add tests. see [ruby-dev:37856]kazu
2009-06-01* cont.c (cont_capture, fiber_store): reraise transferred error.nobu