aboutsummaryrefslogtreecommitdiffstats
path: root/ext
Commit message (Expand)AuthorAgeFilesLines
* parse.y: remove "f" suffix [ruby-core:57966] [Feature #9042]nobu2013-11-101-3/+0
* objspace_dump.c: fix declarationnobu2013-11-091-1/+1
* * ext/objspace/object_tracing.c: use declarations in internal.h.nari2013-11-092-4/+1
* objspace_dump.c: fix portability issuenobu2013-11-092-1/+13
* objspace_dump.c: extract output option utilitiesnobu2013-11-091-45/+44
* objspace_dump.c: suppress warningsnobu2013-11-091-3/+1
* objspace_dump.c: indentnobu2013-11-091-91/+91
* * ext/dl/cfunc.c: [DOC] fix typo in example [Bug #8944]zzak2013-11-091-1/+1
* * ext/objspace/object_tracing.c: Add experimental methods to dumptmm12013-11-085-14/+447
* * ext/objspace/object_tracing.c: [DOC] trace_object_allocations_stopzzak2013-11-071-2/+2
* * ext/psych/lib/psych/visitors/to_ruby.rb: process merge keys beforetenderlove2013-11-051-9/+5
* pty.c: check error of seteuidnobu2013-11-051-1/+1
* * gc.c: add support to estimate increase of oldspace memory usage.ko12013-11-051-127/+5
* * ext/psych/lib/psych/visitors/yaml_tree.rb: make less garbage whentenderlove2013-10-291-7/+11
* * ext/psych/lib/psych/visitors/yaml_tree.rb: string subclasses shouldtenderlove2013-10-291-2/+3
* * add RUBY_TYPED_FREE_IMMEDIATELY to data types which only useko12013-10-294-1/+5
* * ext/readline/readline.c (readline_getc): Considerakr2013-10-291-0/+2
* * ext/-test-/file/depend, ext/-test-/postponed_job/depend,akr2013-10-283-0/+4
* openssl: work around of dependencynobu2013-10-282-2/+4
* * common.mk, ext/objspace/depend, ext/coverage/depend,akr2013-10-286-3/+14
* * ext/readline/readline.c: Include ruby/thread.h forakr2013-10-271-77/+103
* variable.c: real class namenobu2013-10-193-0/+32
* bug_reporter.c: suppress warningsnobu2013-10-171-2/+2
* * ext/objspace/object_tracing.c (newobj_i): fix memory leak.ko12013-10-171-2/+7
* bug_reporter.c: suppress warningsnobu2013-10-171-1/+1
* * properties.nobu2013-10-172-25/+25
* * ext/objspace/object_tracing.c (newobj_i): add workaround.ko12013-10-161-2/+2
* * ext/curses/curses.c: [DOC] Cleaned up formatting consistency of rdoczzak2013-10-161-26/+34
* * ext/date/date_core.c: [DOC] plural grammar fixed by @scott113341zzak2013-10-161-4/+4
* * ext/io/nonblock/nonblock.c: [DOC] Document io/nonblock by reprahzzak2013-10-161-0/+23
* * ext/objspace/object_tracing.c: add new methodko12013-10-161-6/+76
* * ext/io/nonblock/nonblock.c: use rb_cIO instead of VALUEzzak2013-10-161-5/+3
* * error.c, internal.h (rb_bug_reporter_add): add a new C-API.ko12013-10-162-0/+25
* * ext/objspace/objspace.c: add a new method `reachable_objects_from_root'.ko12013-10-161-0/+65
* mkmf.rb: fix framework optionnobu2013-10-141-2/+2
* * ext/objspace/gc_hook.c: prohibit reentrant.ko12013-10-111-5/+28
* * include/ruby/debug.h,ko12013-10-091-0/+1
* * vm_backtrace.c, include/ruby/debug.h: add new APIsko12013-10-081-0/+2
* * ext/-test-/debug/profile_frames.c:ko12013-10-071-0/+40
* * ext/dbm/dbm.c: [DOC] Fix wrong constant name in DBM by @edwardzzak2013-10-041-1/+1
* * ext/thread/thread.c (ALIAS_GLOBAL_CONST): fix typo, GLOBCAL.nobu2013-10-021-5/+5
* * ext/thread/thread.c (Init_thread): move outer module condition.nobu2013-10-021-3/+5
* * ext/socket/ifaddr.c (rsock_getifaddrs): fix possible memory leak.mame2013-10-021-0/+4
* file/stat.c: fix commit missnobu2013-10-013-0/+45
* * ext/objspace/objspace.c: [DOC] Cleaned up many rdoc formattingzzak2013-09-301-55/+57
* * ext/objspace/object_tracing.c: [DOC] Adjust rdoc formatting and fixzzak2013-09-301-6/+5
* * ext/objspace/object_tracing.c: [DOC] add some nots forko12013-09-301-1/+4
* * ext/objspace/object_tracing.c: add new 3 methods to control tracing.ko12013-09-301-37/+109
* parse.y: fix inconsistency with literalsnobu2013-09-291-1/+10
* * ext/curses/extconf.rb: check the size of chtype.shugo2013-09-272-5/+23