aboutsummaryrefslogtreecommitdiffstats
path: root/internal.h
Commit message (Expand)AuthorAgeFilesLines
* include/ruby/ruby.h: hide Symbol internalsnormal2014-05-281-0/+8
* internal.h: remove duplicate declarationnobu2014-05-241-1/+0
* * include/ruby/ruby.h: Hide Rational internal.akr2014-05-171-0/+8
* hash.c: make rb_hash_keys externnobu2014-05-071-0/+1
* * math.c (rb_math_sqrt): omitted exporting an unused function,tadf2014-05-051-0/+2
* vm.c: Init_vm_objectsnobu2014-05-041-0/+1
* * internal.h (struct RBignum): Use size_t for len.akr2014-04-191-1/+1
* object.c: rb_class_search_ancestornobu2014-04-141-0/+1
* * bignum.c (SIZEOF_BDIGIT): Renamed from SIZEOF_BDIGITS.akr2014-04-131-5/+5
* string.c: clear env self in symbol procnobu2014-04-121-0/+1
* parse.y: rb_id_attrgetnobu2014-03-281-0/+1
* string.c: search by rb_str_indexnobu2014-03-271-0/+1
* * internal.h (USE_SYMBOL_GC): enable Symbol GC by default (USE_SYMBOL_GC == 1).nari2014-03-261-0/+3
* * parse.y: support Symbol GC. [ruby-trunk Feature #9634]nari2014-03-261-0/+7
* * internal.h (rb_reg_search0): not a public API.nobu2014-03-251-3/+1
* Stop allocating backref strings within gsub's search loopcharliesome2014-03-251-0/+3
* process.c: constifynobu2014-03-171-2/+2
* * internal.h: Move BDIGIT and related definitions fromakr2014-02-171-0/+54
* * internal.h: Rename macro names: RBIGNUM_FOO to BIGNUM_FOO.akr2014-02-151-25/+25
* * include/ruby/ruby.h,akr2014-02-141-0/+45
* pack.c: hide associated objectsnobu2014-02-051-0/+1
* * internal.h, vm_core.h: move LIKELY/UNLIKELY/UNINITIALIZED_VAR()ko12014-02-051-0/+21
* * internal.h: remove macros STR_NOCAPA and STR_NOCAPA_P().ko12014-02-051-3/+1
* * string.c: remvoe STR_ASSOC related code.ko12014-02-041-7/+5
* * vm.c (rb_vm_pop_cfunc_frame): added. It cares c_return event.ko12014-01-091-0/+1
* * hash.c (rb_hash_keys): make rb_hash_keys() static.glass2014-01-011-1/+0
* * 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