summaryrefslogtreecommitdiff
path: root/marshal.c
AgeCommit message (Expand)Author
2012-03-02* marshal.c (mark_dump_arg): mark destination string. patch bynobu
2009-12-04* marshal.c (marshal_load): should set taintness. [ruby-dev:39723]nobu
2009-10-22* *.[chy]: removed trailing spaces.nobu
2009-10-04* marshal.c (struct {dump,load}_arg): manage with dfree, insteadnobu
2009-02-10Fix grammos regarding the verb "refer".knu
2008-11-03* marshal.c (marshal_load): arg.data is no longer a VALUE but anobu
2008-10-01* marshal.c (marshal_dump): fixed for check_dump_arg.nobu
2008-10-01* marshal.c (marshal_dump): initializes dump_arg before any funcall.nobu
2008-09-03* gc.c (rb_mark_set): new function to mark keys.nobu
2008-09-02* marshal.c (w_object): add a check for modification of array duringmame
2008-06-18* marshal.c (w_object, marshal_dump, r_object0, marshal_load): searchnobu
2008-06-01* io.c (rscheck), marshal.c (w_nbyte, w_bytes, w_unique),nobu
2008-05-31* suppress warnings with -Wwrite-string.nobu
2008-05-28* marshal.c (w_object, marshal_dump, r_object0, marshal_load): searchnobu
2008-05-26 * marshal.c (dump_ensure, load_ensure): should return values.usa
2008-05-25* marshal.c (r_object0, Init_marshal): Fix the garbled s_callknu
2008-05-24* marshal.c (marshal_load): should initialize arg.data used formatz
2008-05-24* marshal.c (reentrant_check): check reentrance via callcc.matz
2008-04-10* marshal.c (w_object): add volatile to avoid potential GC bug. amatz
2007-10-15* marshal.c (r_bytes0): refined length check. [ruby-dev:32059]nobu
2007-10-15* marshal.c (r_bytes0): commit miss.nobu
2007-10-15* marshal.c (r_bytes0): check if source has enough data.nobu
2007-09-08* struct.c (rb_struct_s_members): should raise TypeError insteadmatz
2007-03-20* marshal.c (w_extended): erroneous check condition when dumpmatz
2005-12-14* marshal.c (r_object0): fix a GC problem for reading a bignum onakr
2005-02-28* exception error messages updated. [ruby-core:04497]matz
2004-10-18* marshal.c (r_object0): check inheritance by the internal function.nobu
2004-10-06* io.c (rb_io_s_sysopen): preserve path in the buffer allocated bymatz
2004-10-02* string.c (rb_str_sum): check was done with false pointer.matz
2004-05-27* marshal.c (w_class): should not dump singleton class.matz
2003-12-27RDoc comments added by Elliott Hughesdave
2003-12-22* configure.in (ac_cv_func_setitimer): moved from defines.hnobu
2003-11-22* gc.c (Init_stack): stack region is far smaller than usual ifmatz
2003-10-20* gc.c (gc_sweep): loosen page free condition to avoid add_heap()matz
2003-10-15* marshal.c (w_object): dump extended modules as well.matz
2003-10-09* marshal.c (r_object0): remove unnecessary iv restoration formatz
2003-10-09* pack.c (uv_to_utf8): change message to "out of range", sincematz
2003-10-06* marshal.c (w_object): wrong method name in the message.nobu
2003-10-06* marshal.c (w_object): should pass "weak" value to next level.matz
2003-10-04* marshal.c (w_object): instance variable dump do not cause errormatz
2003-10-02* time.c (time_load): restore instance variables (if any) beforematz
2003-08-16* marshal.c (w_symbol, w_object): get rid of warnings.nobu
2003-08-09* marshal.c (w_object): do not dump generic instance variable whenmatz
2003-08-08* marshal.c (w_object): should set `c_arg' at first.matz
2003-08-06* eval.c (rb_call0): update ruby_class as well as ruby_cref.matz
2003-08-04* eval.c (method_proc): should specify YIELD_FUNC_SVALUE.matz
2003-07-31* numeric.c (rb_num_coerce_relop): export function.matz
2003-07-30* marshal.c (w_object): marshal_dump should not take anymatz
2003-07-29* marshal.c (w_object): if object responds to 'marshal_dump',matz
2003-06-06* eval.c (ruby_cleanup): $SAFE is turned off in the finalization.matz