summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2012-03-21* 2012-03-21svn
2012-03-21* test/ruby/test_io.rb (TestIO#test_pos_with_getc): added.usa
2012-03-20* 2012-03-20svn
2012-03-20test_thread: test_condvar_wait_not_owner duplicates test_condvar_nolocknobu
2012-03-19* enumerator.c (lazy_flat_map_func): convert the block value toshugo
2012-03-19* enum.c (zip_i): variadic argument needs explicit cast on theshugo
2012-03-19* enumerator.c (enumerable_lazy): add an example of take and firstshugo
2012-03-19* compile.c (iseq_specialized_instruction): DRY and replace chainnobu
2012-03-19* test/test_pty.rb: same as r29280, skip tests when PTY allocationshyouhei
2012-03-18* 2012-03-19svn
2012-03-18num2ll and num2ullnobu
2012-03-18volatile errinfonobu
2012-03-18fix condition for freenobu
2012-03-18* gc.c (aligned_malloc, aligned_free): added fallback implementationsyugui
2012-03-18* win32/Makefile.sub: put an empty line between stub and script.nobu
2012-03-18* bignum.c (rb_big_pow): estimate result bit size more precisely.nobu
2012-03-18* gc.c (free_method_entry_i): method entry may be innobu
2012-03-18* compile.c: typo fix by Run Paint Run Run.akr
2012-03-18* 2012-03-18svn
2012-03-18* lib/profiler.rb: support calling singleton methods ofktsj
2012-03-16follow r35040kazu
2012-03-16 * object.c: Fix indentation of Class#inherited example.drbrain
2012-03-16* string.c (trnext): fix bug with string ending with '\\'.kazu
2012-03-16remove a trailing space [ci skip]kazu
2012-03-16* 2012-03-17svn
2012-03-16remove a trailing spacekazu
2012-03-16* string.c (trnext): should advance char-wise.nobu
2012-03-16fix unreachable warning line numbernobu
2012-03-16fix typonobu
2012-03-16verbose_warningnobu
2012-03-16suppress warning.nobu
2012-03-16fix indentnobu
2012-03-16Tempfile#opennobu
2012-03-16fix argument ordernobu
2012-03-16bug numbernobu
2012-03-16* enum.c (enum_take): allocate buffer array before iteration, as wellnobu
2012-03-16* enum.c (enum_first): remove duplication.nobu
2012-03-16* load.c (ruby_init_ext): don't free the given pointer itself.yugui
2012-03-16* vm_eval.c (rb_mod_module_eval): fix the documentation ofshugo
2012-03-16* vm_eval.c (rb_mod_module_eval): fix the documentation ofshugo
2012-03-16* lib/net/imap.rb (initialize): raise Net::IMAP::Error when theshugo
2012-03-16* lib/net/imap.rb (rfc822_text): ignore [] after RFC822.shugo
2012-03-16* ChangeLog: fix typo.nobu
2012-03-16* vm_insnhelper.c (argument_error): use line number at the beginningnobu
2012-03-16* iseq.c (rb_iseq_first_lineno): constified.nobu
2012-03-16* enumerator.c (lazy_take): don't enumerate an extra value.shugo
2012-03-15* enumerator.c (lazy_zip_func): variadic argument needs explicit castnobu
2012-03-15* enumerator.c (lazy_init_iterator): no need to check overflow twice.nobu
2012-03-15* 2012-03-16svn
2012-03-15 * enumerator.c (lazy_init_iterator): Fix type error (int vs long).drbrain