summaryrefslogtreecommitdiff
path: root/marshal.c
Commit message (Expand)AuthorAgeFilesLines
* Merge changes from ruby_1_8 to reduce warnings and potentially improveknu2008-06-061-5/+5
* Merge from ruby_1_8.knu2008-05-311-3/+3
* Merge from ruby_1_8.knu2008-05-281-13/+14
* Merge from ruby_1_8.knu2008-05-261-2/+2
* Merge from ruby_1_8.knu2008-05-251-2/+2
* Merge from ruby_1_8.knu2008-05-241-4/+33
* * marshal.c (w_object): add volatile to avoid potential GC bug. amatz2008-04-101-1/+1
* * marshal.c (r_bytes0): refined length check. [ruby-dev:32059]nobu2007-10-151-1/+1
* * marshal.c (r_bytes0): commit miss.nobu2007-10-151-1/+1
* * marshal.c (r_bytes0): check if source has enough data.nobu2007-10-151-2/+2
* * struct.c (rb_struct_s_members): should raise TypeError insteadmatz2007-09-081-3/+0
* * marshal.c (w_extended): erroneous check condition when dumpmatz2007-03-201-3/+3
* * marshal.c (r_object0): fix a GC problem for reading a bignum onakr2005-12-141-1/+1
* * exception error messages updated. [ruby-core:04497]matz2005-02-281-2/+2
* * marshal.c (r_object0): check inheritance by the internal function.nobu2004-10-181-1/+1
* * io.c (rb_io_s_sysopen): preserve path in the buffer allocated bymatz2004-10-061-28/+29
* * string.c (rb_str_sum): check was done with false pointer.matz2004-10-021-2/+2
* * marshal.c (w_class): should not dump singleton class.matz2004-05-271-12/+22
* RDoc comments added by Elliott Hughesdave2003-12-271-0/+70
* * configure.in (ac_cv_func_setitimer): moved from defines.hnobu2003-12-221-0/+3
* * gc.c (Init_stack): stack region is far smaller than usual ifmatz2003-11-221-19/+20
* * gc.c (gc_sweep): loosen page free condition to avoid add_heap()matz2003-10-201-13/+13
* * marshal.c (w_object): dump extended modules as well.matz2003-10-151-9/+21
* * marshal.c (r_object0): remove unnecessary iv restoration formatz2003-10-091-33/+19
* * pack.c (uv_to_utf8): change message to "out of range", sincematz2003-10-091-1/+3
* * marshal.c (w_object): wrong method name in the message.nobu2003-10-061-1/+1
* * marshal.c (w_object): should pass "weak" value to next level.matz2003-10-061-1/+1
* * marshal.c (w_object): instance variable dump do not cause errormatz2003-10-041-23/+32
* * time.c (time_load): restore instance variables (if any) beforematz2003-10-021-26/+47
* * marshal.c (w_symbol, w_object): get rid of warnings.nobu2003-08-161-4/+4
* * marshal.c (w_object): do not dump generic instance variable whenmatz2003-08-091-2/+2
* * marshal.c (w_object): should set `c_arg' at first.matz2003-08-081-4/+4
* * eval.c (rb_call0): update ruby_class as well as ruby_cref.matz2003-08-061-22/+21
* * eval.c (method_proc): should specify YIELD_FUNC_SVALUE.matz2003-08-041-1/+2
* * numeric.c (rb_num_coerce_relop): export function.matz2003-07-311-0/+3
* * marshal.c (w_object): marshal_dump should not take anymatz2003-07-301-1/+1
* * marshal.c (w_object): if object responds to 'marshal_dump',matz2003-07-291-6/+28
* * eval.c (ruby_cleanup): $SAFE is turned off in the finalization.matz2003-06-061-2/+1
* * io.c (rb_f_syscall): type dispatch should be based onmatz2003-05-301-1/+1
* * gc.c (run_final): use rb_thread_critical instead of DEFER_INTS.matz2003-05-221-7/+7
* * marshal.c (save_mantissa, load_mantissa): for interoperabilitynobu2003-04-221-17/+60
* * marshal.c: one more digit for decimal point. [ruby-talk:69808]nobu2003-04-211-1/+1
* * marshal.c (w_float): append least mantissa bits to get ridnobu2003-04-201-6/+62
* * struct.c (rb_struct_eql): should compare values with "eql?".matz2003-04-181-4/+4
* * marshal.c (w_object): preserve extended module on struct.nobu2003-04-091-17/+15
* * eval.c (Init_Proc): make Method and UnboundMethod independent.matz2003-04-081-2/+5
* * marshal.c (w_nbyte): should output always via rb_io_write().matz2003-03-031-58/+26
* * variable.c (rb_obj_classname): new function.matz2003-01-311-4/+4
* Updated Copyrights of Matz to 2003.michal2003-01-161-1/+1
* * configure.in (ARCHFILE): set even unless --enable-shared onnobu2003-01-151-2/+2