aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* * vm_exec.c (cfp): Fixes a SEGV issue in r44554.yugui2014-01-142-2/+8
* * 2014-01-14svn2014-01-131-2/+2
* * ext/bigdecimal/bigdecimal.c (BigDecimal_divide): Add an additionalmrkn2014-01-134-3/+19
* * properties.nobu2014-01-131-1/+1
* * lib/xmlrpc/client.rb: [DOC] Remove note about SSL package on RAAzzak2014-01-132-2/+7
* * lib/net/smtp.rb: [DOC] Remove dead link to RAA by Giorgos Tsiftsiszzak2014-01-133-3/+10
* * ext/openssl/ossl_pkey_dh.c: Fixed typo by Sandor Szücs [Bug #9243]zzak2014-01-132-2/+5
* * ext/thread/thread.c (rb_szqueue_push): check GET_SZQUEUE_WAITERScharliesome2014-01-133-1/+32
* openssl/ossl.h: calculate as longnobu2014-01-131-2/+2
* ext: use rb_sprintf() and rb_vsprintf() with PRIsVALUEnobu2014-01-133-44/+17
* * 2014-01-13svn2014-01-131-2/+2
* ext: use PRIsVALUE for rb_raise and rb_warnnobu2014-01-136-14/+14
* ext: real class namenobu2014-01-133-6/+6
* cptr.c: unused variablenobu2014-01-131-1/+0
* * ext/tk/extconf.rb: --with-tcllib and --with-tklib configure optionsnagai2014-01-121-2/+2
* test_bigmath.rb: ignore on unrelated platformsnobu2014-01-121-1/+8
* ext: use rb_sprintf() and rb_vsprintf() with PRIsVALUEnobu2014-01-128-59/+48
* stubs.c: library name stringsnobu2014-01-121-8/+6
* tcltklib.c: create_ip_exc format argumentnobu2014-01-121-4/+4
* iseq.c: linear searchnobu2014-01-121-24/+20
* iseq.c: potential memory leaknobu2014-01-123-0/+18
* * 2014-01-12svn2014-01-121-2/+2
* ruby/util.h: DECIMAL_SIZE_OF_BITSnobu2014-01-126-4/+25
* test_bigmath.rb: r44558nobu2014-01-111-0/+4
* test_bigmath.rb: test_lognobu2014-01-111-0/+7
* * 2014-01-11svn2014-01-111-2/+2
* bigdecimal.c: expand buffernobu2014-01-111-2/+2
* test_weakref.rb: find collected weakrefnobu2014-01-101-3/+8
* * vm_exec.c (cfp): Avoid generating invalid binary foryugui2014-01-102-0/+12
* vm_insnhelper.c: boudn method transplantingnobu2014-01-102-1/+7
* test_super.rb: remove unneeded codenobu2014-01-101-1/+1
* insns.def: add opt path for Hash#[] and Hash#[]= used with str literal keystmm12014-01-105-2/+108
* gc.c: fix doc typotmm12014-01-101-1/+1
* * range.c (Range#size): [DOC] improve description and add examples.eregon2014-01-092-1/+9
* * gc.c: Oups, symbols are immediates toomarcandre2014-01-091-1/+1
* * gc.c: Supplement object_id's rdoc for immediate and frozen string litteralsmarcandre2014-01-091-0/+10
* * gc.c: Fix and remove outdated rdoc for object_idmarcandre2014-01-091-6/+1
* * object.c: Add rdoc for classes frozen by defaultmarcandre2014-01-091-0/+3
* * doc/NEWS-2.1.0: Add mention for litteral.freezemarcandre2014-01-091-0/+1
* * array.c: rdoc clarification for <=>marcandre2014-01-092-7/+12
* * 2014-01-10svn2014-01-091-2/+2
* tk/extconf.rb: fix libpathflag argumentsnobu2014-01-092-6/+11
* ChangeLog: commit missnobu2014-01-091-5/+0
* configure.in: -mstackrealignnobu2014-01-092-2/+13
* configure.in: use SSE2nobu2014-01-092-1/+13
* * hash.c (rb_objid_hash): should return `long'. brushup r44534.usa2014-01-093-8/+13
* * remove trailing spaces.nobu2014-01-091-1/+1
* * vm.c (rb_vm_pop_cfunc_frame): added. It cares c_return event.ko12014-01-098-16/+136
* * hash.c (rb_any_hash): should treat the return value of rb_objid_hash()usa2014-01-092-1/+8
* * ext/psych/lib/psych/visitors/yaml_tree.rb: dumping strings withtenderlove2014-01-094-1/+15