aboutsummaryrefslogtreecommitdiffstats
path: root/include/ruby
Commit message (Expand)AuthorAgeFilesLines
* debug.c: more enumsnobu2017-06-011-4/+4
* attempt to fix rb_alloc_tmp_buffer2 for ALLOCV_Nnormal2017-05-261-1/+1
* Merge Onigmo 6.1.2naruse2017-05-171-1/+1
* Remove missing/strtol.crhe2017-04-211-6/+0
* Suppress a warning in ruby/win32.h [Fix GH-1591]nobu2017-04-211-1/+1
* ruby.h: check argc to rb_funcallnobu2017-04-151-0/+11
* fix RSTRUCT_LEN macro in public C APInormal2017-04-151-1/+1
* ruby.h: check argc to rb_yield_valuesnobu2017-04-141-0/+34
* 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
* revert RB_FIXABLE related changesets [Bug #13288][Bug #13293][Bug #13294]shyouhei2017-03-091-13/+2
* re-introduce __builtin_add_overflowshyouhei2017-03-081-16/+13
* Always use old RB_FIXABLE to allow double as argumentnaruse2017-03-071-5/+1
* Revert r57803 "Avoid to cast the argument"naruse2017-03-071-1/+1
* Avoid to cast the argumentnaruse2017-03-071-1/+1
* Use ADD instead of MULnaruse2017-03-071-12/+5
* optimize FIXABLE macroshyouhei2017-03-061-6/+31
* broken mingwnobu2017-03-031-9/+9
* backward.h: RClassDeprecatednobu2017-02-212-7/+8
* backward.h: move deprecated declarationnobu2017-02-212-1/+3
* variable.c: remove deprecated internal featurenobu2017-02-212-1/+3
* error.c: remove deprecated internal featuresnobu2017-02-212-3/+11
* complex.c: remove deprecated functionsnobu2017-02-212-2/+4
* backward.h: 2.2 deprecated featuresnobu2017-02-212-22/+20
* ruby.h: remove commentnobu2017-02-131-1/+1
* ruby.h: RB_GC_GUARD stronger than gcc7nobu2017-02-131-1/+5
* Merge Onigmo 6.1.1naruse2017-02-111-5/+6
* ruby.h: unused parameternobu2017-02-031-3/+3
* fix typo [Bug #13091]naruse2017-01-011-1/+1
* include/ruby/version.h: Update API version.matz2016-12-251-1/+1
* get rid of implicit signedness conversionsnobu2016-12-221-50/+54
* suppress warning: implicit conversion changes signednessnaruse2016-12-221-2/+2
* st.c: fix st_hash* functions [Bug #13019]nobu2016-12-211-0/+2
* declare `rb_w32_sysinit` in header.usa2016-12-131-0/+1
* Merge Onigmo 6.0.0naruse2016-12-102-876/+938
* Suppress warning: this use of "defined" may not be portablenaruse2016-12-091-6/+9
* ruby.h: add prefixnobu2016-12-091-8/+10
* switching hash removalnobu2016-12-061-9/+0
* Revert changes on rb_frame_method_id_and_class()ktsj2016-12-041-1/+1
* use `rb_struct_ptr` for `RSTRUCT_PTR` macrousa2016-11-241-1/+1
* ruby.h: rb_big_signnobu2016-11-191-3/+4
* Introduce table improvement by Vladimir Makarov <vmakarov@redhat.com>.ko12016-11-071-30/+35
* * vm_trace.c (tracepoint_attr_callee_id, rb_tracearg_callee_id):ktsj2016-11-051-1/+1
* ruby/ruby.h: optimize rb_integer_type_pnobu2016-10-271-0/+12
* ruby.h: use prefixed macronobu2016-10-261-1/+1
* encoding.h: include ruby/ruby.hnobu2016-10-231-0/+1
* Add prefix to FIX2LONG in include/ruby/ruby.hkazu2016-10-031-3/+3
* ruby.h: add prefixnobu2016-10-011-13/+15
* gc.c: rb_gc_adjust_memory_usagenobu2016-09-201-0/+1
* util.h: POSIX-noncompliant setenvnobu2016-09-071-4/+0