aboutsummaryrefslogtreecommitdiffstats
path: root/internal.h
Commit message (Expand)AuthorAgeFilesLines
* * symbol.c: remove rb_gc_mark_symbols().ko12014-07-091-1/+0
* * parse.y: change Symbol <-> ID relationship to avoidko12014-07-091-4/+4
* * parse.y: need to use updated (re-created) symbols.ko12014-07-071-0/+2
* string.c: rb_fstring_newnobu2014-06-301-0/+1
* * include/ruby/ruby.h (struct RHash): no longer. [Feature #9889]shyouhei2014-06-231-0/+18
* * include/ruby/ruby.h (struct RComplex): no longer. [Feature #9888]shyouhei2014-06-231-0/+15
* * include/ruby/ruby.h (struct RFloat): no longer. [Feature #9863]shyouhei2014-06-231-0/+7
* object.c: rb_obj_copy_ivarnobu2014-06-231-0/+1
* constify parametersnobu2014-06-181-8/+8
* encoding.h: constify rb_encodingnobu2014-06-021-2/+2
* constify rb_encoding and OnigEncodingnobu2014-06-011-2/+2
* remove empty rb_gc_mark_parser functionnormal2014-05-291-1/+0
* 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