aboutsummaryrefslogtreecommitdiffstats
path: root/internal.h
Commit message (Expand)AuthorAgeFilesLines
* * include/ruby/ruby.h: rename OBJ_WRITE and OBJ_WRITTEN intoko12013-12-201-2/+2
* ruby.h: swap iv_index_tbl and super for struct RClasstmm12013-12-201-4/+4
* * internal.h (ruby_sized_xrealloc2): fix typo introduced in r44117, which cau...ngoto2013-12-131-1/+1
* * error.c: add Exception#backtrace_locations.ko12013-12-131-0/+1
* gc.c: ruby_sized_xrealloc2nobu2013-12-101-0/+2
* objspace_dump.c: include object's gc flags in dumptmm12013-12-101-0/+2
* * internal.h (RCLASS_SERIAL): Add RCLASS_SERIAL as a conveniencecharliesome2013-12-091-0/+1
* vm.c: fix compile issue on 32bit freebsdtmm12013-12-081-0/+3
* vm_insnhelper.c: rb_get_kwargsnobu2013-12-061-1/+1
* gc.c: Load GC tuning settings earlier during boot.tmm12013-12-051-1/+1
* gc.c: use malloc_sizenobu2013-12-031-1/+1
* vm_eval.c: rb_catch_protectnobu2013-12-031-0/+1
* * include/ruby/ruby.h (struct RClass): Add wrapper struct aroundtmm12013-12-031-1/+17
* vm_insnhelper.c: keyword hash functionsnobu2013-11-301-0/+2
* ruby/ruby.h, enum.c, vm_eval.c: constify argvnobu2013-11-291-1/+1
* ruby/ruby.h: rb_block_call_func_tnobu2013-11-291-1/+1
* * internal.h: do not use ruby_sized_xrealloc() and ruby_sized_xfree()ko12013-11-251-0/+6
* * internal.h: use __builtin_bswap16() if possible.glass2013-11-241-0/+6
* * include/ruby/intern.h, internal.h: Expose rb_gc_count().nari2013-11-221-1/+0
* * include/ruby/intern.h (rb_gc_set_params): Deprecatenari2013-11-221-0/+1
* * vm.c (ruby_vm_destruct): do not use ruby_xfree() after freeingko12013-11-221-0/+1
* * gc.c (rb_gc_resurrect): added.ko12013-11-191-0/+2
* * cont.c : Introdule ensure rollback mechanism. Please see below.tarui2013-11-151-0/+1
* * internal.h: move common string/hash flags to include file.tmm12013-11-111-0/+12
* Revert "* internal.h: prototype declarations of gc.c collect up."nari2013-11-091-2/+4
* * internal.h: prototype declarations of gc.c collect up.nari2013-11-091-4/+2
* * class.c: unify names of vm state version counters to 'serial'.charliesome2013-11-091-5/+5
* From 33f55b1eac7f044feb59a29da4a5a82bee3f419e Mon Sep 17 00:00:00 2001nobu2013-11-081-2/+2
* * gc.c: add support to estimate increase of oldspace memory usage.ko12013-11-051-0/+1
* * vm_core.h (enum): avoid syntax error.shyouhei2013-10-221-1/+1
* internal.h: fix typonobu2013-10-221-1/+1
* internal.h: rb_syserr_fail_pathnobu2013-10-201-0/+3
* internal.h: remove stale declarationnobu2013-10-201-5/+0
* * gc.c, internal.h: rename ruby_xsizefree/realloc toko12013-10-171-3/+3
* * array.c, string.c: use ruby_xsizedfree() and ruby_xsizedrealloc().ko12013-10-171-0/+1
* * gc.c, internal.h: add new internal memory mangement functions.ko12013-10-171-0/+3
* * error.c, internal.h (rb_bug_reporter_add): add a new C-API.ko12013-10-161-0/+3
* * internal.h, parse.y: use `full_mark' instead of `full_marking'.ko12013-10-111-1/+1
* * gc.c, parse.y: support generational Symbol relatetd marking.ko12013-10-111-1/+1
* load.c: display backtrace to $stderrnobu2013-10-081-0/+1
* * vm_backtrace.c, include/ruby/debug.h: add new APIsko12013-10-081-0/+1
* array.c: use rb_hash_valuesnobu2013-10-081-0/+1
* * array.c (rb_ary_uniq): use rb_hash_keys().glass2013-10-081-0/+1
* * iseq.c, internal.h: change to public (but internal) functionsko12013-10-071-0/+6
* internal.h: move inline functionsnobu2013-09-251-0/+64
* * gc.c (free_method_cache_entry_i): unused functioncharliesome2013-09-241-10/+0
* * class.c (class_alloc): remove mc_tblcharliesome2013-09-241-1/+0
* intern.h: move rb_ary_cat from internal.hnobu2013-09-221-1/+0
* * rational.c: Include gmp.h if GMP is used.akr2013-09-061-0/+6
* * include/ruby/ruby.h: add RSTRING_FSTR flagcharliesome2013-09-051-0/+1