summaryrefslogtreecommitdiff
path: root/internal.h
AgeCommit message (Expand)Author
2014-04-14object.c: rb_class_search_ancestornobu
2014-04-13* bignum.c (SIZEOF_BDIGIT): Renamed from SIZEOF_BDIGITS.akr
2014-04-12string.c: clear env self in symbol procnobu
2014-03-28parse.y: rb_id_attrgetnobu
2014-03-27string.c: search by rb_str_indexnobu
2014-03-26* internal.h (USE_SYMBOL_GC): enable Symbol GC by default (USE_SYMBOL_GC == 1).nari
2014-03-26* parse.y: support Symbol GC. [ruby-trunk Feature #9634]nari
2014-03-25* internal.h (rb_reg_search0): not a public API.nobu
2014-03-25Stop allocating backref strings within gsub's search loopcharliesome
2014-03-17process.c: constifynobu
2014-02-17* internal.h: Move BDIGIT and related definitions fromakr
2014-02-15* internal.h: Rename macro names: RBIGNUM_FOO to BIGNUM_FOO.akr
2014-02-14* include/ruby/ruby.h,akr
2014-02-05pack.c: hide associated objectsnobu
2014-02-05* internal.h, vm_core.h: move LIKELY/UNLIKELY/UNINITIALIZED_VAR()ko1
2014-02-05* internal.h: remove macros STR_NOCAPA and STR_NOCAPA_P().ko1
2014-02-04* string.c: remvoe STR_ASSOC related code.ko1
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