aboutsummaryrefslogtreecommitdiffstats
path: root/include/ruby/intern.h
Commit message (Expand)AuthorAgeFilesLines
* thread.c: rb_thread_fd_close [ci skip]nobu2017-03-131-1/+1
* thread.c: rb_thread_fd_close [ci skip]nobu2017-03-131-1/+1
* backward.h: move deprecated declarationnobu2017-02-211-1/+0
* variable.c: remove deprecated internal featurenobu2017-02-211-1/+0
* error.c: remove deprecated internal featuresnobu2017-02-211-3/+0
* complex.c: remove deprecated functionsnobu2017-02-211-2/+0
* backward.h: 2.2 deprecated featuresnobu2017-02-211-22/+0
* Revert changes on rb_frame_method_id_and_class()ktsj2016-12-041-1/+1
* * vm_trace.c (tracepoint_attr_callee_id, rb_tracearg_callee_id):ktsj2016-11-051-1/+1
* gc.c: rb_gc_adjust_memory_usagenobu2016-09-201-0/+1
* hide struct internal [Feature #9916]shyouhei2016-08-011-0/+2
* * include/ruby/intern.h: Remove excess semicolons in PUREFUNC().ngoto2016-06-081-2/+2
* Use RB_GNUC_EXTENSION_BLOCK instead of __extension__ngoto2016-05-201-48/+36
* Use HAVE_BUILTIN___BUILTIN_CONSTANT_Pnaruse2016-05-121-1/+1
* * configure.in: check function attirbute const and pure,naruse2016-05-081-18/+18
* intern.h: suppress warningsnobu2016-05-081-2/+2
* * configure.in: add -Wsuggest-attribute=noreturn and suppress warnings.naruse2016-05-081-15/+15
* rb_check_arity returns argc nownobu2016-04-021-1/+2
* * include/ruby/intern.h (rb_big_odd_p, rb_big_even_p): move tomrkn2016-03-191-2/+0
* * include/ruby/intern.h (rb_big_hash): Move to internal.h.mrkn2016-03-181-1/+0
* * bignum.c (rb_big_hash): make it public function to be available inmrkn2016-03-181-0/+1
* * bignum.c (rb_big_even_p, rb_big_odd_p): make them public functionsmrkn2016-03-171-0/+2
* internal.h: functions for class internalsnobu2016-03-071-4/+0
* deprecate exposed internal functionsnobu2015-12-241-3/+3
* introduce rb_autoload_str to replace rb_autoloadnormal2015-12-061-1/+1
* * time.c (rb_timespec_now): added.naruse2015-11-101-0/+2
* ruby.h: add prefixnobu2015-09-131-1/+2
* intern.h: rb_strlen_litnobu2015-06-241-4/+9
* variable.c: avoid compatibility table with generic ivarsnormal2015-05-301-1/+1
* intern.h: move rb_sym_all_symbolsnobu2015-05-221-1/+2
* intern.h: rb_f_notimplement for ext on Windowsnobu2015-05-181-0/+4
* intern.h: stale declarationsnobu2015-04-071-2/+0
* intern.h: rb_str_new_literalnobu2015-01-031-4/+5
* intern.h: SIZED_ENUMERATORnobu2014-12-031-2/+4
* intern.h: deprecate disable and enable supernobu2014-11-051-2/+12
* intern.h: deprecate rb_clear_cachenobu2014-11-051-1/+1
* Fixes build failures on Portable Native Client.yugui2014-10-111-0/+2
* intern.h: rb_str_new_literalnobu2014-09-191-0/+4
* string.c: rb_str_new_staticnobu2014-09-191-3/+25
* error.c: preserve encodingnobu2014-09-191-1/+2
* string.c: UTF-8 string functionnobu2014-09-181-0/+8
* * include/ruby/ruby.h (struct RHash): no longer. [Feature #9889]shyouhei2014-06-231-0/+3
* * include/ruby/ruby.h (struct RComplex): no longer. [Feature #9888]shyouhei2014-06-231-0/+2
* constify parametersnobu2014-06-181-35/+35
* * include/ruby/ruby.h: Hide Rational internal.akr2014-05-171-0/+2
* * internal.h (struct RBignum): Use size_t for len.akr2014-04-191-2/+2
* * numeric.c (rb_num2long): Returns a long.akr2014-04-181-2/+2
* string.c: rb_str_cat_cstrnobu2014-04-171-8/+6
* * include/ruby/intern.h (rb_obj_call_init, rb_class_new_instance):ko12014-03-201-2/+2
* * include/ruby/intern.h,akr2014-02-141-24/+0