aboutsummaryrefslogtreecommitdiffstats
path: root/ext
Commit message (Expand)AuthorAgeFilesLines
* * 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
* * ext/racc/cparse/README: [DOC] Use upstream and github link instead of RAA.hsbt2013-12-111-1/+2
* date_strptime.c: get rid of backtrack explosionnobu2013-12-101-2/+2
* openssl/digest.rb: check by lambdanobu2013-12-101-8/+2
* openssl/digest.rb: get rid of deprecated classnobu2013-12-101-3/+3
* objspace_dump.c: include object's gc flags in dumptmm12013-12-101-0/+17
* * ext/.document: Remove curses from documentable directories.drbrain2013-12-091-1/+0
* * ext/openssl/lib/openssl/digest.rb: Deprecate OpenSSL::Digest::Digestzzak2013-12-091-3/+3
* * ext/thread/thread.c: [DOC] add call-seq alias for Queue#enq, #<<, etc.ktsj2013-12-091-13/+38
* * ext/curses, sample/curses: removed curses.shugo2013-12-098-4499/+0
* object_tracing.c: fix allocation from NEWOBJ hooknobu2013-12-091-1/+1
* date_parse.c: get rid of backtrack explosionnobu2013-12-091-2/+2
* * ext/.document: Add syslog/lib and thread/thread.c to documentabledrbrain2013-12-081-0/+2
* * bigdecimal.c (BigDecimal_coerce): convert a Float to a BigDecimal insteadmrkn2013-12-081-1/+2
* parse.y: use rb_fstring() for strings stored in the symbol tabletmm12013-12-081-0/+7
* * ext/tk/lib/tk/canvas.rb: [DOC] Fix typo (s/paramter/parameter/)a_matsuda2013-12-076-6/+6
* * ext/bigdecimal/bigdecimal.c (GetVpValueWithPrec):mrkn2013-12-051-2/+11
* ext/objspace: remove OS.after_gc_start_hook= and move internal testtmm12013-12-053-28/+14
* gc.c: split GC_END event into GC_END_MARK and GC_END_SWEEPtmm12013-12-052-13/+13
* * ext/openssl/lib/openssl/buffering.rb: Return ASCII-8BIT strings fromdrbrain2013-12-031-1/+1
* * ext/openssl/lib/openssl/buffering.rb: Fix warning in copyrightzzak2013-12-011-15/+16
* win32ole.c: correct declarationnobu2013-11-301-1/+1
* eval.c: determine exit status and signal before finalizationnobu2013-11-301-0/+31
* vm_eval.c: blockargnobu2013-11-304-3/+36
* * ext/tk/extconf.rb: show the reason of why ignore tclConfig.sh/tkConfig.sh.nagai2013-11-301-9/+26
* * ext/tk/lib/tkextlib/tktable/tktable.rb: fix bug on arguments for Proc object.nagai2013-11-295-33/+59
* ruby/ruby.h: RB_BLOCK_CALL_FUNC_ARGLISTnobu2013-11-2911-14/+15
* * lib/irb/notifier.rb: [Doc] Fix typoa_matsuda2013-11-271-1/+1
* * ext/psych/lib/psych.rb: psych version 2.0.2tenderlove2013-11-262-3/+4
* * ext/psych/lib/psych/scalar_scanner.rb: fix support for negativetenderlove2013-11-262-3/+7
* * ext/psych/lib/psych/scalar_scanner.rb: fix regexp for matching TIMEtenderlove2013-11-261-1/+1
* should not ignore the rest of recursive constructsnobu2013-11-262-0/+30
* * ext/objspace/object_tracing.c (newobj_i): skip class_path if classko12013-11-261-1/+1
* * vm_trace.c: prohibit to specify normal events and internal eventsko12013-11-261-0/+9
* * ext/objspace/objspace_dump.c (dump_append_string_value): Escapetmm12013-11-261-1/+6
* bigdecimal.gemspec: datenobu2013-11-261-0/+2
* * NEWS: Add ObjectSpace.after_gc_{start,end}_hook=tmm12013-11-251-3/+3
* * ext/bigdecimal/bigdecimal.gemspec: bump BigDecimal to 1.2.3 forzzak2013-11-251-1/+1
* * ext/bigdecimal/bigdecimal.gemspec: Remove Gem::Specification#datezzak2013-11-251-1/+0
* * ext/objspace/objspace_dump.c: test fixes and win32 compatibilitytmm12013-11-241-2/+2