aboutsummaryrefslogtreecommitdiffstats
path: root/ext
Commit message (Expand)AuthorAgeFilesLines
* * ext/bigdecimal/bigdecimal.gemspec: bigdecimal version 1.2.5.mrkn2014-01-151-1/+1
* ext/json: backward compatibilitiesnobu2014-01-152-2/+11
* ext/fiddle: backward compatibilitiesnobu2014-01-152-2/+21
* bigdecimal.c: rename macrosnobu2014-01-151-5/+7
* function.c: adjust indentnobu2014-01-151-6/+6
* * ext/thread/thread.c (rb_szqueue_clear): notify SZQUEUE_WAITERSglass2014-01-141-0/+15
* bigdecimal.c: backword compatibility as gemnobu2014-01-141-11/+12
* bigdecimal.c: backword compatibility as gemnobu2014-01-141-9/+20
* strscan.c: fix typonobu2014-01-141-1/+1
* strscan.c: make string directlynobu2014-01-141-7/+7
* * ext/bigdecimal/bigdecimal.c (BigDecimal_divide): Add an additionalmrkn2014-01-132-3/+5
* * ext/openssl/ossl_pkey_dh.c: Fixed typo by Sandor Szücs [Bug #9243]zzak2014-01-131-2/+1
* * ext/thread/thread.c (rb_szqueue_push): check GET_SZQUEUE_WAITERScharliesome2014-01-131-1/+1
* openssl/ossl.h: calculate as longnobu2014-01-131-2/+2
* ext: use rb_sprintf() and rb_vsprintf() with PRIsVALUEnobu2014-01-133-44/+17
* 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
* 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
* ruby/util.h: DECIMAL_SIZE_OF_BITSnobu2014-01-122-2/+3
* bigdecimal.c: expand buffernobu2014-01-111-2/+2
* tk/extconf.rb: fix libpathflag argumentsnobu2014-01-091-6/+6
* * ext/psych/lib/psych/visitors/yaml_tree.rb: dumping strings withtenderlove2014-01-092-1/+2
* * ext/psych/lib/psych/visitors/to_ruby.rb: anonymous structstenderlove2014-01-091-1/+3
* ext/json: objects depend on $(ruby_headers)tmm12014-01-072-0/+2
* tk/extconf.rb: rpath by libpathflagnobu2014-01-051-6/+6
* ext/tk/extconf.rb: fix build error with tk variantnobu2014-01-041-6/+6
* socket.c: format flagsnobu2014-01-041-14/+4
* socket.c: use rb_syserr_failnobu2014-01-042-17/+42
* * ext/socket/socket.c (rsock_sys_fail_host_port): save and restore errnocharliesome2014-01-031-0/+13
* * ext/bigdecimal: update class method call style from :: to .eregon2014-01-025-29/+30
* dbm.c: yield dup of keystrnobu2014-01-011-2/+5
* * benchmark/bm_so_meteor_contest.rb: [DOC] Fix a few typoscharliesome2013-12-285-6/+6
* ossl_ssl.c: declare OP_MSIE_SSLV2_RSA_PADDING only if definednobu2013-12-251-0/+2
* ossl.c: integer overflownobu2013-12-241-2/+3
* * doc/ChangeLog-1.9.3: [DOC] Fix typos by @dvsureshzzak2013-12-221-1/+1
* * ext/objspace/object_tracing.c: Fix typo in a variable namea_matsuda2013-12-171-3/+3
* * ext/objspace/objspace.c (reachable_object_from_root_i): useko12013-12-161-0/+2
* * ext/objspace/objspace.c (reachable_object_from_root_i):ko12013-12-151-1/+3
* * ext/psych/yaml/emitter.c: Fix typo in the variable namea_matsuda2013-12-141-4/+4
* * ext/socket/lib/socket.rb: Don't test $! in "ensure" clause becauseakr2013-12-131-30/+49
* * ext/bigdecimal/bigdecimal.c (VpSetPTR): fix for limitation of the resultingmrkn2013-12-121-2/+14
* * ext/bigdecimal/bigdecimal.c (VpAddAbs): put out a conditional branch frommrkn2013-12-121-15/+15
* * ext/bigdecimal/bigdecimal.c (VPrint): be a static function, support anothermrkn2013-12-122-6/+21
* * doc/contributing.rdoc: [DOC] Fix typo in comments by @dvsuresh [Fixes GH-475]a_matsuda2013-12-121-1/+1
* * ext/win32ole/sample/olegen.rb: Fix typoa_matsuda2013-12-112-5/+5
* * ext/tk/lib/tkextlib/SUPPORT_STATUS: [DOC] remove link of RAA.hsbt2013-12-111-6/+1