summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2012-11-09erb.rb: safe concurrent usenobu
2012-11-09random.c: BYTE_ORDERnobu
2012-11-09siphash.c: union sip_init_statenobu
2012-11-09siphash.c: union sip_init_statenobu
2012-11-09fix typoskazu
2012-11-09fix typoszzak
2012-11-09* array.c (rb_ary_splice): fix r37583 doesn't condier the case whennaruse
2012-11-09Use C90 comment stylenaruse
2012-11-09siphashnobu
2012-11-09array.c: speedup Array#unshift by using space in shared arraynobu
2012-11-09array.c: use shared array in rb_ary_slicenobu
2012-11-09array.c: make array really suitable for queuenobu
2012-11-09array.c: steal shared array's container when ARY_SHARED_NUM == 1nobu
2012-11-09* ext/bigdecimal/bigdecimal.c:zzak
2012-11-09* parse.y (warn_balanced): use bit-wise operation.nobu
2012-11-09Add back my original example of Shellwords#shellescape.knu
2012-11-09Fix an example of Shellwords#shellescape.knu
2012-11-09* string.c (rb_str_crypt): crypt(3) may return NULL.naruse
2012-11-09Fix build when gcc is used and the platform's libc lacks alloca().knu
2012-11-09fix typoszzak
2012-11-09* io.c (IO#new):zzak
2012-11-08* bignum.c (bigmul0): enable big_mul_toom3.mrkn
2012-11-08* 2012-11-09svn
2012-11-08* bignum.c (bigmul0): disable big_mul_toom3_temporalily.mrkn
2012-11-08* re.c (rb_memsearch): performance improvement by using memchr().glass
2012-11-08* lib/net/protocol.rb (Net::InternetMessageIO#each_crlf_line):naruse
2012-11-08* test/cgi/test_cgi_core.rb: Add test for CGI#header.xibbar
2012-11-08Fix a couple of grammos.knu
2012-11-08* configure.in (--with-opt-dir): Avoid nesting of double quotesknu
2012-11-08* numeric.c: Add description of that the results of the comparingmrkn
2012-11-07* include/ruby/intern.h: Restore rb_enumeratorize as it was before r37497marcandre
2012-11-07* array.c: Fix mistake in rdoc of Array#uniq.marcandre
2012-11-07* test/ruby/test_enumerator.rb: Add test to shed light upon the bugayumin
2012-11-07* 2012-11-08svn
2012-11-07* ext/curses/view.rb: Do not fail if the file to view is shorterknu
2012-11-07Suppress warning: Bignum out of Float rangenaruse
2012-11-07* numeric.c (ruby_float_step): fix r37514: it yielded with NaNnaruse
2012-11-07* lib/webrick.rb: fix typo.ayumin
2012-11-07* lib/cgi/core.rb: alias CGI#http_header to CGI#header .xibbar
2012-11-07* eval.c (rb_mod_refine): set RMODULE_IS_REFINEMENT to a createdshugo
2012-11-07ruby-additional.el: set encodingnobu
2012-11-07object.c: inadvertent symbolnobu
2012-11-06enum.c: prefixnobu
2012-11-06adjust stylenobu
2012-11-06Fix typos in commentsshirosaki
2012-11-06Remove FIXME skip on Windows testluislavena
2012-11-06Recognize zlibwapi as linking libraryluislavena
2012-11-06* NEWS: Update for lazy size evaluation [Feature #6636]marcandre
2012-11-06* enumerator.c: Support for lazy.cycle.sizemarcandre
2012-11-06* enumerator.c: Add support for lazy.drop.sizemarcandre