summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2014-07-23UNALIGNED_WORD_ACCESS on ppc64nobu
2014-07-23defines.h: PACKED_STRUCT_UNALIGNEDnobu
2014-07-21rb_io_buffer_t: fix packing on gccnormal
2014-07-21ruby/io.h: fix rb_io_buffer_tnobu
2014-07-20rb_io_buffer_t: pack structurenormal
2014-07-20rb_io_t: shrink from 216 to 200 bytes on 64-bitnormal
2014-07-20re_pattern_buffer: shrink from 464 to 448 bytes on 64-bitnormal
2014-07-16* regcomp.c: Merge Onigmo 5.14.1 25a8a69fc05ae3b56a09.naruse
2014-07-06st.c: remove equality checksnobu
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-18constify parametersnobu
2014-06-05configure.in, missing.h: jemalloc manglingnobu
2014-06-02encoding.c: move ruby_encoding_index stuffnobu
2014-06-02encoding.h: constify rb_encodingnobu
2014-06-01constify rb_encoding and OnigEncodingnobu
2014-05-28include/ruby/ruby.h: hide Symbol internalsnormal
2014-05-22revert File::Statfs [Feature #9772]naruse
2014-05-18* configure.in: Check nextafter() availability.akr
2014-05-17* include/ruby/ruby.h: Hide Rational internal.akr
2014-05-14* ext/openssl/depend: remove dependency from internal headers.ko1
2014-04-22* win32/win32.c, include/ruby/win32.h (ustatfs): implementation ofusa
2014-04-19* internal.h (struct RBignum): Use size_t for len.akr
2014-04-18* numeric.c (rb_num2long): Returns a long.akr
2014-04-17string.c: rb_str_cat_cstrnobu
2014-04-17configure.in: FUNC_MINIMIZEDnobu
2014-04-15* include/ruby/win32.h (rb_w32_cmdvector): removed.usa
2014-04-05win32.c: wchar conversionnobu
2014-03-26* parse.y: support Symbol GC. [ruby-trunk Feature #9634]nari
2014-03-20* include/ruby/intern.h (rb_obj_call_init, rb_class_new_instance):ko1
2014-02-23win32/win32.c: add rb_w32_inet_ptonnobu
2014-02-20gc.c: RB_GC_GUARD should be robust enough for any compilernormal
2014-02-17* internal.h: Move BDIGIT and related definitions fromakr
2014-02-16ruby.h: use FIX2LONGnobu
2014-02-16* include/ruby/ruby.h (RBIGNUM_SIGN): Defined for compatibility.akr
2014-02-14* include/ruby/ruby.h,akr
2014-02-14* include/ruby/intern.h,akr
2014-02-08marshal.c: Numerics are not taintednobu
2014-02-08* configure.in: check qsort_r(3) and whether it is GNU version.glass
2014-02-07win32.h: define strtoll and strtoull for earlier VCnobu
2014-02-04pack.c: use ivar for associated objectsnobu
2014-01-12ruby/util.h: DECIMAL_SIZE_OF_BITSnobu
2014-01-09* vm.c (rb_vm_pop_cfunc_frame): added. It cares c_return event.ko1
2013-12-26ruby/version.h: bump API versionnobu
2013-12-24* include/ruby/ruby.h (RARRAY_ASET): try to avoid compiler warning.ko1
2013-12-20* remove trailing spaces.nobu
2013-12-20* include/ruby/ruby.h: rename OBJ_WRITE and OBJ_WRITTEN intoko1
2013-12-20* include/ruby/ruby.h: add a comment for WB interfaces.ko1
2013-12-20ruby.h: swap iv_index_tbl and super for struct RClasstmm1