summaryrefslogtreecommitdiff
path: root/internal.h
AgeCommit message (Expand)Author
2014-01-09* vm.c (rb_vm_pop_cfunc_frame): added. It cares c_return event.ko1
2014-01-01* hash.c (rb_hash_keys): make rb_hash_keys() static.glass
2013-12-20* include/ruby/ruby.h: rename OBJ_WRITE and OBJ_WRITTEN intoko1
2013-12-20ruby.h: swap iv_index_tbl and super for struct RClasstmm1
2013-12-13* internal.h (ruby_sized_xrealloc2): fix typo introduced in r44117, which cau...ngoto
2013-12-13* error.c: add Exception#backtrace_locations.ko1
2013-12-10gc.c: ruby_sized_xrealloc2nobu
2013-12-10objspace_dump.c: include object's gc flags in dumptmm1
2013-12-09* internal.h (RCLASS_SERIAL): Add RCLASS_SERIAL as a conveniencecharliesome
2013-12-08vm.c: fix compile issue on 32bit freebsdtmm1
2013-12-06vm_insnhelper.c: rb_get_kwargsnobu
2013-12-05gc.c: Load GC tuning settings earlier during boot.tmm1
2013-12-03gc.c: use malloc_sizenobu
2013-12-03vm_eval.c: rb_catch_protectnobu
2013-12-03* include/ruby/ruby.h (struct RClass): Add wrapper struct aroundtmm1
2013-11-30vm_insnhelper.c: keyword hash functionsnobu
2013-11-29ruby/ruby.h, enum.c, vm_eval.c: constify argvnobu
2013-11-29ruby/ruby.h: rb_block_call_func_tnobu
2013-11-25* internal.h: do not use ruby_sized_xrealloc() and ruby_sized_xfree()ko1
2013-11-24* internal.h: use __builtin_bswap16() if possible.glass
2013-11-22* include/ruby/intern.h, internal.h: Expose rb_gc_count().nari
2013-11-22* include/ruby/intern.h (rb_gc_set_params): Deprecatenari
2013-11-22* vm.c (ruby_vm_destruct): do not use ruby_xfree() after freeingko1
2013-11-19* gc.c (rb_gc_resurrect): added.ko1
2013-11-15 * cont.c : Introdule ensure rollback mechanism. Please see below.tarui
2013-11-11* internal.h: move common string/hash flags to include file.tmm1
2013-11-09Revert "* internal.h: prototype declarations of gc.c collect up."nari
2013-11-09* internal.h: prototype declarations of gc.c collect up.nari
2013-11-09* class.c: unify names of vm state version counters to 'serial'.charliesome
2013-11-08From 33f55b1eac7f044feb59a29da4a5a82bee3f419e Mon Sep 17 00:00:00 2001nobu
2013-11-05* gc.c: add support to estimate increase of oldspace memory usage.ko1
2013-10-22 * vm_core.h (enum): avoid syntax error.shyouhei
2013-10-22internal.h: fix typonobu
2013-10-20internal.h: rb_syserr_fail_pathnobu
2013-10-20internal.h: remove stale declarationnobu
2013-10-17* gc.c, internal.h: rename ruby_xsizefree/realloc toko1
2013-10-17* array.c, string.c: use ruby_xsizedfree() and ruby_xsizedrealloc().ko1
2013-10-17* gc.c, internal.h: add new internal memory mangement functions.ko1
2013-10-16* error.c, internal.h (rb_bug_reporter_add): add a new C-API.ko1
2013-10-11* internal.h, parse.y: use `full_mark' instead of `full_marking'.ko1
2013-10-11* gc.c, parse.y: support generational Symbol relatetd marking.ko1
2013-10-08load.c: display backtrace to $stderrnobu
2013-10-08* vm_backtrace.c, include/ruby/debug.h: add new APIsko1
2013-10-08array.c: use rb_hash_valuesnobu
2013-10-08* array.c (rb_ary_uniq): use rb_hash_keys().glass
2013-10-07* iseq.c, internal.h: change to public (but internal) functionsko1
2013-09-25internal.h: move inline functionsnobu
2013-09-24* gc.c (free_method_cache_entry_i): unused functioncharliesome
2013-09-24* class.c (class_alloc): remove mc_tblcharliesome
2013-09-22intern.h: move rb_ary_cat from internal.hnobu