summaryrefslogtreecommitdiff
path: root/ext/objspace
AgeCommit message (Expand)Author
2011-08-07* ext/objspace/objspace.c: fix typos in a document.ktsj
2011-06-30* ext/objspace/objspace.c (ObjectSpace.count_tdata_objects):ko1
2011-06-12* ext/objspace/objspace.c (total_i): fix to skip no ruby objects.ko1
2011-05-18* internal.h: add for internal use only.nobu
2010-10-29* ext/objspace/objspace.c (memsize_of): take care ofko1
2010-10-28* ext/objspace/objspace.c (ObjectSpace.memsize_of_all): renameko1
2010-10-27* ext/objspace/objspace.c (memsize_of): fix rdoc.ko1
2010-08-14* ext/{coverage,objspace}/extconf.rb ($INCFLAGS): explicitly addnobu
2010-08-14* test/objspace/test_objspace.rb: added test for objspace.nari
2010-08-14* io.c (rb_io_memsize): constified.nobu
2010-08-14* regcomp.c (onig_memsize): constified.nobu
2010-08-14* gc.h (rb_objspace_each_objects): used in objspace.nobu
2010-04-22* ext/**/*.[ch]: removed trailing spaces.nobu
2009-09-09Wed Sep 9 15:24:32 2009 TAKANO Mitsuhiro (takano32) <tak@no32.tk>takano32
2009-07-15* method.h, vm_core.h: add rb_method_entry_t. Remove nodes aroundko1
2009-06-22* variable.c (rb_generic_ivar_memsize): typo fixed. a patch frommatz
2009-06-16* ext/objspace: added. objspace library extends some methods toko1