summaryrefslogtreecommitdiff
path: root/internal.h
AgeCommit message (Expand)Author
2014-10-09internal.h: optimize rb_ary_new_from_argsnobu
2014-10-06symbol.h: move struct RSymbolnobu
2014-09-12readline.c: use rb_setup_fake_strnobu
2014-09-11* gc.c (rb_gc_mark_values): added.ko1
2014-09-08* gc.c: add incremental GC algorithm. [Feature #10137]ko1
2014-08-30internal.h: WARN_UNUSED_RESULTnobu
2014-08-29string.c: move frozen_strings table to rb_vm_tnormal
2014-08-16string.c: rb_setup_fake_strnobu
2014-08-15* array.c (rb_ary_tmp_new): added.ko1
2014-08-03make symbol conversion functions publicnobu
2014-07-31symbol.h: move macrosnobu
2014-07-30string.c: rb_to_symbolnobu
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