summaryrefslogtreecommitdiff
path: root/marshal.c
AgeCommit message (Expand)Author
2014-04-13* bignum.c (SIZEOF_BDIGIT): Renamed from SIZEOF_BDIGITS.akr
2014-04-12marshal.c: remove hack for old gccnobu
2014-03-26marshal.c: undumpable hidden objectsnobu
2014-02-17marshal.c: do not recycle wrapper objectsnobu
2014-02-16marshal.c: use rb_gc_force_recycle for GC-safetynormal
2014-02-15* internal.h: Rename macro names: RBIGNUM_FOO to BIGNUM_FOO.akr
2014-02-13* marshal.c: fix typo by @xta [fix GH-533] [ci skip]hsbt
2014-02-08marshal.c: Numerics are not taintednobu
2014-02-05pack.c: hide associated objectsnobu
2014-02-05marshal.c: refine special instance variablesnobu
2014-02-05marshal.c: preserve encodingnobu
2013-12-09 * marshal.c: [DOC] Wordsmith marshal.c documentation. by @vipulnsward [fi...hsbt
2013-11-23* marshal.c (w_object): Use HASH_PROC_DEFAULT directly from internal.htmm1
2013-10-29* add RUBY_TYPED_FREE_IMMEDIATELY to data types which only useko1
2013-06-25* bignum.c (MSB): Removed.akr
2013-06-21* include/ruby/ruby.h: support write barrier protection for T_STRUCT.ko1
2013-06-12* safe.c (rb_set_safe_level, safe_setter): raise an ArgumentErrorshugo
2013-06-11* internal.h (INTEGER_PACK_NEGATIVE): Defined.akr
2013-06-08* marshal.c (r_object0): Use rb_integer_unpack.akr
2013-06-04* marshal.c (r_object0): Generalize a round up expression.akr
2013-06-02fill rdocsnobu
2013-05-26* hash.c, include/ruby/ruby.h: support WB protected hash.ko1
2013-05-13* gc.c: support RGENGC. [ruby-trunk - Feature #8339]ko1
2013-05-13* include/ruby/ruby.h: constify RBasic::klass and addko1
2013-05-13* *.c, parse.y, insns.def: use RARRAY_AREF/ASET macroko1
2013-05-02marshal.c: no overwriting ivarsnobu
2013-04-22marshal.c: fix marshal_load ivarnobu
2013-04-20marshal.c: use ivars of marshal_dump datanobu
2013-04-19marshal.c: no duplicated encodingnobu
2013-03-21* marshal.c (marshal_dump, marshal_load): workaround for segv onngoto
2013-03-09marshal.c: check for prependednobu
2013-03-08marshal.c: prepended objectsnobu
2013-02-01* marshal.c: add security considerations to marshal overview, refer tocharliesome
2013-02-01marshal.c: prohibit_ivarnobu
2013-01-31marshal.c: warn against using Marshal.load on untrusted datacharliesome
2013-01-26marshal.c: marshal_dump instance varialbesnobu
2013-01-20marshal.c: get back to the old behaviornobu
2012-12-23marshal.c: rb_check_funcall_with_hooknobu
2012-12-23marshal.c: use RB_TYPE_Pnobu
2012-12-19* marshal.c (marshal_dump, marshal_load): fix SEGV during make rdocngoto
2012-12-13* marshal.c (r_entry0): don't taint classes and modules becauseshugo
2012-12-04marshal.c: PRIsVALUEnobu
2012-12-04marshal.c: rb_check_funcallnobu
2012-12-04marshal.c: GC guardnobu
2012-12-01marshal.c: private methodsnobu
2012-11-20* marshal.c: add marshal readahead. marshalized Array, Hash and Structglass
2012-11-16* marshal.c (w_object): add flonum to arg->data to keep reference indexnagachika
2012-10-20* include/ruby/ruby.h: add C APIs.nari
2012-08-23* include/ruby/ruby.h: introduce flonum technique forko1
2012-06-22marshal.c: io_needednobu