aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* fix typoszzak2012-11-091-3/+3
* * io.c (IO#new):zzak2012-11-092-2/+8
* * bignum.c (bigmul0): enable big_mul_toom3.mrkn2012-11-083-7/+20
* * 2012-11-09svn2012-11-081-2/+2
* * bignum.c (bigmul0): disable big_mul_toom3_temporalily.mrkn2012-11-083-7/+121
* * re.c (rb_memsearch): performance improvement by using memchr().glass2012-11-082-6/+11
* * lib/net/protocol.rb (Net::InternetMessageIO#each_crlf_line):naruse2012-11-083-2/+15
* * test/cgi/test_cgi_core.rb: Add test for CGI#header.xibbar2012-11-081-1/+7
* Fix a couple of grammos.knu2012-11-081-2/+2
* * configure.in (--with-opt-dir): Avoid nesting of double quotesknu2012-11-082-1/+8
* * numeric.c: Add description of that the results of the comparingmrkn2012-11-082-0/+20
* * include/ruby/intern.h: Restore rb_enumeratorize as it was before r37497marcandre2012-11-073-5/+22
* * array.c: Fix mistake in rdoc of Array#uniq.marcandre2012-11-071-2/+2
* * test/ruby/test_enumerator.rb: Add test to shed light upon the bugayumin2012-11-071-0/+3
* * 2012-11-08svn2012-11-071-2/+2
* * ext/curses/view.rb: Do not fail if the file to view is shorterknu2012-11-072-1/+6
* Suppress warning: Bignum out of Float rangenaruse2012-11-071-4/+6
* * numeric.c (ruby_float_step): fix r37514: it yielded with NaNnaruse2012-11-073-4/+19
* * lib/webrick.rb: fix typo.ayumin2012-11-072-1/+6
* * lib/cgi/core.rb: alias CGI#http_header to CGI#header .xibbar2012-11-073-4/+9
* * eval.c (rb_mod_refine): set RMODULE_IS_REFINEMENT to a createdshugo2012-11-075-17/+35
* ruby-additional.el: set encodingnobu2012-11-072-0/+46
* object.c: inadvertent symbolnobu2012-11-072-2/+14
* enum.c: prefixnobu2012-11-064-3/+8
* adjust stylenobu2012-11-064-10/+20
* Fix typos in commentsshirosaki2012-11-062-4/+4
* Remove FIXME skip on Windows testluislavena2012-11-062-1/+5
* Recognize zlibwapi as linking libraryluislavena2012-11-062-1/+8
* * NEWS: Update for lazy size evaluation [Feature #6636]marcandre2012-11-062-0/+38
* * enumerator.c: Support for lazy.cycle.sizemarcandre2012-11-064-2/+19
* * enumerator.c: Add support for lazy.drop.sizemarcandre2012-11-062-1/+19
* * enumerator.c: Support for lazy.take.sizemarcandre2012-11-062-1/+15
* * enumerator.c: Support for lazy.{map|flat_map|...}.sizemarcandre2012-11-062-12/+22
* * enumerator.c: Support for lazy.sizemarcandre2012-11-062-2/+27
* * string.c: Support for String#{each_byte,each_char,each_codepoint}.sizemarcandre2012-11-062-3/+28
* * numeric.c (int_dotimes): Support for Integer#times.sizemarcandre2012-11-062-1/+14
* * numeric.c (int_upto, int_downto): Support for Integer#{down|up}to.sizemarcandre2012-11-062-2/+18
* * range.c: Support for range.step.sizemarcandre2012-11-062-1/+30
* * range.c: Support for Range#size and Range#each.sizemarcandre2012-11-062-1/+29
* * numeric.c (num_step): Support for Numeric#step.sizemarcandre2012-11-063-2/+56
* * numeric.c: Extract ruby_float_step_sizemarcandre2012-11-061-24/+28
* * struct.c: Support for Struct's enumerators #sizemarcandre2012-11-062-3/+13
* * hash.c: Support for enumerators created by ENV:marcandre2012-11-062-8/+32
* * hash.c: Support for enumerators created by Hash:marcandre2012-11-062-8/+17
* * enum.c (enum_cycle): Support for Enumerable#cycle.sizemarcandre2012-11-062-1/+24
* * enum.c (enum_each_cons): Support for Enumerable#each_cons.sizemarcandre2012-11-062-1/+22
* * enum.c (enum_each_slice): Support for Enumerable#each_slice.sizemarcandre2012-11-062-1/+29
* * enum.c: Support for enumerators created by Enumerable with forwarding:marcandre2012-11-062-14/+36
* * vm_eval.c (rb_f_loop): Support for loop.sizemarcandre2012-11-062-1/+10
* * array.c (rb_ary_cycle): Support for Array#cycle.sizemarcandre2012-11-062-1/+23