summaryrefslogtreecommitdiff
path: root/internal.h
AgeCommit message (Expand)Author
2015-02-06error.c: rb_sys_enc_warningnobu
2015-01-23marshal.c: indetity tablesnobu
2015-01-23hash.c: move Hash specific functionsnobu
2015-01-19class.c: add callback argumentnobu
2014-12-24* hash.c (rb_hash_delete): return Qnil if there are no correspondingko1
2014-12-03encoding.c: load by rb_require_internalnobu
2014-11-26ruby.h: export keyword argument functionsnobu
2014-11-23trivial packing of rb_execarg, load_file_arg, args_infonormal
2014-11-21get rid of inadvertent ID creationnobu
2014-11-19* internal.h (ruby_init_setproctitle): Declare here.akr
2014-11-19Add comments.akr
2014-11-18* internal.h: Gather declarations in non-header files.akr
2014-11-18* debug.c (SET_WHEN): Don't declare debug variables here.akr
2014-11-17symbol.c: symbol type predicate functionsnobu
2014-11-15* internal.h: Include ruby.h and ruby/encoding.h to beakr
2014-11-14* gc.c (gc_stat_internal): add compatible layer.ko1
2014-11-13internal.h: definenobu
2014-11-13internal.h: STATIC_ASSERTnobu
2014-11-02* rewrite method/block parameter fitting logic to optimizeko1
2014-10-14symbol.c: rename rb_str_dynamic_internnobu
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