aboutsummaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* UNALIGNED_WORD_ACCESS on ppc64nobu2014-07-231-0/+1
* defines.h: PACKED_STRUCT_UNALIGNEDnobu2014-07-231-0/+20
* rb_io_buffer_t: fix packing on gccnormal2014-07-211-2/+3
* ruby/io.h: fix rb_io_buffer_tnobu2014-07-211-2/+2
* rb_io_buffer_t: pack structurenormal2014-07-201-2/+2
* rb_io_t: shrink from 216 to 200 bytes on 64-bitnormal2014-07-201-2/+2
* re_pattern_buffer: shrink from 464 to 448 bytes on 64-bitnormal2014-07-201-2/+4
* * regcomp.c: Merge Onigmo 5.14.1 25a8a69fc05ae3b56a09.naruse2014-07-161-5/+9
* st.c: remove equality checksnobu2014-07-061-0/+3
* * include/ruby/ruby.h (struct RHash): no longer. [Feature #9889]shyouhei2014-06-232-10/+6
* * include/ruby/ruby.h (struct RComplex): no longer. [Feature #9888]shyouhei2014-06-232-7/+2
* * include/ruby/ruby.h (struct RFloat): no longer. [Feature #9863]shyouhei2014-06-231-6/+0
* constify parametersnobu2014-06-182-36/+36
* configure.in, missing.h: jemalloc manglingnobu2014-06-051-0/+3
* encoding.c: move ruby_encoding_index stuffnobu2014-06-021-14/+2
* encoding.h: constify rb_encodingnobu2014-06-021-50/+50
* constify rb_encoding and OnigEncodingnobu2014-06-012-59/+59
* include/ruby/ruby.h: hide Symbol internalsnormal2014-05-281-7/+0
* revert File::Statfs [Feature #9772]naruse2014-05-221-15/+0
* * configure.in: Check nextafter() availability.akr2014-05-181-0/+4
* * include/ruby/ruby.h: Hide Rational internal.akr2014-05-172-10/+2
* * ext/openssl/depend: remove dependency from internal headers.ko12014-05-141-0/+56
* * win32/win32.c, include/ruby/win32.h (ustatfs): implementation ofusa2014-04-221-0/+15
* * internal.h (struct RBignum): Use size_t for len.akr2014-04-191-2/+2
* * numeric.c (rb_num2long): Returns a long.akr2014-04-182-6/+6
* string.c: rb_str_cat_cstrnobu2014-04-171-8/+6
* configure.in: FUNC_MINIMIZEDnobu2014-04-171-1/+4
* * include/ruby/win32.h (rb_w32_cmdvector): removed.usa2014-04-151-1/+0
* win32.c: wchar conversionnobu2014-04-051-0/+2
* * parse.y: support Symbol GC. [ruby-trunk Feature #9634]nari2014-03-261-6/+18
* * include/ruby/intern.h (rb_obj_call_init, rb_class_new_instance):ko12014-03-201-2/+2
* win32/win32.c: add rb_w32_inet_ptonnobu2014-02-231-0/+4
* gc.c: RB_GC_GUARD should be robust enough for any compilernormal2014-02-201-2/+6
* * internal.h: Move BDIGIT and related definitions fromakr2014-02-171-54/+0
* ruby.h: use FIX2LONGnobu2014-02-161-3/+3
* * include/ruby/ruby.h (RBIGNUM_SIGN): Defined for compatibility.akr2014-02-161-0/+4
* * include/ruby/ruby.h,akr2014-02-141-43/+0
* * include/ruby/intern.h,akr2014-02-145-34/+1
* marshal.c: Numerics are not taintednobu2014-02-081-5/+5
* * configure.in: check qsort_r(3) and whether it is GNU version.glass2014-02-081-0/+4
* win32.h: define strtoll and strtoull for earlier VCnobu2014-02-071-0/+5
* pack.c: use ivar for associated objectsnobu2014-02-041-2/+2
* ruby/util.h: DECIMAL_SIZE_OF_BITSnobu2014-01-121-0/+3
* * vm.c (rb_vm_pop_cfunc_frame): added. It cares c_return event.ko12014-01-091-1/+4
* ruby/version.h: bump API versionnobu2013-12-261-1/+1
* * include/ruby/ruby.h (RARRAY_ASET): try to avoid compiler warning.ko12013-12-241-2/+4
* * remove trailing spaces.nobu2013-12-201-1/+1
* * include/ruby/ruby.h: rename OBJ_WRITE and OBJ_WRITTEN intoko12013-12-201-10/+10
* * include/ruby/ruby.h: add a comment for WB interfaces.ko12013-12-201-0/+11
* ruby.h: swap iv_index_tbl and super for struct RClasstmm12013-12-202-2/+2