summaryrefslogtreecommitdiffstats
path: root/marshal.c
Commit message (Expand)AuthorAgeFilesLines
* merge revision(s) 19653:shyouhei2009-01-281-1/+1
* merge revision(s) 19652:shyouhei2009-01-271-4/+4
* merge revision(s) 19078,20097:shyouhei2009-01-221-34/+73
* merge revision(s) 16602:shyouhei2009-01-171-2/+2
* merge revision(s) 17396:shyouhei2008-06-181-11/+11
* merge revision(s) 16654:shyouhei2008-06-151-13/+14
* merge revision(s) 16596:shyouhei2008-06-151-2/+2
* merge revision(s) 16569:shyouhei2008-06-151-1/+2
* merge revision(s) 16564:shyouhei2008-06-151-4/+32
* merge revision(s) 15965:shyouhei2008-06-151-1/+1
* merge revision(s) 13699:13704:shyouhei2008-06-071-2/+2
* * marshal.c (w_extended): erroneous check condition when dumpshyouhei2007-08-211-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