aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* typotadf2012-11-101-1/+1
* * complex.c: modified doc.tadf2012-11-103-8/+22
* * ext/date/date_parse.c: edited about era.tadf2012-11-102-11/+111
* Revert of 37541 "* test/ruby/test_enumerator.rb: Add test to shed light upon ...marcandre2012-11-101-3/+0
* * tool/rbinstall.rb: Don't install *.gemspec under lib/.kou2012-11-102-1/+7
* * ruby_atomic.h: renamed from atomic.h to avoid header file name conflictngoto2012-11-096-4/+12
* * atomic.h: Revert r37491 which is a temporary workaroud.ngoto2012-11-092-1/+4
* * tool/merger.rb: typo.usa2012-11-091-1/+1
* * siphash.h: check configure macros before include newer headers.usa2012-11-092-2/+4
* * 2012-11-10svn2012-11-091-2/+2
* * siphash.h: include inttypes.h only when HAVE_INTTYPES_H is defined.usa2012-11-092-0/+6
* * ChangeLog: remove redundant entries for r37581-r37584.nagachika2012-11-091-28/+0
* erb.rb: safe concurrent usenobu2012-11-093-3/+25
* random.c: BYTE_ORDERnobu2012-11-092-1/+16
* siphash.c: union sip_init_statenobu2012-11-091-0/+5
* siphash.c: union sip_init_statenobu2012-11-091-2/+5
* fix typoskazu2012-11-091-2/+2
* fix typoszzak2012-11-091-5/+3
* * array.c (rb_ary_splice): fix r37583 doesn't condier the case whennaruse2012-11-093-1/+18
* Use C90 comment stylenaruse2012-11-091-1/+1
* siphashnobu2012-11-096-7/+553
* array.c: speedup Array#unshift by using space in shared arraynobu2012-11-092-10/+65
* array.c: use shared array in rb_ary_slicenobu2012-11-092-5/+8
* array.c: make array really suitable for queuenobu2012-11-092-9/+47
* array.c: steal shared array's container when ARY_SHARED_NUM == 1nobu2012-11-092-6/+55
* * 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