aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* * regcomp.c: Merge Onigmo 3d855b30d574536d3ae600260208c6624ae4791c.naruse2012-03-214-5/+14
* * 2012-03-21svn2012-03-211-2/+2
* * test/ruby/test_io.rb (TestIO#test_pos_with_getc): added.usa2012-03-212-0/+27
* * 2012-03-20svn2012-03-201-2/+2
* test_thread: test_condvar_wait_not_owner duplicates test_condvar_nolocknobu2012-03-202-9/+2
* * enumerator.c (lazy_flat_map_func): convert the block value toshugo2012-03-193-2/+59
* * enum.c (zip_i): variadic argument needs explicit cast on theshugo2012-03-192-1/+6
* * enumerator.c (enumerable_lazy): add an example of take and firstshugo2012-03-192-3/+12
* * compile.c (iseq_specialized_instruction): DRY and replace chainnobu2012-03-192-55/+33
* * test/test_pty.rb: same as r29280, skip tests when PTY allocationshyouhei2012-03-192-0/+13
* * 2012-03-19svn2012-03-181-2/+2
* num2ll and num2ullnobu2012-03-182-5/+8
* volatile errinfonobu2012-03-181-1/+1
* fix condition for freenobu2012-03-182-2/+8
* * gc.c (aligned_malloc, aligned_free): added fallback implementationsyugui2012-03-182-2/+20
* * win32/Makefile.sub: put an empty line between stub and script.nobu2012-03-181-5/+8
* * bignum.c (rb_big_pow): estimate result bit size more precisely.nobu2012-03-183-3/+12
* * gc.c (free_method_entry_i): method entry may be innobu2012-03-183-1/+20
* * compile.c: typo fix by Run Paint Run Run.akr2012-03-182-1/+6
* * 2012-03-18svn2012-03-181-2/+2
* * lib/profiler.rb: support calling singleton methods ofktsj2012-03-182-3/+16
* follow r35040kazu2012-03-161-1/+1
* * object.c: Fix indentation of Class#inherited example.drbrain2012-03-162-3/+7
* * string.c (trnext): fix bug with string ending with '\\'.kazu2012-03-163-2/+13
* remove a trailing space [ci skip]kazu2012-03-161-1/+1
* * 2012-03-17svn2012-03-161-2/+2
* remove a trailing spacekazu2012-03-161-1/+1
* * string.c (trnext): should advance char-wise.nobu2012-03-163-4/+13
* fix unreachable warning line numbernobu2012-03-163-1/+13
* fix typonobu2012-03-161-1/+1
* verbose_warningnobu2012-03-161-1/+1
* suppress warning.nobu2012-03-162-3/+3
* fix indentnobu2012-03-161-10/+10
* Tempfile#opennobu2012-03-161-6/+10
* fix argument ordernobu2012-03-161-1/+1
* bug numbernobu2012-03-161-5/+5
* * enum.c (enum_take): allocate buffer array before iteration, as wellnobu2012-03-162-2/+5
* * enum.c (enum_first): remove duplication.nobu2012-03-162-30/+7
* * load.c (ruby_init_ext): don't free the given pointer itself.yugui2012-03-162-2/+8
* * vm_eval.c (rb_mod_module_eval): fix the documentation ofshugo2012-03-162-4/+10
* * vm_eval.c (rb_mod_module_eval): fix the documentation ofshugo2012-03-162-4/+11
* * lib/net/imap.rb (initialize): raise Net::IMAP::Error when theshugo2012-03-163-0/+29
* * lib/net/imap.rb (rfc822_text): ignore [] after RFC822.shugo2012-03-163-0/+26
* * ChangeLog: fix typo.nobu2012-03-161-1/+1
* * vm_insnhelper.c (argument_error): use line number at the beginningnobu2012-03-163-6/+25
* * iseq.c (rb_iseq_first_lineno): constified.nobu2012-03-163-2/+6
* * enumerator.c (lazy_take): don't enumerate an extra value.shugo2012-03-163-5/+25
* * enumerator.c (lazy_zip_func): variadic argument needs explicit castnobu2012-03-152-2/+5
* * enumerator.c (lazy_init_iterator): no need to check overflow twice.nobu2012-03-152-1/+5
* * 2012-03-16svn2012-03-151-2/+2