summaryrefslogtreecommitdiff
path: root/marshal.c
AgeCommit message (Expand)Author
2018-06-28check enc_capable.ko1
2018-01-20add missing/nan.cshyouhei
2018-01-19INFINITY is float. That of double is HUGE_VAL.shyouhei
2018-01-18long_toobig marked as NORETURNshyouhei
2018-01-18marshal.c: initialize keywordsnobu
2018-01-17include ruby/ruby.h before ruby.io.hnaruse
2018-01-09Include ruby/{io,encoding}.h before internal.hkazu
2018-01-05marshal.c: allow marshalling keyword_init structk0kubun
2017-12-04hide internal data objectsnobu
2017-10-01use rb_hash_new_with_size()glass
2017-02-15marshal.c: revert r57631 partiallynobu
2017-02-15marshal.c: use hidden objects to allow recyclingnormal
2017-02-13ruby.h: RB_GC_GUARD stronger than gcc7nobu
2017-01-23Prevent GC by volatile [Bug #13150]naruse
2016-11-24marshal.c: fix infinite recursionnobu
2016-11-24marshal.c: negative limitnobu
2016-03-23remove SIGN_EXTEND_CHAR macronobu
2016-03-16* marshal.c (r_object0): raise ArgumentError when linking to undefineddrbrain
2016-03-14* marshal.c (r_object0): Fix Marshal crash for corrupt extended object.drbrain
2016-01-21* marshal.c (r_object0): honor Marshal.load post procnaruse
2015-12-09marshal.c: remove NULL checks for *_memsizenormal
2015-12-08marshal.c: skip internal namesnobu
2015-12-02encoding.c: defer finding encodingnobu
2015-12-02marshal.c: lookup and removenobu
2015-09-25marshal.c: reduce arity checksnobu
2015-09-25marshal.c: reentrant checksnobu
2015-09-25marshal.c: use STATIC_ASSERTnobu
2015-09-15encindex.h: ENCINDEXnobu
2015-08-12* id_table.h: introduce ID key table.ko1
2015-05-30variable.c: avoid compatibility table with generic ivarsnormal
2015-04-16marshal.c: class name encodingnobu
2015-04-16marshal.c: class name encodingnobu
2015-04-16marshal.c: class name encodingnobu
2015-04-16marshal.c: class name encodingnobu
2015-04-16marshal.c: class name encodingnobu
2015-03-22marshal.c: register symbol strings firstnobu
2015-01-23marshal.c: indetity tablesnobu
2014-12-26marshal.c: append at oncenobu
2014-12-01use 0 for reservednobu
2014-11-24marshal.c: literal method namesnobu
2014-11-18* internal.h: Gather declarations in non-header files.akr
2014-11-15* internal.h: Include ruby.h and ruby/encoding.h to beakr
2014-10-14symbol.c: rename rb_str_dynamic_internnobu
2014-10-01marshal.c: lazy compat_tbl allocationnormal
2014-09-28ruby.h: warn untyped Datanobu
2014-09-27ruby.h: deprecate plain Datanobu
2014-07-29marshal.c: fix symlink indexnobu
2014-07-28marshal.c: fix instance variable load odrdernobu
2014-07-28symbols instead of IDsnobu
2014-04-19* internal.h (struct RBignum): Use size_t for len.akr