summaryrefslogtreecommitdiff
path: root/test/ruby
AgeCommit message (Expand)Author
2009-08-02* random.c (rb_random_int): arguments have to be converted tonobu
2009-08-02* test/ruby/test_rand.rb: add tests for Random#float's rejectionmame
2009-08-02* random.c (rand_int): prevent from GC.nobu
2009-07-30* test/ruby/test_module.rb (test_ancestors, test_included_modules):mame
2009-07-30* test/ruby/test_rand.rb: add tests for Random class.mame
2009-07-30* transcode.c: added check for frozen string for encode! (see Bug #1836)duerst
2009-07-30* insns.def (defineclass): preserve encoding of class/modulenobu
2009-07-28* proc.c (rb_method_entry_arity): support optimized method (send).ko1
2009-07-26* io.c (argf_eof): go to the next file if called after ARGF.closenobu
2009-07-26* vm_insnhelper.c (vm_call_method): __send__ can call protectednobu
2009-07-25* io.c (argf_eof): should not have reached EOF before trying tonobu
2009-07-25* complex.c (nucomp_hash), rational.c (nurat_hash): not to usenobu
2009-07-24* enc/trans/big5.trans, big5-hkscs-tbl.rb:duerst
2009-07-22* test/ruby/test_module.rb (TestModule#test_alias): warningmatz
2009-07-22* test/ruby/test_enum.rb (TestEnumerable#each): recursive join nowmatz
2009-07-22* vm_core.h (struct rb_iseq_t): add a new field line_no. This fieldmame
2009-07-21* test/ruby/test_rand.rb (test_big_seed): tests also instance methods.nobu
2009-07-21* random.c (rand_init): array length of random seed was broken, whichmame
2009-07-20* compile.c (compile_dstr_fragments): reduced needless literal.nobu
2009-07-19* io.c (io_read): should taint the result. [ruby-dev:38826]nobu
2009-07-19* vm_method.c (me_opts): fixed optimized method aliasing.nobu
2009-07-17* array.c (recursive_hash): reject recursive key.akr
2009-07-17* array.c (recursive_join): raise ArgumentError for joiningmatz
2009-07-17remove test for recursive hash key. [ruby-core:22921]akr
2009-07-16* id.c (Init_id), vm.c (vm_exec): @#__ThrowState__ is no longernobu
2009-07-16* vm_method.c (rb_alias): fix a case which try non-existing method alias.ko1
2009-07-16* io.c (io_reopen): discards read buffer. [ruby-core:24240]nobu
2009-07-16* random.c (rb_random_t): objectified. [EXPERIMENTAL]nobu
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-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* 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* 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