aboutsummaryrefslogtreecommitdiffstats
path: root/internal.h
Commit message (Expand)AuthorAgeFilesLines
* readline.c: use rb_setup_fake_strnobu2014-09-121-3/+6
* * gc.c (rb_gc_mark_values): added.ko12014-09-111-0/+1
* * gc.c: add incremental GC algorithm. [Feature #10137]ko12014-09-081-1/+5
* internal.h: WARN_UNUSED_RESULTnobu2014-08-301-0/+8
* string.c: move frozen_strings table to rb_vm_tnormal2014-08-291-0/+1
* string.c: rb_setup_fake_strnobu2014-08-161-0/+3
* * array.c (rb_ary_tmp_new): added.ko12014-08-151-0/+1
* make symbol conversion functions publicnobu2014-08-031-6/+0
* symbol.h: move macrosnobu2014-07-311-4/+0
* string.c: rb_to_symbolnobu2014-07-301-0/+1
* * 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