summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
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
2013-12-09variable.c: rb_class_path_cachednobu
2013-12-08gc.c: promote long-lived NODE_CREF objects to oldgentmm1
2013-12-05gc.c: add GC.latest_gc_info()tmm1
2013-12-05gc.c: expose GC.stat() to C-api via rb_gc_stat()tmm1
2013-12-05gc.c: split GC_END event into GC_END_MARK and GC_END_SWEEPtmm1
2013-12-03* include/ruby/ruby.h (struct RClass): Add wrapper struct aroundtmm1
2013-11-29vm_eval.c: rb_yield_blocknobu
2013-11-29ruby/ruby.h, enum.c, vm_eval.c: constify argvnobu
2013-11-29ruby/ruby.h: RB_BLOCK_CALL_FUNC_ARGLISTnobu