aboutsummaryrefslogtreecommitdiffstats
path: root/marshal.c
Commit message (Expand)AuthorAgeFilesLines
* * parse.y (newline_node): do not use NODE_NEWLINE node anymore,matz2004-01-211-1/+1
* * marshal.c (class2path): check anonymous class/module beforenobu2004-01-171-10/+7
* * marshal.c (class2path): fix typo.nobu2004-01-161-1/+1
* * marshal.c (class2path): get class path and check referable.nobu2004-01-161-4/+17
* 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
* * st.h, st.c: Introduce new conventional typedef's, st_data_t,knu2003-01-061-2/+2
* * io.c (rb_io_fwrite): separated from io_write().nobu2002-12-201-1/+2
* * numeric.c (num_step): use DBL_EPSILON.matz2002-12-191-1/+1
* * marshal.c (r_object0): singleton class instance can't be loaded. (ruby-bug...nobu2002-12-121-0/+3
* * marshal.c (w_byten): added; write n bytes from s to arg.nobu2002-10-171-30/+75
* * dir.c (glob_helper): must not closedir() when exception raisednobu2002-09-251-1/+0
* * eval.c (rb_mod_nesting): load wrapping module should appear inmatz2002-09-171-7/+7
* * gc.c (ruby_xmalloc): remove MALLOC_LIMIT to avoid frequentmatz2002-09-061-1/+1
* * variable.c (rb_path2class): should not use rb_eval_string().matz2002-09-051-40/+78
* * class.c (rb_make_metaclass): obj.meta.super.meta should be equalmatz2002-09-041-48/+27
* * array.c (rb_ary_become): should not free ptr if it's shared.matz2002-08-291-8/+17
* * marshal.c (r_object): yield loaded objects, not intermediates.nobu2002-08-281-8/+16
* * file.c (rb_find_file): $LOAD_PATH must not be empty.matz2002-08-271-31/+35
* *.c: Int vs Long cleanupmichal2002-08-211-3/+3