summaryrefslogtreecommitdiff
path: root/marshal.c
AgeCommit message (Expand)Author
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
2012-06-04compatible loadernobu
2012-06-03adjust indentnobu
2012-06-03remove old warningnobu
2012-06-03 * marshal.c: experimental test aborted.tadf
2012-06-03 * marshal.c: calls directly rb_{Complex,Rational}_marshal_load().tadf
2012-06-03use rb_marshal_{dump,load}nobu
2012-06-03now marshal_{load|dump} are external.tadf
2012-05-23use RB_TYPE_P() instead of comparison of TYPE()nobu
2012-04-15* reduce UNREACHABLE.nobu
2012-04-13* encoding.c (rb_enc_codepoint_len): Use UNREACHABLE to avoid "controldrbrain
2012-03-30* hash.c, marshal.c, object.c, variable.c: fix callback argument typesnobu
2012-03-28* marshal.c (r_symreal): default to ASCII-8BIT for non-ascii symbols,nobu
2012-03-28* marshal.c (r_symreal): no longer need volatile modifier, as usingnobu
2011-09-29* use RB_TYPE_P which is optimized for constant types, instead ofnobu
2011-08-05 * marshal.c (w_object): Fix exception message when _dump_data is notdrbrain
2011-06-17* internal.h: declare internal functions here.akr
2011-05-18* internal.h: add for internal use only.nobu
2011-03-07cancel subversion backfire. sorrymatz
2011-03-07* gc.c (rb_gc_set_params): allow GC parameter configuration bymatz
2011-03-05* class.c: fix camelCase to snake_case in documentation code examples.naruse
2011-02-15Fix typo of rdoc. [ruby-core:35016]naruse
2010-12-19* marshal.c: parenthesize macro arguments.akr
2010-10-12* configure.in (RUBY_CHECK_PRINTF_PREFIX): check for printf formatnobu
2010-10-12* compile.c (iseq_build_body), error.c (set_syserr, get_syserr),nobu
2010-08-05* marshal.c (w_float): should not append a dot if no fractal partnobu
2010-07-18* include/ruby/ruby.h (rb_data_type_t): restructured. [ruby-dev:41862]nobu
2010-06-30* marshal.c (w_object): suppress empty instance variable entry onnobu
2010-06-27* marshal.c (w_object, r_bytes0, marshal_load): suppress warnings.nobu
2010-06-23* marshal.c (struct dump_arg, struct load_arg): merge taint andnobu
2010-05-26document marshal_dump and marshal_loaddrbrain