aboutsummaryrefslogtreecommitdiffstats
path: root/internal.h
Commit message (Expand)AuthorAgeFilesLines
* trivial packing of rb_execarg, load_file_arg, args_infonormal2014-11-231-2/+2
* get rid of inadvertent ID creationnobu2014-11-211-0/+1
* * internal.h (ruby_init_setproctitle): Declare here.akr2014-11-191-0/+5
* Add comments.akr2014-11-191-11/+11
* * internal.h: Gather declarations in non-header files.akr2014-11-181-0/+58
* * debug.c (SET_WHEN): Don't declare debug variables here.akr2014-11-181-0/+2
* symbol.c: symbol type predicate functionsnobu2014-11-171-0/+8
* * internal.h: Include ruby.h and ruby/encoding.h to beakr2014-11-151-2/+4
* * gc.c (gc_stat_internal): add compatible layer.ko12014-11-141-0/+1
* internal.h: definenobu2014-11-131-1/+1
* internal.h: STATIC_ASSERTnobu2014-11-131-4/+6
* * rewrite method/block parameter fitting logic to optimizeko12014-11-021-0/+2
* symbol.c: rename rb_str_dynamic_internnobu2014-10-141-1/+0
* internal.h: optimize rb_ary_new_from_argsnobu2014-10-091-1/+13
* symbol.h: move struct RSymbolnobu2014-10-061-6/+0
* 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