summaryrefslogtreecommitdiff
path: root/internal.h
AgeCommit message (Expand)Author
2014-07-09* symbol.c: remove rb_gc_mark_symbols().ko1
2014-07-09* parse.y: change Symbol <-> ID relationship to avoidko1
2014-07-07* parse.y: need to use updated (re-created) symbols.ko1
2014-06-30string.c: rb_fstring_newnobu
2014-06-23 * include/ruby/ruby.h (struct RHash): no longer. [Feature #9889]shyouhei
2014-06-23 * include/ruby/ruby.h (struct RComplex): no longer. [Feature #9888]shyouhei
2014-06-23 * include/ruby/ruby.h (struct RFloat): no longer. [Feature #9863]shyouhei
2014-06-23object.c: rb_obj_copy_ivarnobu
2014-06-18constify parametersnobu
2014-06-02encoding.h: constify rb_encodingnobu
2014-06-01constify rb_encoding and OnigEncodingnobu
2014-05-29remove empty rb_gc_mark_parser functionnormal
2014-05-28include/ruby/ruby.h: hide Symbol internalsnormal
2014-05-24internal.h: remove duplicate declarationnobu
2014-05-17* include/ruby/ruby.h: Hide Rational internal.akr
2014-05-07hash.c: make rb_hash_keys externnobu
2014-05-05 * math.c (rb_math_sqrt): omitted exporting an unused function,tadf
2014-05-04vm.c: Init_vm_objectsnobu
2014-04-19* internal.h (struct RBignum): Use size_t for len.akr
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