aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* * ext/bigdecimal/bigdecimal.c:zzak2012-11-092-83/+168
* * parse.y (warn_balanced): use bit-wise operation.nobu2012-11-091-3/+1
* Add back my original example of Shellwords#shellescape.knu2012-11-092-2/+14
* Fix an example of Shellwords#shellescape.knu2012-11-092-3/+7
* * string.c (rb_str_crypt): crypt(3) may return NULL.naruse2012-11-092-1/+11
* Fix build when gcc is used and the platform's libc lacks alloca().knu2012-11-095-49/+51
* 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